If you are interested in contributing, use the following instructions to setup your workspace
- Clone the repository
git clone [email protected]:Hsterts/h-docs.git
- Install Hugo and Hugo-Obsidian. Install go here if you do not already have it.
go install -tags extended github.com/gohugoio/hugo@latest
go install github.com/jackyzha0/hugo-obsidian@latest
- Run Preview; this command creates a live preview available at http://localhost:1313/h-docs
make serve
- Edit files under
/content
for modifying the base page
Extra: Obsidian is a very useful editor for managing links on the webpage. Follow these instructions to link obsidian with the website files.