Commit Graph

6 Commits

Author SHA1 Message Date
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
99f6f1a88e
Capitalize tags 2016-09-28 17:02:30 +03:00
2e2cfff2f2
Add <!--more--> tags to content to force reasonable summaries 2016-09-28 14:59:07 +03:00
b94f575e17
Remove images from front matter
Those were there for an old theme.
2016-09-28 14:54:12 +03:00
f50e2455a4
content/post: Fix image links 2016-09-21 15:19:43 +03:00
1c66b49b1c
Move content to posts and images to statci 2016-09-21 15:09:02 +03:00