Old Hostea homepage, no longer in use
 
 
 
 
Go to file
Aravinth Manivannan 4919f78d10
ci/woodpecker/push/woodpecker Pipeline failed Details
fix: set SSH remote in CI
2022-04-16 12:20:44 +05:30
content feat: enable Zola's automatic anchoring 2022-04-16 10:50:46 +05:30
sass feat: enable Zola's automatic anchoring 2022-04-16 10:50:46 +05:30
scripts fix: set SSH remote in CI 2022-04-16 12:20:44 +05:30
static feat: basic styling with tmp logo 2022-04-08 17:55:22 +05:30
templates feat: add links to tos, legalese and privacy policy in footer 2022-04-16 10:51:41 +05:30
.gitignore add legal/privacy/tos draft pages 2022-04-14 14:58:37 +01:00
.woodpecker.yml fix: set SSH remote in CI 2022-04-16 12:20:44 +05:30
LICENSE.md feat: add license and development docs 2022-04-08 17:54:21 +05:30
Makefile fix: add CI environment check on make ci-deploy 2022-04-16 11:21:14 +05:30
README.md feat: add CI status widget 2022-04-16 01:19:38 +05:30
config.toml feat: init 2022-04-08 17:40:09 +05:30

README.md

Hostea logo

Hostea Website

status-badge 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.