mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
81689af799
9cece6640 Function sort: fix example labels (#1344) 84444120f Revert "Fix sample data for sort function (#1363)" (#1364) 05c8619f4 Fix sample data for sort function (#1363) 2beb1c0ed Fix "Configure taxonomies" title (#1361) cd777b9fb Fix sitemap configuration link (#1360) 52251fb42 Update the 'Customize Dates' example to not error (#1357) 1a14cc08a Update quick-start.md 17bb98a94 Add note about image metadata removal ec4f7bfff Update 404.md cebfb7a90 explaination that `weight` key is used for sorting 83190ff12 fix typo: "advance settings" → "advanced settings" 75743968c Update quick-start.md f1c64cd5a Improved documentation. 8af3b236c Update theme git-subtree-dir: docs git-subtree-split: 9cece6640095a21673a730201466ea636d2f8ded
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "gohugo-default-styles",
|
|
"version": "1.1.0",
|
|
"description": "Default Theme for Hugo Sites",
|
|
"main": "index.js",
|
|
"homepage": "https://gohugo.io/",
|
|
"bugs": {
|
|
"url": "https://github.com/gohugoio/gohugoioTheme/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gohugoio/gohugoioTheme.git"
|
|
},
|
|
"author": "budparr",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack",
|
|
"build-dev": "NODE_ENV=development webpack --progress --watch",
|
|
"start": "npm run build-dev"
|
|
},
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^1.0.0",
|
|
"clipboard": "^2.0.4",
|
|
"css-loader": "^4.3.0",
|
|
"docsearch.js": "^2.6.1",
|
|
"file-loader": "^2.0.0",
|
|
"glob-all": "^3.1.0",
|
|
"highlight.js": "^9.13.1",
|
|
"lazysizes": "^5.2.1",
|
|
"mini-css-extract-plugin": "^0.4.4",
|
|
"postcss": "^7.0.32",
|
|
"postcss-cssnext": "^3.1.0",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"purgecss-webpack-plugin": "^1.3.1",
|
|
"scrolldir": "^1.4.0",
|
|
"tachyons": "^4.7.0",
|
|
"typeface-muli": "0.0.54",
|
|
"webpack": "^4.44.1",
|
|
"webpack-command": "^0.4.2"
|
|
},
|
|
"dependencies": {}
|
|
}
|