victorvoid / space-jekyll-template

A simple spacemacs template on jekyll. https://victorvoid.github.io/space-jekyll-template/
Other
400 stars 324 forks source link

How do I add a new font and change its color? #34

Closed deomorxsy closed 5 years ago

deomorxsy commented 6 years ago

Yo! I'm new on Jekyll and in the world of web design... so even reading the README.md i can't understand how do I change the font and the color in this theme (I mean the appearance of the text in posts). I tried to edit the file in the path assets/css/main.css and run Jekyll Serve to view the result, but can't understand too. Help me plz...

victorvoid commented 6 years ago

This folder you can change all styles from page, there is a file called _typo.styl that you can change font, but after you change, you need to compile it files with gulp to generate a main.css.

How to compile?

  1. npm install
  2. gulp