obasekiosa / site-backup

My Page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seki

Simple and minimal Jekyll blog.

Features

  • Responsive Design
  • Dark/Ligh theme 🌗
  • Inline CSS
  • Anchor headings
  • Tags & Tag pages
  • 404 page
  • Robots.txt 🤖
  • Atom & Json feeds 📡
  • Sass
  • About page, with Timeline! 🗣️
  • PageSpeed and w3Validator tests PASSED ✔️
  • Search bar 🔎
  • Next & Previous Post ⏮️ ⏭️
  • Automatic/Manual reading time estimation 🕐
  • Disqus section ✍️

Backlogs

Screenshot

light-theme dark-theme

Installation

Run local server:

$ git clone https://github.com/obasekiosa.github.io.git
$ cd obasekiosa.github.io
$ bundle config set --local path 'vendor/bundle'
$ 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 _config.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.

About

My Page


Languages

Language:JavaScript 47.5%Language:HTML 35.3%Language:SCSS 14.7%Language:CSS 2.2%Language:Ruby 0.3%