Old Hostea homepage, no longer in use
 
 
 
 
Go to file
Aravinth Manivannan 7ac2e494cd
feat: add license and development docs
2022-04-08 17:54:21 +05:30
scripts feat: init 2022-04-08 17:40:09 +05:30
.gitignore feat: init 2022-04-08 17:40:09 +05:30
LICENSE.md feat: add license and development docs 2022-04-08 17:54:21 +05:30
Makefile feat: init 2022-04-08 17:40:09 +05:30
README.md feat: add license and development docs 2022-04-08 17:54:21 +05:30
config.toml feat: init 2022-04-08 17:40:09 +05:30

README.md

Hostea logo

Hostea Website

AGPL License

Development environment

This website uses Zola, an easy to use static site generator.

To get started:

  1. Install Zola:
Make env
  1. Live reload
make serve
  1. Make changes and publish
make

Build artifacts should be available in ./public/

Deployment

This repository uses Hostea Woodpecker-CI to build and Hostea/Pages to deploy on each commit.