Old Hostea homepage, no longer in use
 
 
 
 
Go to file
Loïc Dachary 882e3e1717
ci/woodpecker/push/woodpecker Pipeline was successful Details
larger logo on the front page
Signed-off-by: Loïc Dachary <loic@dachary.org>
2022-09-06 08:21:01 +10:00
content s/Hostea/Gna!/ 2022-09-06 07:56:07 +10:00
data s/hostea.org/gna.org/ 2022-09-05 18:24:51 +10:00
docs s/Hostea/Gna!/ 2022-09-06 07:56:07 +10:00
sass larger logo on the front page 2022-09-06 08:21:01 +10:00
scripts s/hostea.org/gna.org/ 2022-09-05 18:24:51 +10:00
static s/gna-log-/gna-logo-/ 2022-09-06 08:15:48 +10:00
templates s/gna-log-/gna-logo-/ 2022-09-06 08:15:48 +10: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 s/gna-log-/gna-logo-/ 2022-09-06 08:15:48 +10:00
config.toml s/hostea.org/gna.org/ 2022-09-05 18:24:51 +10:00

README.md

Gna! logo

Gna! 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 Gna! Woodpecker-CI to build and Hostea/Pages to deploy on each commit.