This is the source for my personal website and blog at https://ptcrash.dev. It is generated with Hugo, with the Engimo theme by achary, which in term is a fork of Minimo by MunifTanjim.
Prerequisite: you must first install Hugo, a static site generator before you can use this site locally.
This site is hosted on GitHub Pages at https://ptcrash.dev/. You can run it locally (IDK why you'd do that but aight) by cloning the repo and running the following commands:
$ hugo serve # To run a local webserver on port 1313
# Or
$ hugo -d docs # To render the HTML into the docs/ directory
To render draft pages, add the -D
flag to either the hugo server
to run the temp server and hugo -d docs
to render to the docs/ directory.
PRs to correct spelling and grammar mistake are welcome. Please don't submit general changes; This is my own personal project, not a watering hole. Discourse is encouraged via the comment section on each post.
This blog is licensed under Apache 2.0. All of my writing is licensed under the Creative Commons Attribution 4.0 International License.