mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-18 12:47:04 +01:00
Notes about my work on the CGSpace platform.
Alan Orth
627381053d
Turns out I was misunderstanding the use of "slug" and actually I needed to be using "url" in frontmatter. |
||
---|---|---|
archetypes | ||
content | ||
data | ||
layouts | ||
public | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
config.toml | ||
README.md |
CGSpace Notes
Notes about my work on the CGSpace platform.
Technical Info
Built with the Hugo static site generator. Hosted on GitHub pages at alanorth.github.io by pushing the public
directory as a subtree to the gh-pages
branch:
$ git subtree push --prefix=public origin gh-pages