Skip to content

nyechiel/nyechiel.github.io

Repository files navigation

nyechiel.github.io

Source code for my personal static site: https://nyechiel.com

Usage

To add a new post, follow these steps:

  1. Create a new .md file under the _posts directory. Make sure to follow the name convention.
  2. 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.
  3. 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.
  4. Commit the changes.
  5. The new changes should be reflected in the site as soon as the triggered GitHub Pages workflow finishes.

Acknowledgments

License

Code is available under the MIT license. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published