Notes about my work on the CGSpace platform.
Go to file
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
2017-01-09 16:18:07 +02:00
archetypes Add empty .gitignore files to keep empty directories 2015-11-23 16:59:03 +03:00
content Fix image references in content 2017-01-09 16:18:07 +02:00
data Add empty .gitignore files to keep empty directories 2015-11-23 16:59:03 +03:00
layouts Add robots.txt template to disallow robots 2016-09-21 22:25:36 +03:00
public Update theme and regenerate 2017-01-08 17:08:08 +02:00
static Add notes for 2017-01-09 2017-01-09 16:17:38 +02:00
themes Update theme and regenerate 2017-01-08 17:08:08 +02:00
.gitignore Add .gitignore 2016-11-08 11:27:51 +02:00
.gitmodules Switch themes 2016-09-21 15:23:50 +03:00
config.toml Add robots.txt template to disallow robots 2016-09-21 22:25:36 +03:00
README.md Add README.md 2016-03-22 10:50:57 +02:00

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