Skip to content

Commit 23e56d2

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent dc64560 commit 23e56d2

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d91c4aea
1+
58809f67

RSG_customize.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,12 @@ <h1 class="title"><span class="chapter-title">Customize Your Website</span></h1>
283283
</header>
284284

285285

286-
<p>Customizing</p>
286+
<p><br></p>
287+
<p>To personalize your website, you will need to change all of the text and images that are currently in your template.</p>
288+
<p>If your site has one page, you will likely only need to edit your index.html file. If your site has more pages, there will be additional .html files for you to edit. To change your styling, there should be a main.css file inside of the assets/css/ folder. Here you can change stylings, like color, text size, and fonts.</p>
289+
<p>Open any of the .html files in RStudio to edit them. You can open files by looking in the file pane (usually the bottom right), and clicking the file. It will then open in the file editing pane (usually the big pane in the top left). You can replace the text via editing. To replace images, you will need to create an images folder inside of your username.github.io repository, where you can download images to. You will then have to use image tags &lt;img src=“images/specific_path_to_photo.png”&gt; in your .html files.</p>
290+
<p>Additionally, you may want to create more .html files, especially if you’d like an individual page for each of your publications, etc. You may want to delete some of the .html files that you don’t use from the template, too. Just make sure that your index.html or other .html files you do use do not link to the files you delete, or your page will get 404 errors if someone clicks on those links.</p>
291+
<p>Make sure to save, commit, and push all of your changes to GitHub. We recommend doing this repeatedly, so that you can see your edits taking effect as you edit your site. This may take a few minutes after pushing. When you are in your GitHub repository, you should see a green checkmark next to your commit message to tell you that your build has successfully deployed.</p>
287292

288293

289294

search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"href": "RSG_customize.html",
344344
"title": "Customize Your Website",
345345
"section": "",
346-
"text": "Customizing",
346+
"text": "To personalize your website, you will need to change all of the text and images that are currently in your template.\nIf your site has one page, you will likely only need to edit your index.html file. If your site has more pages, there will be additional .html files for you to edit. To change your styling, there should be a main.css file inside of the assets/css/ folder. Here you can change stylings, like color, text size, and fonts.\nOpen any of the .html files in RStudio to edit them. You can open files by looking in the file pane (usually the bottom right), and clicking the file. It will then open in the file editing pane (usually the big pane in the top left). You can replace the text via editing. To replace images, you will need to create an images folder inside of your username.github.io repository, where you can download images to. You will then have to use image tags &lt;img src=“images/specific_path_to_photo.png”&gt; in your .html files.\nAdditionally, you may want to create more .html files, especially if you’d like an individual page for each of your publications, etc. You may want to delete some of the .html files that you don’t use from the template, too. Just make sure that your index.html or other .html files you do use do not link to the files you delete, or your page will get 404 errors if someone clicks on those links.\nMake sure to save, commit, and push all of your changes to GitHub. We recommend doing this repeatedly, so that you can see your edits taking effect as you edit your site. This may take a few minutes after pushing. When you are in your GitHub repository, you should see a green checkmark next to your commit message to tell you that your build has successfully deployed.",
347347
"crumbs": [
348348
"RStudio and Git",
349349
"<span class='chapter-number'>18</span>  <span class='chapter-title'>Customize Your Website</span>"

0 commit comments

Comments
 (0)