Browse Source

Require Hugo 0.15

master
digitalcraftsman 9 years ago
parent
commit
75ae4b5504
  1. 16
      .editorconfig
  2. 2
      theme.toml

16
.editorconfig

@ -1,16 +0,0 @@
# editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = tab
end_of_line = lf
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{html,css,js,yaml,toml,json}]
indent_size = 4

2
theme.toml

@ -5,7 +5,7 @@ description = "A minimalistic and responsive theme for bloggers."
homepage = "//github.com/digitalcraftsman/hugo-cactus-theme"
tags = ["blog", "disqus", "google analytics", "rss", "syntax highlighting"]
features = ["disqus", "google analytics", "rss", "syntax highlighting", "blog", "pagination", "<sharing options"]
min_version = 0.14
min_version = 0.15
[author]
name = "digitalcraftsman"

Loading…
Cancel
Save