Skip to content

Commit

Permalink
modify blank example to use templates map
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Feb 12, 2025
1 parent cf82dce commit 1ded566
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/examples/blank/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.dist/

*.gz
.env
.dist
2 changes: 1 addition & 1 deletion packages/examples/blank/@global/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ h1 {
font-weight: 300;
margin-bottom: 2em;
}
}
}
1 change: 0 additions & 1 deletion packages/examples/blank/welcome/index.md

This file was deleted.

7 changes: 0 additions & 7 deletions packages/examples/blank/welcome/redirect.dhtml

This file was deleted.

4 changes: 3 additions & 1 deletion packages/examples/simple-blog/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.dist/

*.gz
.env
.env
1 change: 1 addition & 0 deletions packages/nuekit/src/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { createKit } from './nuekit.js'

const templates = {
'simple-blog': 'welcome/',
'blank': '',
}


Expand Down

0 comments on commit 1ded566

Please sign in to comment.