`$ lektor server` to run a local continuous builder
`$ lektor build -O <folder>` to just build the website once.
## How to develop on the website
Content for the website is organized in the folder [content](https://dip.torproject.org/web/tpo/tree/master/content). The file responsible for content is always callend `contents.lr`.
Some of these files do not have a body because the styling of the page required us to add some content to the template itself.
All the templates are located in the folder [templates}(https://dip.torproject.org/web/tpo/tree/master/templates).
All the templates are built starting from [layout.html](https://dip.torproject.org/web/tpo/tree/master/templates/layout.html).
Within the templates folder there is a folder called [macros](https://dip.torproject.org/web/tpo/tree/master/templates/macros). Macros are block of code that can be called from within a template: