Source code for my personal static site: https://nyechiel.com
To add a new post, follow these steps:
- Create a new .md file under the
_posts
directory. Make sure to follow the name convention. - For the comments system to work, report a new GitHub issue and insert the issue number in the
comments_id
field within the new .md file. - To test changes locally, run the
bundle exec jekyll serve
command. This should build the site under the_site
directory and run it on a local server at http://localhost:4000. - Commit the changes.
- The new changes should be reflected in the site as soon as the triggered GitHub Pages workflow finishes.
- Developed with Jekyll: https://github.com/jekyll/jekyll
- Comments system: https://aristath.github.io/blog/static-site-comments-using-github-issues-api
- Reading time: https://carlosbecker.com/posts/jekyll-reading-time-without-plugins
Code is available under the MIT license. See the LICENSE file for details.