Installing and Running Jekyll and Ruby (Windows)
Jekyll Chirpy Project Install
Repo and theme of base project: Link Text
- Install ruby at Link Text
- Run IN POWERSHELL or Admin terminal (windows)
gem -v
to check version of gem is installed correctly - Run
gem install bundler
- Run
bundle
To then run local server:
- Run command
bundle exec jeykll s
To edit Globals:
- File
_config.yml
To create Content:
- Within folder
posts
-> Utilizes markdown syntax -> Create post by creating file withinposts
offileName.md
-> Ensure posts are created with file name of2024-XX-XX-filename.md
-> Save and push your changes to repo (main branch)
This post is licensed under CC BY 4.0 by the author.