mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
d3d413c991f19eae2c69034a98aff0b9086845e9
The theme used to have a <base> tag, which tells the browser which base to use for relative URLs, but this was actually a buggy and incorrect theme behavior, so we need to update our links. $ sed -i 's/(\(201[567]\)/(\/cgspace-notes\/\1/' content/post/*.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
Description
Languages
Markdown
100%