Skip to content

Commit 71739c6

Browse files
authored
Merge pull request #1147 from quarto-dev/issues/9488
Add website theme section to basics
2 parents d53883e + 8a95468 commit 71739c6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/websites/website-basics.qmd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,19 @@ When creating links between pages in your site, you can provide the source file
154154

155155
One benefit of using this style of link as opposed to targeting `.html` files directly is that if you at some point convert your site to a [book](/docs/books/book-basics.qmd) the file-based links will automatically resolve to section links for formats that produce a single file (e.g. PDF or MS Word).
156156

157+
## Website Theme
158+
159+
The look of your website is controlled via [HTML themes](/docs/output-formats/html-themes.qmd). These options are set under the `format` option in your website configuration file:
160+
161+
```{.yaml filename="_quarto.yml"}
162+
format:
163+
html:
164+
theme: cosmo
165+
css: styles.css
166+
```
167+
168+
See [HTML Theming](/docs/output-formats/html-themes.qmd) for details on the available options.
169+
157170
## Learning More
158171

159172
Once you've got a basic website up and running check out these articles for various ways to enhance your site:

0 commit comments

Comments
 (0)