|
119 | 119 | }, |
120 | 120 | { |
121 | 121 | "cell_type": "markdown", |
122 | | - "id": "ff0d4a70-8f9d-4920-ab45-11888c839686", |
| 122 | + "id": "79f1e2c2-aa94-4ef5-8249-0eb5c030452a", |
123 | 123 | "metadata": {}, |
124 | 124 | "source": [ |
125 | 125 | "8. Update the following files: \n", |
|
128 | 128 | "- `./about.qmd`: Add some information about yourself.\n", |
129 | 129 | "- `./profile.jpg`: optionally change the profile picture.\n", |
130 | 130 | "\n", |
131 | | - "9. Preview your site with the command `quarto preview`, and make any necessary adjustments and fix for broken links or Jekyll shortcodes (things with `{% ... %}`) that need to be converted to Quarto. Search the [the Quarto documentation](https://quarto.org/) if you need help locating specific Quarto features.\n", |
132 | | - "\n", |
| 131 | + "9. Preview your site with the command `quarto preview`, and make any necessary adjustments and fix for broken links or Jekyll shortcodes (things with `{% ... %}`) that need to be converted to Quarto. Search the [the Quarto documentation](https://quarto.org/) if you need help locating specific Quarto features." |
| 132 | + ] |
| 133 | + }, |
| 134 | + { |
| 135 | + "cell_type": "markdown", |
| 136 | + "id": "3f00ffc1-295a-4de5-b71f-92cde47d3a84", |
| 137 | + "metadata": {}, |
| 138 | + "source": [ |
| 139 | + "### Configuration Options: fastpages vs. Quarto\n", |
| 140 | + "\n", |
| 141 | + "fastpages (which was based on Jekyll) and Quarto offer different kinds of options and configurations for individual posts and at a site level. Below are some tables that organize some of the most important features of fastpages and how it maps to Quarto. Each link in the last column is specific to the relevant feature.\n", |
| 142 | + "\n", |
| 143 | + "#### Post Level Front Matter\n", |
| 144 | + "\n", |
| 145 | + "Jekyll Front Matter | Quarto | Notes\n", |
| 146 | + "-- | -- | --\n", |
| 147 | + "toc: false | Same | There are more options in the [Quarto docs](https://quarto.org/docs/reference/formats/pdf.html#table-of-contents)\n", |
| 148 | + "badges: true | n/a | No support yet\n", |
| 149 | + "comments: true | see notes | [Quarto docs](https://quarto.org/docs/output-formats/html-basics.html#commenting)\n", |
| 150 | + "categories: [fastpages, jupyter] | Same | [Quarto docs](https://quarto.org/docs/websites/website-listings.html#categories)\n", |
| 151 | + "image: images/some_folder/your_image.png | Same | [Quarto docs](https://quarto.org/docs/websites/website-listings.html#listing-fields)\n", |
| 152 | + "hide: false | draft: true | [Quarto docs](https://quarto.org/docs/websites/website-blog.html#drafts)\n", |
| 153 | + "search_exclude: true | see notes | [Quarto docs](https://quarto.org/docs/websites/website-search.html#disabling-search)\n", |
| 154 | + "title | Same | \n", |
| 155 | + "description | Same | \n", |
| 156 | + "sticky_rank | Not supported | [Quarto docs](https://quarto.org/docs/websites/website-listings.html#sorting-items)\n", |
| 157 | + "\n", |
| 158 | + "\n", |
| 159 | + "\n", |
| 160 | + "\n", |
| 161 | + "#### Site Level Options\n", |
| 162 | + "\n", |
| 163 | + "Jekyll site config | Quarto | Notes\n", |
| 164 | + "-- | -- | --\n", |
| 165 | + "title | see notes | [Quarto docs](https://quarto.org/docs/websites/#getting-started)\n", |
| 166 | + "description | see notes | [Quarto docs](https://quarto.org/docs/websites/website-tools.html)\n", |
| 167 | + "github_repo | see notes | [Quarto docs](https://quarto.org/docs/websites/website-navigation.html#top-navigation)\n", |
| 168 | + "url | n/a | Don't need this\n", |
| 169 | + "baseurl | n/a | Don't need this\n", |
| 170 | + "twitter_username | search page in notes for \"twitter\" | [Quarto docs](https://quarto.org/docs/websites/website-navigation.html#top-navigation)\n", |
| 171 | + "use_math | see notes | [Quarto docs](https://quarto.org/docs/output-formats/html-basics.html#latex-equations)\n", |
| 172 | + "google_analytics | website: google-analytics: \"UA-XXXXXXXX\" | [Quarto docs](https://quarto.org/docs/websites/website-tools.html#google-analytics)\n", |
| 173 | + "show_image | n/a | [Quarto docs](https://quarto.org/docs/reference/formats/html.html#layout)\n", |
| 174 | + "show_tags | see title-block-categories of page in notes | [Quarto docs](https://quarto.org/docs/reference/formats/html.html#layout)\n", |
| 175 | + "pagination | website: page-navigation: true | [Quarto docs](https://quarto.org/docs/websites/website-navigation.html#page-navigation)\n", |
| 176 | + "annotations | comments: hypothesis: ... | [Quarto docs](https://quarto.org/docs/output-formats/html-basics.html#commenting)" |
| 177 | + ] |
| 178 | + }, |
| 179 | + { |
| 180 | + "cell_type": "markdown", |
| 181 | + "id": "8ee5b80e-7931-4d03-8f3e-c8010c36279c", |
| 182 | + "metadata": {}, |
| 183 | + "source": [ |
133 | 184 | "## Publishing Your Blog\n", |
134 | 185 | "\n", |
135 | 186 | "::: {.callout-warning}\n", |
|
0 commit comments