Skip to content

Commit

Permalink
Add headless-longform-visual template
Browse files Browse the repository at this point in the history
  • Loading branch information
migingreen committed May 29, 2024
1 parent dbf64dd commit bbae222
Show file tree
Hide file tree
Showing 3 changed files with 14,039 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@nzz/nzz.ch-static",
"version": "1.1.0",
"version": "1.2.0",
"description": "Static version of nzz.ch to use in projects to enable you to locally embed custom code",
"main": "index.js",
"scripts": {
"start": "npm run start-lv",
"start-regular": "LAYOUT=regular run-p sirv rollup",
"start-ls": "LAYOUT=longform-standard run-p sirv rollup",
"start-lv": "LAYOUT=longform-visual run-p sirv rollup",
"start-hlv": "LAYOUT=headless-longform-visual run-p sirv rollup",
"rollup": "rollup -c -w",
"sirv": "sirv build-test --dev --port 5555 --host 0.0.0.0"
},
Expand Down Expand Up @@ -35,4 +36,4 @@
"sirv-cli": "^2.0.2",
"svelte": "^3.48.0"
}
}
}
Loading

0 comments on commit bbae222

Please sign in to comment.