My personal blog / website https://arnes.space
  • SCSS 28.5%
  • JavaScript 26.3%
  • Nunjucks 24.8%
  • CSS 14.5%
  • Shell 3.8%
  • Other 2.1%
Find a file
2024-08-25 09:46:38 +02:00
scripts Improve generated filenames in mkdraft 2024-07-22 21:32:07 +02:00
src Fix hitomezashi pattern generator link 2024-08-25 09:46:38 +02:00
.eleventy.js Use more consistent URLs 2024-07-24 15:07:02 +02:00
.envrc Add "gardening the commons" 2023-08-06 18:38:33 +02:00
.gitignore Initial commit 2022-02-20 17:18:19 +01:00
.npmrc Revert "Add missing peer dependencies" 2022-10-05 12:20:25 +02:00
flake.lock Update eleventy to 3.0.0-alpha.4 2024-02-16 15:30:57 +01:00
flake.nix Update nodejs to v18 2023-08-06 18:30:46 +02:00
package.json update 11ty to 3.0.0-beta.1 2024-08-14 11:21:44 +02:00
pnpm-lock.yaml update 11ty to 3.0.0-beta.1 2024-08-14 11:21:44 +02:00
README.md Extend readme 2022-12-15 09:45:47 +01:00

arnes.space

This repository contains the source files for https://arnes.space. It uses eleventy and pnpm to build a static website from a bunch of files that you can find in the src/ folder.

Available Commands

# build the complete site; the static page will end up in `_site`
pnpm build

# run a local server that automatically changes as you update content
pnpm start # is the same as `pnpm watch`

Publishing

  • Blog posts go into src/posts. The latest few are displayed on the home page. You can set draft: true in a post's front matter to render it without linking to it from somewhere else on the page, or put it into src/posts/drafts.

Build Environment

The build environment is described in flake.{nix,lock} and .envrc. You can use direnv and nix with flakes support to automatically drop into a shell that contains all tools for building the website.