mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-22 03:33:00 +01:00
Alan Orth
d3d413c991
Fix image references in content
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%