Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 788 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 788 Bytes

h-docs

Contributing

If you are interested in contributing, use the following instructions to setup your workspace

  1. Clone the repository
git clone git@github.com:Hsterts/h-docs.git
  1. 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
  1. Run Preview; this command creates a live preview available at http://localhost:1313/h-docs
make serve
  1. 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.