This is eerFun Blog - My Digital Notebook.
This is a minimal Jekyll blog powered from Gesko and customized for my purpose.
-
Install
Jekyllrequirements -
Install
Nodejsandnpm -
Run
$ npm install $ bundle install $ bundle exec jekyll build $ bundle exec jekyll serve
-
For convenience, use these commands:
To
serveproject onlocalhost:4000:$ npm start
To
buildproject:$ npm run build
To create new tag, create a folder in tag/ with the name of the new one. In this folder add an index.html file and just add this header:
---
layout: tag
tag: yourNewTag
---
Then build again and you're ready!!
This project is open source and available under the MIT License.