-
Notifications
You must be signed in to change notification settings - Fork 181
/
package.json
30 lines (30 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "academia",
"version": "1.1.1",
"description": " for Hugo",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.3.1"
},
"devDependencies": {},
"scripts": {
"dev": "hugo server",
"build": "hugo --gc --minify --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --forceSyncStatic",
"test": "hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify",
"dev:example": "cd exampleSite; hugo server --themesDir ../..",
"build:example": "cd exampleSite; hugo --themesDir ../.. --gc --minify --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --forceSyncStatic",
"test:example": "cd exampleSite; hugo server --themesDir ../.. --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify",
"project-setup": "node ./scripts/projectSetup.js",
"theme-setup": "node ./scripts/themeSetup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcushen/hugo-academia.git"
},
"author": "George Cushen",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcushen/hugo-academia/issues"
},
"homepage": "https://github.com/gcushen/hugo-academia#readme"
}