sandrokeil / ghost-theme-casperion

Casperion is a free Ghost theme. Casperion is based upon original Ghost theme Casper with some minor modifications and extensions.
https://sandro-keil.de/blog/
MIT License
27 stars 6 forks source link

how can I change top nav icons like twitter github etc. #8

Open abalta opened 8 years ago

abalta commented 8 years ago

I have replaced my own icomoon folder to yours, and edit shortscodes. Nothing happens.

sandrokeil commented 8 years ago

You have to do the following:

  1. Create your own font e.g. with iconmoon
  2. update _icons.scss with you icons and font
  3. Update the navigation.hbs with your icons
  4. Copy the font to the assets/fonts folder
  5. run gulp so that the new CSS/JS files will be compiled to the assets folder
abalta commented 8 years ago

How can I run "gulp"? I have never work gulp before.

Edit: Ok, I think first install gulp. Then, just run gulp command?

I have changed man. Thanks. You should close the issue.

Maybe you check my blog: http://abdullahbalta.com

sandrokeil commented 8 years ago

@abalta Yes you must install npm, gulp and the dependencies.