diff --git a/docs/websites/website-basics.qmd b/docs/websites/website-basics.qmd index 626e469e4..f3961fa3e 100644 --- a/docs/websites/website-basics.qmd +++ b/docs/websites/website-basics.qmd @@ -81,12 +81,9 @@ The website preview will open in a new web browser. As you edit and save `index. ::: - - - ## Workflow -Above we demonstrated how to create and edit a simple website. In this section we go into more depth on website workflow. +Above we have demonstrated how to create and edit a simple website. In this section we go into more depth on website workflow. ### Config File @@ -161,12 +158,12 @@ One benefit of using this style of link as opposed to targeting `.html` files di Once you've got a basic website up and running check out these articles for various ways to enhance your site: -[Website Navigation](website-navigation.qmd) describes various ways to add navigation to a website, including top-level navigation bars, sidebars, or hybrid designs that uses both. This article also covers adding full-text search as well as a site-wide footer. +- [Website Navigation](website-navigation.qmd) describes various ways to add navigation to a website, including top-level navigation bars, sidebars, or hybrid designs that uses both. This article also covers adding full-text search as well as a site-wide footer. -[Website Tools](website-tools.qmd) covers adding social metadata (e.g. for Twitter Cards) and Google Analytics to your site, as well as enabling users to toggle between dark and light color schemes. +- [Website Tools](website-tools.qmd) covers adding social metadata (e.g. for Twitter Cards) and Google Analytics to your site, as well as enabling users to toggle between dark and light color schemes. -[Website Options](../reference/projects/websites.qmd) provides a comprehensive reference to all of the available website options. +- [Website Options](../reference/projects/websites.qmd) provides a comprehensive reference to all of the available website options. -[Code Execution](../projects/code-execution.qmd) provides tips for optimizing the rendering of sites with large numbers of documents or expensive computations. +- [Code Execution](../projects/code-execution.qmd) provides tips for optimizing the rendering of sites with large numbers of documents or expensive computations. -[Publishing Websites](../publishing/index.qmd) enumerates the various options for publishing websites including GitHub Pages, Netlify, and Posit Connect. +- [Publishing Websites](../publishing/index.qmd) enumerates the various options for publishing websites including GitHub Pages, Netlify, and Posit Connect.