This is my documentation site, I will be using this site to document my learning process and to share my knowledge with others.
First some context, Jekyll is a static site generator that transforms your plain text into beautiful static web sites and blogs. It can be use for a documentation site, a blog, an event site, or really any web site you like. Itβs fast, secure, easy, and open source. Itβs also the same site generator I use to maintain my open source documentation.
I watched a Youtube video created By Techno Tim and follow alone their documentation.
Installing Ruby and Jekyll for windows
The Installation was via RubyInstaller by using the RubyInstaller for Windows. (follow those 4 steps, I needed to download the RubyInstaller .exe file.)
Note: I tried to installed from Bash but it failed. (I opened the github folder in local and tried the installation via Bash on Windows 10).
Install dependencies by running the following command.
bundle
To run the project as localhost after completing everything (serving your site)
bundle exec jekyll s
To Run the Site locally with drafts and livereload
bundle exec jekyll s --livereload --drafts
π‘ Remember to install Jekyll, then install the dependences, copy the theme, rename and modify it.
Please see the theme's docs.
This work is published under MIT License.