ghost-theme-casperion icon indicating copy to clipboard operation
ghost-theme-casperion copied to clipboard

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

Open abalta opened this issue 9 years ago • 3 comments

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

abalta avatar Jan 31 '16 16:01 abalta

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

sandrokeil avatar Jan 31 '16 21:01 sandrokeil

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

abalta avatar Feb 01 '16 01:02 abalta

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

sandrokeil avatar Feb 06 '16 21:02 sandrokeil