forked from miguel/dejael10
primer commit
This commit is contained in:
commit
353239bda6
112 changed files with 7135 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "lowkey",
|
||||
"author": "Nixentric",
|
||||
"homepage": "https://github.com/nixentric/Lowkey-Hugo-Theme#readme",
|
||||
"license": "MIT",
|
||||
"version": "1.1.0",
|
||||
"description": "A Clean and Simple Hugo theme inspired by Adam Wathan's (https://adamwathan.me/) Website.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "hugo server",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nixentric/Lowkey-Hugo-Theme.git"
|
||||
},
|
||||
"keywords": ["hugo", "hugo-themes", "clean-themes"],
|
||||
"bugs": {
|
||||
"url": "https://github.com/nixentric/Lowkey-Hugo-Theme/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.13",
|
||||
"cssnano": "^5.1.14",
|
||||
"postcss": "^8.4.20",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"tailwindcss": "^3.2.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue