Public-facing website for Galactic Fortress 4 https://www.gf4.pw/
 
 
 
 
Go to file
Keith Irwin 15a008fb71
fix: 💄 Stylistic updates to web search
2024-01-01 12:34:55 -07:00
_src fix: 💄 Stylistic updates to web search 2024-01-01 12:34:55 -07: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 fix: 🐛 Build on server, not dev 2023-10-18 00:07:47 -06:00
Dockerfile feat: Anchor links 2023-10-30 21:47:59 -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 fix: 🐛 Build on server, not dev 2023-10-18 00:07:47 -06:00
eleventy.config.js refactor: ♻️ Fix formatting and remove gap above images 2023-11-01 10:30:43 -06:00
package-lock.json feat: Anchor links 2023-10-30 21:47:59 -06:00
package.json feat: Anchor links 2023-10-30 21:47:59 -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