summaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-02-12 18:29:05 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-02-12 18:29:05 +0100
commitd54b767f38ed55ae097d977c0ddc4318b1a99104 (patch)
treeb3fdd06a942eebc60a3acd265e5c1794031332d8 /content/blog
parent13a43dadbb302b4c025045064de2acaf9eaef46f (diff)
downloadwww-andreasbaumann-cc-d54b767f38ed55ae097d977c0ddc4318b1a99104.tar.gz
www-andreasbaumann-cc-d54b767f38ed55ae097d977c0ddc4318b1a99104.tar.bz2
small fix
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/statig-gen-hugo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/statig-gen-hugo.md b/content/blog/statig-gen-hugo.md
index 7dec9ed..2da7044 100644
--- a/content/blog/statig-gen-hugo.md
+++ b/content/blog/statig-gen-hugo.md
@@ -23,7 +23,7 @@ simple if you get your head around it. It has live reloading in the
browser when you save the Markdown (or actually any file) in the text
editor. It's written in Go, so I don't have to worry about 10'000
Ruby, Javascript, Perl, Python packages getting installed and breaking
-all the time. Go packs everything into static binary and is blazingly
+all the time. Go packs everything into a static binary and is blazingly
fast. The idea with sections and types which can be templated, it is
powerful enough to produce a site like mine. Even having an alternative
theme for certain sections (like the slides) is easy to do.