Installing and Running Jekyll and Ruby (Mac)
Jekyll Chirpy Project Install
Repo and theme of base project: Link Text
- Install ruby at https://jekyllrb.com/docs/installation/
- Run terminal
ruby -v
to check if it’s installed correctly - Clone the Habitinc.github.io repo to your local machine
To then run local server:
- Run
bundle
- Run
jekyll serve
- if you run into a port in use error run
jekyll serve -P portnumber
to change the port being used
- if you run into a port in use error run
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.