tfc website
Find a file
2024-03-21 10:00:13 -05:00
archetypes moving everything to base folder 2022-10-26 13:41:31 -05:00
assets adding tmp to gitignore 2024-01-08 15:52:29 -06:00
config/_default more upstreaming and using newer features 2023-12-16 06:05:33 -06:00
content basic camp form system 2024-03-21 10:00:13 -05:00
data/authors adding myself as an author and setting up a newsletter base 2022-11-08 09:28:17 -06:00
layouts basic camp form system 2024-03-21 10:00:13 -05:00
resources/_gen adding cochrun feb newsletter 2024-02-08 12:44:19 -06:00
src basic camp form system 2024-03-21 10:00:13 -05:00
static updates to camp and things 2023-08-21 10:16:17 -05:00
themes updating blowfish 2023-12-16 05:41:13 -06:00
.dir-locals.el adding the cochrun june newsletter 2023-07-14 05:47:15 -05:00
.envrc initial commit 2022-10-25 12:43:06 -05:00
.gitignore update .gitignore 2024-01-08 15:52:43 -06:00
.gitlab-ci.yml adding npm build script for tailwindcss to .gitlab-ci.yaml 2022-11-01 10:03:04 -05:00
.gitmodules adding theme as gitsubmodule 2022-11-01 09:25:12 -05:00
build.lisp here we go 2023-06-14 07:13:25 -05:00
Cargo.lock switching the nix build to build the rust api 2024-01-08 11:17:10 -06:00
Cargo.toml switching the nix build to build the rust api 2024-01-08 11:17:10 -06:00
default.nix switching the nix build to build the rust api 2024-01-08 11:17:10 -06:00
flake.lock moving to using a rust api 2024-01-08 10:51:53 -06:00
flake.nix making server buildable 2023-06-13 07:34:00 -05:00
go.mod adding groups 2022-10-28 10:35:12 -05:00
go.sum adding go modules 2022-10-27 06:36:00 -05:00
justfile basic camp form system 2024-03-21 10:00:13 -05:00
Makefile switching the nix build to build the rust api 2024-01-08 11:17:10 -06:00
package-lock.json updates to npm 2023-08-21 10:29:34 -05:00
package.json updates to images and disabling fastrender 2023-08-25 09:48:43 -05:00
README.org last bits to making compilation work 2023-06-14 07:10:00 -05:00
rustfmt.toml needed so that there aren't errors with async rust 2023-06-15 07:20:36 -05:00
shell.nix adding just and hiding the camp form 2024-03-20 09:31:39 -05:00
sync-nextcloud.sh working syncing script from nextcloud 2023-08-23 14:35:29 -05:00
tfcserver.asd making nix build work 2023-12-13 10:25:21 -06:00
TODO.org adding mission trip promo 2024-01-10 11:56:43 -06:00

TFC Connection Website

In an attempt at building a better/faster website than is possible with the current wordpress world, I am working at creating this… This monstronsity…

To edit the campmap use this link http://umap.openstreetmap.fr/en/map/anonymous-edit/888075:134YBQNTmQ2pkJ76ur0PJ8KPuAc

Website

The website is built with Hugo. This gives us the ability of creating a very fast site with a lot of flexibility if you know what you're doing.

Server

The website has a few parts that need processing like forms, these are plugged into a server component that has a RESTFUL API like system and helps us to process info on the site much faster.

The server is written in lisp.

Build

To build the server run make

make

This drops the server binary in the bin folder with the libraries bundled next to it.

Nix

Because we use NixOS for our servers, we also have everything setup using Nix Flakes. To enter a development shell

nix develop

To build it.

nix build