forg.es-blog-poc/README.md

41 lines
732 B
Markdown
Raw Permalink Normal View History

2022-10-18 20:20:25 +05:30
<div align="center">
<img width="80px" alt="forg.es logo" src="./static/logo.png" />
<h1>forg.es Blog</h1>
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg?style=flat-square)](http://www.gnu.org/licenses/agpl-3.0)
</div>
## Development environment
This website uses [Zola](https://www.getzola.org/), an easy to use static site generator.
To get started:
1. Install Zola:
```bash
Make env
```
2. Live reload
```bash
make serve
```
3. Make changes and publish
```bash
make
```
Build artifacts should be available in `./public/`
## Deployment
This repository uses the [Codeberg
CI](https://ci.codeberg.org/) to build and
[Codeberg Pages](https://pages.codeberg.org/) to auto-deploy on each
commit.