6. Add Pictures to your site#
Complete your Web Critic Worksheet and Submit
Pull your updates from GitHub into your Codespace (on the git tab in Codespace, under the 3 dots menu)
Run your site (
nox -s docs-live
) in the terminal on CodeSpacesAdd a new file called
pechakucha.md
and add a title (markdown H1) to ituse the markdown cheatsheet to add images to your
pechakucha.md
In
index.md
uncomment lines about the menuCommit and sync your changes on GitHub so that they go through to your rendered website.
6.1. Index.md example#
Find the part that looks like
<!-- ```{toctree}
:maxdepth: 2
:hidden:
pechakucha
``` -->
and remove the comments (remember ctrl/cmd + /
toggles comments in any language) so it looks like:
```{toctree}
:maxdepth: 2
:hidden:
pechakucha
```