Public-facing website for Galactic Fortress 4 https://www.gf4.pw/
 
 
 
 
Go to file
Keith Irwin 36b67fc0b0
Updated README.md
2021-06-21 10:47:30 -06:00
_src Added forbidden page for 401/403 2021-06-21 10:36:45 -06:00
.editorconfig Initial setup and content 2021-06-17 17:02:30 -06:00
.eleventy.js Added (empty) secret message to homepage. 2021-06-20 11:43:16 -06:00
.eleventyignore Main setup, npm install 2021-06-17 15:39:45 -06:00
.gitignore Main setup, npm install 2021-06-17 15:39:45 -06:00
.nvmrc Use a newer Node 2020-10-16 14:34:09 -05: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
package.json added --watch to npm run start 2021-06-18 19:09:48 -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