My personal website using Org-mode for convenience. Access the site via https://jeremytsang1.github.io/jets.
The site is built using Hugo in tandem with the ox-hugo Emacs package. It is styled with my Nord Themed fork of leafee98’s hugo-theme-flat Hugo Theme.
- Clone this repo
git clone git@github.com:jeremytsang1/jets.git
- Without changing directories clone the theme into a theme directory.
git clone git@github.com:jeremytsang1/hugo-theme-flat.git hugo-themes/hugo-theme-flat
- This is needed to run the development environment in order to make changes to the theme and immediately view them without having to push theme changes to the main branch of
git@github.com:jeremytsang1/hugo-theme-flat.git
.
- This is needed to run the development environment in order to make changes to the theme and immediately view them without having to push theme changes to the main branch of
- Run the site in the development environment
cd jets hugo -e 'development' server
- In production, the theme will be directly imported from the most recent version on GitHub.