🐼 first commit

This commit is contained in:
koirand 2018-09-23 20:11:35 +09:00
commit 8c7ec3df80
27 changed files with 2823 additions and 0 deletions

16
theme.toml Normal file
View file

@ -0,0 +1,16 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "pulp"
license = "MIT"
licenselink = "https://github.com/koirand/pulp/blob/master/LICENSE"
description = "Pulp is theme of Hugo framework for realize simple and readable blog."
homepage = "https://github.com/koirand/pulp/"
tags = ["minimal", "blog", "simple", "light", "personal"]
features = ["blog", "themes"]
min_version = "0.41"
[author]
name = "koirand"
homepage = "https://koirand.github.io"