No description
Find a file
2023-12-13 18:12:12 +01:00
archetypes Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
themes Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
.env_sample Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
.gitignore Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
.gitmodules Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
hugo.toml Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
Makefile Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
README.md Adjust README to TAI 2023-12-13 18:12:12 +01:00

Homepage at the-art-institute.eu

Setup

$ git submodule add https://github.com/1bl4z3r/hermit-V2 themes/hermit-v2
$ source .env

make-Targets:

  • make serve: build locally and start development server
  • make deploy: build and deploy (via rsync)
  • make clean: remove the public folder that might have been created