Public-facing website for Galactic Fortress 4 https://www.gf4.pw/
 
 
 
 
Go to file
Keith Irwin 79c32785d9
Updated and audited npm
2022-10-20 09:48:28 -06:00
_src Added websearch 2022-10-20 09:38:01 -06:00
.editorconfig Initial setup and content 2021-06-17 17:02:30 -06:00
.eleventy.js Added fonts 2021-11-21 09:47:23 -07:00
.eleventyignore Main setup, npm install 2021-06-17 15:39:45 -06:00
.gitignore Removed .c9/ from vcs 2021-10-22 10:47:42 -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 Updated and audited npm 2022-10-20 09:48:28 -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