summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 22:30:05 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 22:30:05 +0200
commit7b2124ea5f535116ec526ad09babe834cf2fe0a1 (patch)
treeb89e18b5529eb257c1ba7e744f2bac9306f9e2d8 /package.json
parentc40490eb087e2013057bda62f394f4043b678d15 (diff)
downloadgohugo-theme-ed-7b2124ea5f535116ec526ad09babe834cf2fe0a1.tar.gz
Setup code linting
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..cdc35be
--- /dev/null
+++ b/package.json
@@ -0,0 +1,30 @@
+{
+ "author": "Serghei Iakovlev",
+ "bugs": {
+ "url": "https://github.com/sergeyklay/gohugo-theme-ed/issues"
+ },
+ "comments": {
+ "dependencies": {},
+ "devDependencies": {}
+ },
+ "dependencies": {},
+ "description": "Ed theme for minimal editions",
+ "devDependencies": {},
+ "homepage": "https://github.com/sergeyklay/gohugo-theme-ed#readme",
+ "keywords": [
+ "hugo",
+ "theme",
+ "minimal"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "gohugo-theme-ed",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git"
+ },
+ "scripts": {
+ "deploy": " cd exampleSite; hugo;"
+ },
+ "version": "0.1.0"
+}