Jekyll
→ Jekyll
How to run locally
Requirements
Install [Ruby]
On Windows, download the latest version with DevKit from the Download page and execute it, agree to run
ridk install
at the end
Install jekyll gem
Run
gem install bundler jekyll
Local server
Open the terminal at the root folder and run bundle exec jekyll serve
How to contribute
Creation
This code base was made by using the command: jekyll new my-website
How to run with Docker
See alcher.dev
Last updated