You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spandata-code-lines="3" data-code-annotation="1" data-code-cell="annotated-cell-3">add a photo by supplying a file path & image name (here, <code>headshot.jpg</code> lives in my repo’s root directory)</span>
833
+
<spandata-code-cell="annotated-cell-3" data-code-annotation="1" data-code-lines="3">add a photo by supplying a file path & image name (here, <code>headshot.jpg</code> lives in my repo’s root directory)</span>
<spandata-code-lines="5" data-code-annotation="2" data-code-cell="annotated-cell-3">use a <ahref="https://quarto.org/docs/websites/website-about.html#templates">pre-built template</a> (here, <code>trestles</code>) to update the layout of your landing page (or any page!)</span>
837
+
<spandata-code-cell="annotated-cell-3" data-code-annotation="2" data-code-lines="5">use a <ahref="https://quarto.org/docs/websites/website-about.html#templates">pre-built template</a> (here, <code>trestles</code>) to update the layout of your landing page (or any page!)</span>
<spandata-code-lines="8,9,10,11,12,13,14,15,16" data-code-annotation="4" data-code-cell="annotated-cell-3">add button links to your favorite social media pages (e.g. LinkedIn, Twitter, GitHub, and even your email – <strong>Note:</strong> the <code>mailto::</code> ahead of your email address, <code>mailto::youremail.com</code>)</span>
845
+
<spandata-code-cell="annotated-cell-3" data-code-annotation="4" data-code-lines="8,9,10,11,12,13,14,15,16">add button links to your favorite social media pages (e.g. LinkedIn, Twitter, GitHub, and even your email – <strong>Note:</strong> the <code>mailto::</code> ahead of your email address, <code>mailto::youremail.com</code>)</span>
<spandata-code-lines="6" data-code-annotation="1" data-code-cell="annotated-cell-4">Give your website a better title (e.g. your name)! This is the text that appears in the top left corner of your website (by default, it appears as your repo name) – when clicked, a user will be brought back to the landing page</span>
910
+
<spandata-code-cell="annotated-cell-4" data-code-annotation="1" data-code-lines="6">Give your website a better title (e.g. your name)! This is the text that appears in the top left corner of your website (by default, it appears as your repo name) – when clicked, a user will be brought back to the landing page</span>
<spandata-code-lines="17" data-code-annotation="2" data-code-cell="annotated-cell-4">Set your <code>page-layout</code> to <code>full</code> so that your page content takes up more of the page width</span>
914
+
<spandata-code-cell="annotated-cell-4" data-code-annotation="2" data-code-lines="17">Set your <code>page-layout</code> to <code>full</code> so that your page content takes up more of the page width</span>
<spandata-code-lines="13" data-code-annotation="1" data-code-cell="annotated-cell-5">A newly-added navbar page. <strong>Note:</strong> The page name, as it appears in the navbar of your website, will be the same as whatever is listed in the <code>title</code> field of that file’s yaml. For example, I have set <code>title: "All my favorite resources!"</code> in the yaml of <code>resources.qmd</code> – this is how it will appear in my website’s navbar. If you’d like the page name to appear differently in the navbar, use the <code>href</code> and <code>text</code> options together (e.g. see how <code>index.qmd</code> is rendered as <code>Home</code> in my website’s navbar).</span>
963
+
<spandata-code-cell="annotated-cell-5" data-code-annotation="1" data-code-lines="13">A newly-added navbar page. <strong>Note:</strong> The page name, as it appears in the navbar of your website, will be the same as whatever is listed in the <code>title</code> field of that file’s yaml. For example, I have set <code>title: "All my favorite resources!"</code> in the yaml of <code>resources.qmd</code> – this is how it will appear in my website’s navbar. If you’d like the page name to appear differently in the navbar, use the <code>href</code> and <code>text</code> options together (e.g. see how <code>index.qmd</code> is rendered as <code>Home</code> in my website’s navbar).</span>
Copy file name to clipboardExpand all lines: sections/7-change-stuff.qmd
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ about:
56
56
- text: Email # <4>
57
57
href: mailto:scsik@ucsb.edu # <4>
58
58
---
59
+
60
+
# page content excluded for brevity ~
59
61
```
60
62
1. add a photo by supplying a file path & image name (here, `headshot.jpg` lives in my repo's root directory)
61
63
2. use a [pre-built template](https://quarto.org/docs/websites/website-about.html#templates) (here, `trestles`) to update the layout of your landing page (or any page!)
0 commit comments