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 -vto 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 portnumberto 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 withinpostsoffileName.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.