sirkitree.github.com
My personal blog and website, built with Jekyll and hosted on GitHub Pages.
Adding a New Blog Post
-
Create a new file in
_postsfollowing the formatYYYY-MM-DD-your-post-title.md. -
Copy and adjust the front matter from an existing post.
-
Change the
dateandtitlefields. -
Write your post content in Markdown.
-
Run
bundle exec jekyll serveand verify it at http://localhost:4000. -
When ready, stage and commit your changes:
git add _posts/YYYY-MM-DD-your-post-title.md git commit -m "Add new post: Your Post Title" git push
Developer Guide
For detailed instructions on setting up, building, and working with this codebase, see DEVELOPMENT.md.
Automation
Generate WebSim thumbnails with:
npm install
npm run generate-thumbnails