Documentation and adding website image
Signed-off-by: meenbeese <meenbeese@tutanota.com> Update link for site image Signed-off-by: meenbeese <meenbeese@tutanota.com> Update website_main.png Signed-off-by: meenbeese <meenbeese@tutanota.com>
This commit is contained in:
parent
0a158fabcb
commit
2d5bb1000d
2 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -1,12 +1,16 @@
|
|||
# Organic Maps Web Site
|
||||
# Organic Maps Website
|
||||
|
||||
This website is build with [Zola](https://www.getzola.org/) and Cloudflare Pages.
|
||||
This static website is built with [Zola](https://www.getzola.org/) and Cloudflare Pages.
|
||||
|
||||

|
||||
|
||||
## Development
|
||||
|
||||
Use `zola serve` for a local preview or `zola build` to generate static site in the `public` folder.
|
||||
Download zola (version 0.17.2) for your operating system and set up the necessary path variable.
|
||||
|
||||
`npm i && npm run format` will pretty-format Markdown and scss.
|
||||
Run `zola serve` for a local preview or `zola build` to generate static site in the `public` folder.
|
||||
|
||||
Run `npm i && npm run format` when you want to pretty-format the Markdown and scss files.
|
||||
|
||||
Upgrade npm dependencies with `npm run upgrade`, make sure that you have installed `npm-check-updates` package.
|
||||
|
||||
|
|
BIN
static/images/website-main.png
Normal file
BIN
static/images/website-main.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 557 KiB |
Loading…
Add table
Reference in a new issue