Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 785 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 785 Bytes

nxthdr.dev

This is the source code of https://nxthdr.dev.

Development

This website is built with Hugo, a static site generator. To run the site locally, you need to have Hugo installed on your machine.

Once, this is done, you can clone the repository and run the following commands to load the theme:

git submodule sync && git submodule update --init --recursive

Then, you can run the following command to start the development server:

hugo server

The website will be available at http://localhost:1313.

Update the theme

Once in a while, we want to update the theme to the latest version. To do so, run the following command:

git submodule update --remote --merge