Hostea homepage
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.
 
 
 
 
Go to file
Aravinth Manivannan 695388e962
feat: add login/join links and make main action button point to dashboard
1 year ago
content 1.17 breaking change episode 1 gitconfig 1 year ago
data clinic: there are no ratings yet, everyone is five stars 1 year ago
docs feat: add docs to rate a hostea doctor 1 year ago
sass feat: add login/join links and make main action button point to dashboard 1 year ago
scripts fix: deploy key writing format 1 year ago
static feat: add gitea doctor details and realaravinth photo 1 year ago
templates feat: add login/join links and make main action button point to dashboard 1 year ago
.gitignore add legal/privacy/tos draft pages 1 year ago
.woodpecker.yml chore: rm debug statements from woodpecker config 1 year ago
LICENSE.md feat: add license and development docs 1 year ago
Makefile fix: typos 1 year ago
README.md feat: add CI status widget 1 year ago
config.toml feat: blog templates 1 year ago

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.