Public-facing website for Galactic Fortress 4 https://www.gf4.pw/
 
 
 
 
Go to file
Keith Irwin d739eb378e
Merge branch 'master' of https://gitea.green.gf4/gf4/www
2023-10-17 23:35:54 -06:00
_src Minor updates to CA cert instructions 2023-07-07 15:06:51 -06:00
.editorconfig Initial setup and content 2021-06-17 17:02:30 -06:00
.eleventyignore Main setup, npm install 2021-06-17 15:39:45 -06:00
.gitignore Dockerized, updated 2023-03-29 00:29:20 -06:00
Dockerfile Dockerized, updated 2023-03-29 00:29:20 -06:00
LICENSE Updated license name 2018-01-28 21:27:50 -06:00
README.md Updated README.md 2021-06-21 10:47:30 -06:00
docker-compose.yml Dockerized, updated 2023-03-29 00:29:20 -06:00
eleventy.config.js feat: Responsive images 2023-10-17 23:35:54 -06:00
package-lock.json refactor: ⬆️ npm update 2023-10-17 23:34:46 -06:00
package.json feat: npm install @11ty/eleventy-img 2023-10-17 23:32:09 -06:00

README.md

GF4 Public Website

Homepage for Galactic Fortress 4, served at www.gf4.pw. This website was built with Eleventy static site generator and forked from its base blog starter project.

Build Status

Installation

1. Clone this Repository

git clone https://gitea.gf4.pw/gf4/www.git gf4-www

2. Navigate to the directory

cd gf4-www

3. Install dependencies

npm install

4. Build

npx eleventy

Or build and host locally for local development

npx eleventy --serve

Or build automatically when a template changes:

npx eleventy --watch

Or in debug mode:

DEBUG=* npx eleventy