File tree Expand file tree Collapse file tree 6 files changed +51
-0
lines changed
docs/smoke-all/2024/04/17/9356 Expand file tree Collapse file tree 6 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ /.quarto /
Original file line number Diff line number Diff line change 1+ project :
2+ type : website
3+
4+ website :
5+ title : " Reprex"
6+ navbar :
7+ logo : " https://quarto.org/quarto.png"
8+ right :
9+ - about.qmd
10+ - icon : github
11+ href : https://github.com/
12+ - icon : twitter
13+ href : https://twitter.com
14+ sidebar :
15+ logo : " https://quarto.org/quarto.png"
16+ format :
17+ html :
18+ theme : cosmo
19+ css : styles.css
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Home"
3+ comments : false
4+ about :
5+ id : about-pec
6+ template : solana
7+ _quarto :
8+ tests :
9+ html :
10+ ensureHtmlElements :
11+ - ["div.quarto-about-solana.column-body"]
12+ ---
13+
14+ ::: {#about-pec}
15+
16+ ![ a pic] ( https://quarto.org/quarto.png )
17+
18+ Some text here.
19+
20+ :::
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Reprex"
3+ page-layout : full
4+ title-block-banner : true
5+ ---
6+
7+
Original file line number Diff line number Diff line change 1+ /* css styles */
Original file line number Diff line number Diff line change @@ -280,4 +280,7 @@ function findProjectOutputDir(input: string) {
280280 if ( type === "book" ) {
281281 return "_book" ;
282282 }
283+ if ( type === "website" ) {
284+ return "_site" ;
285+ }
283286}
You can’t perform that action at this time.
0 commit comments