diff options
author | amzrk2 | 2020-04-13 19:13:39 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-13 19:13:39 +0800 |
commit | 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad (patch) | |
tree | b13e4c3a49823b602ebb918c899dd4a964c1f445 /package.json | |
download | hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.tar.gz hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.tar.bz2 hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.zip |
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..fd8a803 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "hugo-theme-fuji", + "version": "1.0.0", + "description": "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" + }, + "keywords": [ + "hugo", + "theme", + "fuji", + "bootstrap", + "primer" + ], + "author": "DSRKafuU <mail@amzrk2.cc> (https://amzrk2.cc/)", + "license": "GPL-3.0-only", + "bugs": { + "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" + }, + "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", + "devDependencies": { + "@primer/css": "14.3.0" + } +} |