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-annotation="1" data-code-cell="annotated-cell-3" 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>
831
+
<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>
<spandata-code-annotation="2" data-code-cell="annotated-cell-3" 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>
835
+
<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>
<spandata-code-annotation="4" data-code-cell="annotated-cell-3" 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>
843
+
<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>
<p></p><figcaptionclass="figure-caption">My Quarto website after updating my landing page with the built-in <code>trestles</code> template, adding an image, and linked buttons. (<strong>Note:</strong> using three dashes, <code>---</code>, creates a page divider, as seen between sections in the screenshot above.) Overall, a big improvement! However, our text is a bit squished in the center of the page – we’ll fix then in the next step.</figcaption><p></p>
<spandata-code-annotation="1" data-code-cell="annotated-cell-4" 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>
908
+
<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>
<spandata-code-annotation="2" data-code-cell="annotated-cell-4" 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>
912
+
<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>
<spandata-code-annotation="1" data-code-cell="annotated-cell-5" 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>
961
+
<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>
0 commit comments