Our website (not yet deployed).
https://microlab.space
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Emil Miler 5eda540dd4 | 2 years ago | |
---|---|---|
content | 2 years ago | |
sass | 2 years ago | |
static | 2 years ago | |
templates | 2 years ago | |
.gitignore | 2 years ago | |
config.toml | 2 years ago | |
readme.md | 2 years ago |
readme.md
This repository contains the source for our website. It is generated into static HTML by Zola.
Development
You need to install Zola and run a development server.
zola serve
It can be accessed at http://127.0.0.1:1111 by default.
Resources
- Zola documentation
- Tera documentation (template engine)