This website requires JavaScript.
Explore
Help
Sign In
ccchb
/
themen-hugo-35c3-reveal
mirror of
https://dev.ccchb.de/genofire/themen-hugo-35c3-reveal.git
Watch
3
Star
0
Fork
You've already forked themen-hugo-35c3-reveal
0
Code
Releases
Activity
209ff907b5
themen-hugo-35c3-reveal
/
package.json
9 lines
110 B
JSON
Raw
Normal View
History
Unescape
Escape
Add empty package.json and add start script
2018-04-30 22:34:52 +02:00
{
"scripts"
:
{
Simply commands to run the example site Works around #4851
2018-07-03 00:00:56 +02:00
"start"
:
"hugo server -s exampleSite"
Add empty package.json and add start script
2018-04-30 22:34:52 +02:00
}
,
"dependencies"
:
{
"npm"
:
"^6.0.0"
}
}