everything up to index

This commit is contained in:
Gardient
2018-02-17 23:25:30 +02:00
parent ff7a3c5471
commit 3514bd0799
19 changed files with 393 additions and 13 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "hugo-bootswatch-slate",
"version": "0.1.0",
"description": "A hugo theme based on the Slate Bootswatch theme",
"main": "index.js",
"repository": "git@github.com:gardient/hugo-bootswatch-slate.git",
"author": "Gardient <gradient93@gmail.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"standard": "^10.0.3"
}
}