Changes
Page history
make variable names consistent
authored
May 14, 2019
by
Pili Guerra
Show whitespace changes
Inline
Side-by-side
home.md
View page @
41b807de
...
...
@@ -104,7 +104,7 @@ language = Deutsch (de)
## How to add a new sponsor
1.
Create a new directory for the sponsor under
`content/about/sponsors/`
e.g
`content/about/sponsors/<
sponsorname
>`
1.
Create a new directory for the sponsor under
`content/about/sponsors/`
e.g
`content/about/sponsors/<
SPONSOR_SHORT_NAME
>`
2.
Add a new
`content.lr`
file to the newly created directory, use the following template
```
_model: sponsor
...
...
@@ -113,11 +113,11 @@ active: True
---
time: <YYYY>
---
name: <SPONSOR_NAME>
name: <SPONSOR_
LONG_
NAME>
---
key: 16
---
logo: /static/images/sponsors/<
IMAGE
_NAME>.png
logo: /static/images/sponsors/<
SPONSOR_SHORT
_NAME>.png
---
_hidden: yes
---
...
...
@@ -127,7 +127,7 @@ description:
<SPONSOR_DESCRIPTION>
```
3.
Add a logo image for the sponsor under
`assets/static/images/sponsors/<
sponsorname
>.png`
3.
Add a logo image for the sponsor under
`assets/static/images/sponsors/<
SPONSOR_SHORT_NAME
>.png`
## How to add a new Tor person
...
...
...
...