mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
10 lines
146 B
JSON
10 lines
146 B
JSON
{
|
|
"scripts": {
|
|
"start": "hugo server -s exampleSite",
|
|
"build": "hugo -s exampleSite"
|
|
},
|
|
"dependencies": {
|
|
"npm": "^6.7.0"
|
|
}
|
|
}
|