Old Hostea homepage, no longer in use
 
 
 
 
Go to file
dachary 4da81ad09f
ci/woodpecker/push/woodpecker Pipeline was successful Details
Merge pull request 'setup talks subpages and add 22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet talk' (#9) from realaravinth/hostea-website:22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet into master
Reviewed-on: https://gitea.hostea.org/Hostea/website/pulls/9
2022-04-23 17:39:25 -04:00
content feat: add @realaravinth's 2022-04-22 introducing hostea talk 2022-04-24 02:44:23 +05:30
docs feat: docs to publish new bog post 2022-04-18 02:19:32 +05:30
sass feat: tags templates 2022-04-18 01:59:13 +05:30
scripts fix: deploy key writing format 2022-04-16 15:25:51 +05:30
static feat: basic styling with tmp logo 2022-04-08 17:55:22 +05:30
templates feat: add talks subpage and setup templating 2022-04-24 02:43:33 +05:30
.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: CI: write multi-line ssh key 2022-04-16 12:44:49 +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.