plyr0 / plyr0.github.io

Home Page:https://plyr0.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just my blog

Gesko

Simple and minimal Jekyll blog by DavideBri. Forked from Asko. Original theme from Sidey.

Installation

Be sure to have all you need before running anything.

Run local server:

$ git clone https://github.com/DavideBri/Gesko.git
$ cd Gesko
$ bundle install
$ bundle exec jekyll build
$ bundle exec jekyll serve

Navigate to localhost:4000. You're Welcome, Fork and be Stargazer. If you want to upload it to Github Pages, remember to update the _congif.yml and if you are going to upload in a repo called yournickname.github.io, remember to update the {{ site.baseurl }} to {{ site.url }} . Note that there is also a gtag in the _layouts/default.html, you should remove it.

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

License

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

All posts' content is licensed under Creative Commons CC-BY-NC-SA-4.0

About

https://plyr0.github.io/

License:Other


Languages

Language:HTML 48.4%Language:SCSS 28.0%Language:JavaScript 20.0%Language:CSS 3.1%Language:Ruby 0.5%