summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authoramzrk22020-04-13 19:13:39 +0800
committeramzrk22020-04-13 19:13:39 +0800
commit6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad (patch)
treeb13e4c3a49823b602ebb918c899dd4a964c1f445 /package.json
downloadhugo-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.json29
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"
+ }
+}