Old Hostea homepage, no longer in use
 
 
 
 
Go to file
Aravinth Manivannan 356d819d95
ci/woodpecker/push/woodpecker Pipeline failed Details
feat: configure CI to call pages webhook
2022-04-09 19:36:29 +05:30
content feat: basic styling with tmp logo 2022-04-08 17:55:22 +05:30
sass feat: basic styling with tmp logo 2022-04-08 17:55:22 +05:30
scripts feat: configure CI to call pages webhook 2022-04-09 19:36:29 +05:30
static feat: basic styling with tmp logo 2022-04-08 17:55:22 +05:30
templates feat: basic styling with tmp logo 2022-04-08 17:55:22 +05:30
.gitignore feat: basic styling with tmp logo 2022-04-08 17:55:22 +05:30
.woodpecker.yml feat: configure CI to call pages webhook 2022-04-09 19:36:29 +05:30
LICENSE.md feat: add license and development docs 2022-04-08 17:54:21 +05:30
Makefile feat: deploy build assets in public dir on pages branch 2022-04-09 17:41:39 +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.