Go to file
b12f 826463a651
continuous-integration/drone/push Build is passing Details
Merge pull request 'Fix assets in build' (#6) from b12f-patch-1 into main
Reviewed-on: #6
2024-02-25 22:52:20 +00:00
_data Update cachebust 2024-02-25 22:46:18 +00:00
_includes v2: collective, projects, and space pages 2024-02-25 14:31:28 +01:00
en space: remove extraneous colon 2024-02-25 18:48:14 +01:00
fonts/raleway/v22 Self host google fonts 2021-10-23 12:25:03 +02:00
img v2: multilang & social links 2024-02-24 13:45:21 +01:00
.dockerignore Bump flake.lock, deno 1.34.3, lume 1.18.0 2023-07-03 00:38:32 +02:00
.drone.yml Fix assets in build 2024-02-25 22:50:04 +00:00
.envrc I fixed it 2023-02-26 18:32:30 +01:00
.gitignore Remove lies 2022-01-16 16:05:41 +01:00
Caddyfile Update deno, lume, caddy to newer versions 2023-02-26 17:09:47 +01:00
Dockerfile Bump flake.lock, deno 1.34.3, lume 1.18.0 2023-07-03 00:38:32 +02:00
LICENSE.md Add license, fix some stuff 2021-10-23 12:14:09 +02:00
README.md Improve quickstart development docs 2023-07-03 00:36:48 +02:00
_config.ts v2: multilang & social links 2024-02-24 13:45:21 +01:00
build.sh Initial commit for v2 2024-02-16 19:52:30 +01:00
collaborate.yml v2: contact, index, & collaborate page contents 2024-02-25 15:49:40 +01:00
collective.yml v2: collective, projects, and space pages 2024-02-25 14:31:28 +01:00
contact.yml v2: contact, index, & collaborate page contents 2024-02-25 15:49:40 +01:00
deno.json Bump flake.lock, deno 1.34.3, lume 1.18.0 2023-07-03 00:38:32 +02:00
deno.lock v2: multilang & social links 2024-02-24 13:45:21 +01:00
deploy.sh ci: fix project-name option syntax 2023-02-28 02:24:14 +01:00
docker-compose.yml Use new docker registry 2023-02-26 20:21:58 +01:00
flake.lock Initial commit for v2 2024-02-16 19:52:30 +01:00
flake.nix Initial commit for v2 2024-02-16 19:52:30 +01:00
import_map.json Bump flake.lock, deno 1.34.3, lume 1.18.0 2023-07-03 00:38:32 +02:00
imprint.yml v2: update privacy policy & imprint 2024-02-25 15:56:12 +01:00
index.yml v2: contact, index, & collaborate page contents 2024-02-25 15:49:40 +01:00
lock.json Update lock.json 2022-04-01 10:50:16 +02:00
privacy-policy.yml v2: update privacy policy & imprint 2024-02-25 15:56:12 +01:00
projects.yml v2: collective, projects, and space pages 2024-02-25 14:31:28 +01:00
raleway.css Initial commit for v2 2024-02-16 19:52:30 +01:00
space.yml space: remove extraneous colon 2024-02-25 18:48:14 +01:00
styles.css v2: update privacy policy & imprint 2024-02-25 15:56:12 +01:00

README.md

miom.space homepage

This is the repository containing the code for https://miom.space.

It is built using lume with JSX. To get started, make sure you have the nix package manager installed. Then you can start developing with:

nix develop

This will use a nix devshell to create an environment that has deno and lume available.

An alternative approach for loading all dependencies is direnv. It basically runs nix develop for you, once you enter a directory which contains a .envrc file and allow it by running direnv allow. Once installed globally, run:

direnv allow

Just build the static site, results are in _site:

./build.sh

To get a live development server, run:

deno task serve