Skip to content

Commit

Permalink
mechse
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoyle2 committed Dec 24, 2024
1 parent c15dd85 commit 054f384
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/about/instructions/mechse.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,16 @@ import SubSubSection from "../../../components/SubSubSection.astro"
` />
Now, if you have the pages locally running on your computer, they should be accessible at http://localhost:4321/<course_abbreviation>/<page_1> (replace <course_abbreviation> and <page_1> with your respective course abbreviation and page names). Note that while the pages have ".astro" as their file extension, the links to those pages do not include it.

<br>
<br>

<p>
If you plan on adding images or animations to your course, make sure to create a new folder in `public` as well, with your course abbreviation. You should now have the following structure:
<CodeBox language="plaintext" code=`
public
|--> <course_abbreviation>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--> <image1>.png
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--> <course_page>_Figs
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|--> <image>.png
src
|--> components
|--> layouts
Expand Down

0 comments on commit 054f384

Please sign in to comment.