- Install the
jekyll
ruby package
gem install jekyll
- Run the test server from project root
jekyll serve
The application should now be running at http://127.0.0.1:4000.
New posts go in the _posts
directory. The format for the post filenames is YEAR-MONTH-DAY-title.md
. More information about the jekyll directory structure can be found in the official docs. Static files that are linked in posts should go in a post-specific directory in assets
. For image files, ensure that the max width is 1000 pixels and max height is 600 pixels. This helps with formatting, and keeps the repository size manageable.
When you're ready to publish, deploy by simply pushing master.
The original theme for this blog is TextLog.
All content in this blog is under the MIT License.