The homepage for the GraphIT project.
To make content changes, edit markdown files in content/notes
.
You can use Obsidian for editing content: guide
To make config changes, edit data/config.yaml
and data/graphConfig.yaml
. For more information see configuration.
- install dependencies:
- Go
- hugo-obsidian:
go install github.com/jackyzha0/hugo-obsidian@latest
- serve locally:
make serve
To publish changes, push to the main
branch. The site will be automatically built and deployed.
content/_index.md
: main pagecontent/notes
: public markdown filescontent/templates
: templates for markdown files
data/config.yaml
: main config filedata/graphConfig.yaml
: graph config file
assets/indices
: index files for searchassets/js
: javascript filesassets/styles
: css files
i18n/*.yaml
: translation files
layouts/*.html
: html templates used by hugo
This website is powered by quartz