Skip to content

Commit

Permalink
Add website theme section to basics
Browse files Browse the repository at this point in the history
  • Loading branch information
cwickham committed Jun 7, 2024
1 parent 61a0365 commit 8a95468
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/websites/website-basics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,19 @@ When creating links between pages in your site, you can provide the source file

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).

## Website Theme

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:

```{.yaml filename="_quarto.yml"}
format:
html:
theme: cosmo
css: styles.css
```

See [HTML Theming](/docs/output-formats/html-themes.qmd) for details on the available options.

## Learning More

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

0 comments on commit 8a95468

Please sign in to comment.