Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a tidier bulleted list for "Learning more" in website-basics.qmd #878

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions docs/websites/website-basics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Loading