You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #1 |
3 months ago | |
---|---|---|
_data | 3 months ago | |
_includes | 7 months ago | |
fonts/raleway/v22 | 2 years ago | |
.dockerignore | 3 months ago | |
.drone.yml | 3 months ago | |
.envrc | 7 months ago | |
.gitignore | 2 years ago | |
Caddyfile | 7 months ago | |
Dockerfile | 3 months ago | |
LICENSE.md | 2 years ago | |
README.md | 3 months ago | |
_config.ts | 7 months ago | |
build.sh | 3 months ago | |
deno.json | 3 months ago | |
deno.lock | 3 months ago | |
deploy.sh | 7 months ago | |
docker-compose.yml | 7 months ago | |
flake.lock | 3 months ago | |
flake.nix | 3 months ago | |
import_map.json | 3 months ago | |
imprint.yml | 7 months ago | |
index.yml | 1 year ago | |
lock.json | 1 year ago | |
privacy-policy.yml | 2 years ago | |
raleway.css | 2 years ago | |
styles.css | 2 years ago |
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