mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
Add empty package.json and add start script
This commit is contained in:
@@ -1 +1,2 @@
|
||||
node_modules
|
||||
public
|
||||
|
||||
@@ -172,3 +172,9 @@ Contributions are very welcome. To run the example site in this repository local
|
||||
hugo server -s exampleSite -d ../public --themesDir '../' --theme '.'
|
||||
```
|
||||
|
||||
or simply...
|
||||
|
||||
```shell
|
||||
npm start
|
||||
```
|
||||
|
||||
|
||||
Generated
+5117
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "hugo server -s exampleSite -d ../public --themesDir '../' --theme '.'"
|
||||
},
|
||||
"dependencies": {
|
||||
"npm": "^6.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user