To start the jekyll server, run:
bundle exec jekyll serve
Then, go to http://localhost:4000 in your browser.
Configuration changes like the site title, description, email, etc.
are in _config.yml.
To create a new posts, create a new .md file in the _posts/ directory.
You can use the existing posts as an example.
Pages can be written with html or markdown. You can use the
about.markdown file in the root directory as an example.
To publish your changes:
- Commit your changes to your local git repository.
- Run
git push.