Hostea homepage
 
 
 
 
Go to file
Loïc Dachary ba88230385
more explicit title for the second blog post
2022-05-15 16:47:55 +02:00
content more explicit title for the second blog post 2022-05-15 16:47:55 +02:00
data clinic: there are no ratings yet, everyone is five stars 2022-05-04 20:35:08 +01:00
docs feat: add docs to rate a hostea doctor 2022-04-26 18:52:10 +05:30
sass feat: add gitea clinic page 2022-04-26 18:28:39 +05:30
scripts fix: deploy key writing format 2022-04-16 15:25:51 +05:30
static feat: add gitea doctor details and realaravinth photo 2022-04-26 18:28:55 +05:30
templates Merge pull request 'paragraph in the blogs to explain what Hostea is' (#26) from dachary/website:wip-blog into master 2022-05-11 14:08:31 -04:00
.gitignore add legal/privacy/tos draft pages 2022-04-14 14:58:37 +01:00
.woodpecker.yml chore: rm debug statements from woodpecker config 2022-04-16 12:29:25 +05:30
LICENSE.md feat: add license and development docs 2022-04-08 17:54:21 +05:30
Makefile fix: typos 2022-04-26 17:12:53 +05:30
README.md feat: add CI status widget 2022-04-16 01:19:38 +05:30
config.toml feat: blog templates 2022-04-18 01:55:37 +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.