Skip to content

Repository files navigation

Fruit of Preterition Blog

Local Development Workflow (GitHub-Compatible)

  • Install dependencies:
    bundle install --path vendor/bundle
  • Start local server (identical to GitHub Pages):
    bundle exec jekyll serve --config _config.yml,_config.local.yml
    Or use the helper script:
    ./dev-server.sh start
  • Stop server:
    ./dev-server.sh stop
  • Edit posts in _posts/, preview at http://localhost:4000/crw-blog/
  • For local-only settings (like live reload), use _config.local.yml (ignored by GitHub Pages)
  • All dependencies are locked to GitHub Pages via the github-pages gem in the Gemfile.

See DEVELOPMENT.md for full details, troubleshooting, and explanations.


Original README content below

GitHub Pages

Create a site or blog from your GitHub repositories with GitHub Pages.

Finish

Congratulations friend, you've completed this course!

celebrate

Your blog is now live and has been deployed!

Here's a recap of all the tasks you've accomplished in your repository:

  • You enabled GitHub Pages.
  • You selected a theme using the config file.
  • You learned about proper directory format and file naming conventions in Jekyll.
  • You created your first blog post with Jekyll!

What's next?


Get help: Post in our discussion boardReview the GitHub status page

© 2023 GitHub • Code of ConductMIT License

About

My clone repository

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from skills/github-pages