changed tutorial, added placeholder image

This commit is contained in:
Alexander Bell 2024-07-04 15:49:59 +02:00
parent 661f17ce4f
commit 9f624739d4
3 changed files with 10 additions and 15 deletions

View File

@ -12,7 +12,7 @@ This is an example markdown code and the resulting page that it outputs. You swi
# Example base post
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Pic](/img/placeholder.jpg)
<Tabs>
<TabItem value="about" label="Description">
@ -58,19 +58,17 @@ This is an example markdown code and the resulting page that it outputs. You swi
You can add more pictures here if you have good ones. People love pictures! 🤩 Make sure to upload them to the right spot, adhering to the directory naming cheme as described in the [tutorial](./tutorial.md). Also remember to not include `/static` in the reference.
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Pic](/img/placeholder.jpg)
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Pic](/img/placeholder.jpg)
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Pic](/img/placeholder.jpg)
```
</TabItem>
<TabItem value="output" label="Output" default>
# Example base post
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Pic](/img/placeholder.jpg)
<Tabs>
<TabItem value="about" label="Description">
@ -116,12 +114,10 @@ This is an example markdown code and the resulting page that it outputs. You swi
You can add more pictures here if you have good ones. People love pictures! 🤩 Make sure to upload them to the right spot, adhering to the directory naming cheme as described in the [tutorial](./tutorial.md). Also remember to not include `/static` in the reference.
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Pic](/img/placeholder.jpg)
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Pic](/img/placeholder.jpg)
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Some picture description](/img/season1/2024-07-03_00.03.39.png)
![Pic](/img/placeholder.jpg)
</TabItem>
</Tabs>

View File

@ -67,11 +67,10 @@ These are some of the most important terms you should know when working with Git
:::note[Some footnotes on editing:]
- You can format pages however you see fit, not limited to specific templates.
- All pages of the seasons and the Wiki are in the `/docs/` directory. The sidebar of the website will follow that directory tree.
- Images are in `/static/img/`. If you add images, follow the directory tree: they are organized and named like the pages they accompany. Reference images without `/static`. For example:
- Adding images is a little bit more involved since the GitHub website doesn't allow you to easily upload images. So if you want to add images to your page, just add the template image as below and send BuildingBrute your real images. He will handle the rest.
```markdown
![Pic](/img/season1/bases/anubis_pyramid/anubis-wallpaper.png)
![Pic](/img/placeholder.jpg)
```
If you're unsure how to do that, you can always just use that picture code above as placeholder and send BuildingBrute your pictures. He will replace them for you.
:::
2. **Commit Your Changes** \

BIN
static/img/placeholder.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB