Feuerwehr Urdorf Website
Find a file
2024-08-12 15:13:12 +00:00
.forgejo/workflows add forgejo actions workflow 2024-07-26 19:59:40 +02:00
.github/workflows remove caching as its painfully slow 2024-07-26 16:47:49 +02:00
assets revision 9 - fixed navbar 2024-08-05 22:47:23 +02:00
config/_default reorganize into subpages 2024-08-05 10:35:42 +02:00
content Autoupload: Missions for 2024 2024-08-12 15:13:12 +00:00
data new partner logos 2024-08-04 22:48:57 +02:00
deployment use tbrnt image 2024-07-26 20:29:08 +02:00
i18n initial commit 2024-07-25 17:46:52 +02:00
layouts revision 9 - fixed navbar 2024-08-05 22:47:23 +02:00
news initial commit 2024-07-25 17:46:52 +02:00
static revision 6 - local fonts - fixed rss 2024-08-02 20:12:04 +02:00
.gitignore initial commit 2024-07-25 17:46:52 +02:00
Dockerfile use latest hugo 2024-08-02 20:25:00 +02:00
netlify.toml initial commit 2024-07-25 17:46:52 +02:00
package-lock.json update package lock 2024-07-25 18:52:03 +02:00
package.json initial commit 2024-07-25 17:46:52 +02:00
postcss.config.js initial commit 2024-07-25 17:46:52 +02:00
README.md initial commit 2024-07-25 17:46:52 +02:00
tailwind.config.js initial commit 2024-07-25 17:46:52 +02:00

How to Run this Site?

Run Site in local machine

Direct terminal to site folder feuerwehr

install all node dependency with npm install or yarn install on terminal

Run hugo site with hugo server or npm run dev

Host on Netlify

read documentation here docs