b12f
17e3d14685
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1 |
||
---|---|---|
_data | ||
_includes | ||
fonts/raleway/v22 | ||
.dockerignore | ||
.drone.yml | ||
.envrc | ||
.gitignore | ||
_config.ts | ||
build.sh | ||
Caddyfile | ||
deno.json | ||
deno.lock | ||
deploy.sh | ||
docker-compose.yml | ||
Dockerfile | ||
flake.lock | ||
flake.nix | ||
import_map.json | ||
imprint.yml | ||
index.yml | ||
LICENSE.md | ||
lock.json | ||
privacy-policy.yml | ||
raleway.css | ||
README.md | ||
styles.css |
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