File tree Expand file tree Collapse file tree 7 files changed +43
-57
lines changed
Expand file tree Collapse file tree 7 files changed +43
-57
lines changed Original file line number Diff line number Diff line change 1+ {{ export hero }}
2+ <section class =" hero is-danger is-halfheight" >
3+ <div class =" hero-body" >
4+ <div >
5+ <p class =" title" >Fullheight hero</p >
6+ <p class =" subtitle" >Fullheight subtitle</p >
7+ </div >
8+ </div >
9+ </section >
10+ {{ / export }}
Original file line number Diff line number Diff line change 1+ {{ export navbar }}
2+ <nav class =" navbar" role =" navigation" aria-label =" main navigation" >
3+ <div class =" container is-max-widescreen" >
4+ <div class =" navbar-brand" >
5+ <a class =" navbar-item" href =" /" >
6+ doughkit.dev
7+ </a >
8+ </div >
9+
10+ <div id =" navbarBasicExample" class =" navbar-menu" >
11+ <div class =" navbar-end" >
12+ <a class =" navbar-item" href =" #" >Home</a >
13+ <a class =" navbar-item" href =" #" >About</a >
14+ <a class =" navbar-item" href =" #" >Contact</a >
15+ </div >
16+ </div >
17+ </div >
18+ </nav >
19+ {{ / export }}
Original file line number Diff line number Diff line change 1+ ---
2+ layout : " base.vto"
3+ ---
4+
5+ {{ import { navbar } from " components/navbar.vto" }}
6+ {{ import { hero } from " components/hero.vto" }}
7+
8+ {{ navbar }}
9+ {{ hero }}
10+ {{ content }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 "imports" : {
1414 "@11tyrocks/eleventy-plugin-sass-lightningcss" : " npm:@11tyrocks/eleventy-plugin-sass-lightningcss@^1.3.0" ,
1515 "@11ty/eleventy" : " npm:@11ty/eleventy@^3.1.2" ,
16+ "bulma" : " npm:bulma@^1.0.4" ,
1617 "eleventy-plugin-vento" : " npm:eleventy-plugin-vento@^5.2.1" ,
1718 "html-minifier-next" : " npm:html-minifier-next@^4.16.4" ,
1819 "milligram" : " npm:milligram@^1.4.1" ,
Original file line number Diff line number Diff line change 11@use " sass:color" ;
22
3- @use " ../_includes/scss/_normalize " ;
3+ @use " ../node_modules/bulma/bulma.scss " ;
44@use " ../_includes/scss/_typography" ;
5- @use " ../_includes/scss/_grid_responsive" ;
6-
Original file line number Diff line number Diff line change 11---
2- layout : " base .vto"
2+ layout : " landing .vto"
33---
4- # Heading 1
5- ## Heading 2
6- ### Heading 3
7- #### Heading 4
8- ##### Heading 5
9- ###### Heading 6
10- Normal Text
4+ ### still a WIP
You can’t perform that action at this time.
0 commit comments