aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/package.json
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-07-11 22:35:14 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-07-11 22:35:14 +0200
commit60fe49ea3af38d4a7d5e8de1cdb72887b167b22d (patch)
treebb05011c311b74c7c7676b7b689bbbc2c8546c9a /themes/ananke/package.json
parent60b4299cb90a5b3f6e74ffd0ee0f51a0008fb3cf (diff)
downloadgabrielgio.me-60fe49ea3af38d4a7d5e8de1cdb72887b167b22d.tar.gz
gabrielgio.me-60fe49ea3af38d4a7d5e8de1cdb72887b167b22d.tar.bz2
gabrielgio.me-60fe49ea3af38d4a7d5e8de1cdb72887b167b22d.zip
Moving from jekyll to hugo
Diffstat (limited to 'themes/ananke/package.json')
-rwxr-xr-xthemes/ananke/package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/themes/ananke/package.json b/themes/ananke/package.json
new file mode 100755
index 0000000..e5179dc
--- /dev/null
+++ b/themes/ananke/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "gohugo-default-theme",
+ "version": "2.6.1",
+ "description": "Base Theme to start Hugo Sites",
+ "main": "index.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git"
+ },
+ "scripts": {
+ "version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md"
+ },
+ "keywords": [
+ "hugo",
+ "gohugo"
+ ],
+ "author": "budparr",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/theNewDynamic/thenewdynamic.com/issues"
+ },
+ "homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme",
+ "devDependencies": {
+ "auto-changelog": "^1.16.1"
+ }
+}