Skip to content

eerFun/eerFun.github.io

Repository files navigation

eerFun.github.io

This is eerFun Blog - My Digital Notebook.

This is a minimal Jekyll blog powered from Gesko and customized for my purpose.

Installation

  1. Install Jekyll requirements

  2. Install Nodejs and npm

  3. Run

    $ npm install
    $ bundle install
    $ bundle exec jekyll build
    $ bundle exec jekyll serve
  4. For convenience, use these commands:

    To serve project on localhost:4000:

    $ npm start

    To build project:

    $ npm run build

Add new tag

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!!

Useful Docs

License

This project is open source and available under the MIT License.

About

Personal Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors