From ffd9d903c905afef43fc1e52d34c8ee82fbd3341 Mon Sep 17 00:00:00 2001
From: Regis Philibert <login@regisphilibert.com>
Date: Tue, 19 Jan 2021 20:43:02 +0000
Subject: [PATCH] Add optional processing of styles with Hugo Pipes (#387)
---
package.json | 62 +++++++++++++++++++-----------
1 files changed, 39 insertions(+), 23 deletions(-)
diff --git a/package.json b/package.json
index e5179dc..b0f3d87 100755
--- a/package.json
+++ b/package.json
@@ -1,26 +1,42 @@
{
- "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",
+ "author": "budparr",
+ "bugs": {
+ "url": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues"
+ },
+ "comments": {
+ "dependencies": {},
"devDependencies": {
- "auto-changelog": "^1.16.1"
+ "auto-changelog": "project",
+ "cssnano": "project",
+ "postcss-cli": "project",
+ "postcss-cssnext": "project",
+ "tachyons": "project"
}
-}
+ },
+ "dependencies": {},
+ "description": "Theme Ananke",
+ "devDependencies": {
+ "auto-changelog": "^1.16.1",
+ "cssnano": "^3.10.0",
+ "postcss-cli": "^7.1.0",
+ "postcss-cssnext": "^2.10.0",
+ "tachyons": "^4.9.1"
+ },
+ "homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
+ "keywords": [
+ "hugo",
+ "gohugo"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "gohugo-theme-ananke",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/theNewDynamic/gohugo-theme-ananke.git"
+ },
+ "scripts": {
+ "version": "auto-changelog -p --template keepachangelog --commit-limit 0 \u0026\u0026 git add CHANGELOG.md",
+ "deploy": " cd exampleSite; hugo;"
+ },
+ "version": "2.7.0"
+}
\ No newline at end of file
--
Gitblit v1.10.0