Zero Security

Hacking and Penetration Testing Stuff

Hacking Write-ups Blog Posts View on GitHub
28 August 2020

Github Pages And Jekyll

by zero

This blog post is dedicated to detailing the process of how to create a similar github page like this using jekyll and all other goodies.

What is github pages and jekyll

GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website.

Source

Jekyll is a simple, blog-aware, static site generator for personal, project, or organization sites. Written in Ruby by Tom Preston-Werner, GitHub’s co-founder, it is distributed under the open source MIT license.

Source

Download and install ruby and jekyll

Github pages themes

Github provides you with a variety of themes to start you pages with.

GitHub Pages themes

This site makes use of The Hacker theme as its base. Thank you to the contributors of that theme project for creating something beautiful and simple.

Jekyll Plugins

tags: development - jekyll