Initial commit: Hugo blog with PaperMod theme
All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 5m0s
All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 5m0s
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "redscapeblog",
|
||||
"version": "1.0.0",
|
||||
"description": "Redscape Blog - Personal DevOps Blog",
|
||||
"scripts": {
|
||||
"dev": "hugo server -D",
|
||||
"build": "hugo --minify",
|
||||
"build:ci": "hugo --minify --environment production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"tailwindcss": "^3.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user