You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.
- install rbenv:
brew install rbenv && rbenv init
to manage ruby versions - install ruby:
rbenv install 3.0.2
- Follow the instuctions found here
- Run
bundle install
to ensure all dependencies are loaded
To serve the site to localhost:4000/ run the following
> bundle exec jekyll serve
Your Pages site will use the layout and styles from the Jekyll theme selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml
configuration file.
Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.