feat: Replace new with start screen
- Convert to liquid - Add old ongoing function for now - Add macros as partials - Rename data source to better reflect usage - Update app.js to fulfill jshint
This commit is contained in:
parent
6c252875fa
commit
c259ead9a0
8 changed files with 94 additions and 55 deletions
14
source/data/start.json
Normal file
14
source/data/start.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"text": "Index",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"text": "Basics",
|
||||
"href": "/demo/basics.html"
|
||||
},
|
||||
{
|
||||
"text": "Drag",
|
||||
"href": "/demo/examples/ui/drag.html"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue