... | @@ -4,7 +4,7 @@ |
... | @@ -4,7 +4,7 @@ |
|
|
|
|
|
When writing the content on our different lektor-based websites, there are some things to take into account:
|
|
When writing the content on our different lektor-based websites, there are some things to take into account:
|
|
|
|
|
|
### Markdown syntax
|
|
## Markdown syntax
|
|
|
|
|
|
We work with a text format called MarkDown. You can learn about it from the link https://gitlab.torproject.org/help/user/markdown
|
|
We work with a text format called MarkDown. You can learn about it from the link https://gitlab.torproject.org/help/user/markdown
|
|
|
|
|
... | @@ -60,13 +60,13 @@ Please **don't create a new line in the middle of a sentence**, as that creates |
... | @@ -60,13 +60,13 @@ Please **don't create a new line in the middle of a sentence**, as that creates |
|
|
|
|
|
Call the new folders in `/content/*` with a name that means something. Please avoid calling them `tbb-1`. It is preferable to call them as the slug field. This is better for SEO and also while browsing the repo. If you want to change the order of the items you can use the `key` field.
|
|
Call the new folders in `/content/*` with a name that means something. Please avoid calling them `tbb-1`. It is preferable to call them as the slug field. This is better for SEO and also while browsing the repo. If you want to change the order of the items you can use the `key` field.
|
|
|
|
|
|
## HTML
|
|
### HTML
|
|
|
|
|
|
HTML is supported but not totally, and should be avoided. It is better to **stick to MarkDown**, as it is easier to read as code, and translate.
|
|
HTML is supported but not totally, and should be avoided. It is better to **stick to MarkDown**, as it is easier to read as code, and translate.
|
|
|
|
|
|
If you want to work on layout, css, or python related development, please read [How to develop on the website](./How-to-develop-on-the-website)
|
|
If you want to work on layout, css, or python related development, please read [How to develop on the website](./How-to-develop-on-the-website)
|
|
|
|
|
|
## TABLES
|
|
### Tables
|
|
|
|
|
|
You can do tables with | characters. Example:
|
|
You can do tables with | characters. Example:
|
|
|
|
|
... | @@ -85,4 +85,4 @@ Will create: |
... | @@ -85,4 +85,4 @@ Will create: |
|
|
|
|
|
--------------
|
|
--------------
|
|
|
|
|
|
To update this wiki you can submit a merge request for the repository: `git@gitlab.torproject.org:tpo/web/wiki.wiki.git` or `https://gitlab.torproject.org/tpo/web/wiki.wiki.git` |
|
To update this wiki you can submit a merge request for the repository: `git@gitlab.torproject.org:tpo/web/wiki.wiki.git` or `https://gitlab.torproject.org/tpo/web/wiki.wiki.git` |
|
\ No newline at end of file |
|
|