• JavaScript 41.6%
  • Nunjucks 33.5%
  • CSS 10.6%
  • Clojure 9.8%
  • PHP 2.2%
  • Other 2.3%
Find a file
renovate[bot] bd377c51c3
Update dependency @std/cli to v1.0.30 (#2507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-26 13:46:13 +00:00
.circleci Update Node.js to v24.16.0 (#2505) 2026-05-24 16:50:24 +00:00
.github Create FUNDING.yml 2025-07-12 18:51:12 +02:00
.yarn/releases Update Yarn to v4.15.0 (#2499) 2026-05-20 01:14:03 +00:00
content/weblog Updated syndication 2025-09-18 09:44:17 +02:00
generator Update dependency org.clojure/clojure to v1.12.5 (#2492) 2026-05-12 21:25:52 +00:00
infrastructure Update dependency esbuild to v0.28.0 (#2457) 2026-05-04 12:28:55 +00:00
scripts Update dependency @std/cli to v1.0.30 (#2507) 2026-05-26 13:46:13 +00:00
tests Biome reformat 2024-11-10 06:51:06 +01:00
texy-service Update dependency php to v8.5.6 (#2488) 2026-05-09 13:37:48 +00:00
workers Update dependency wrangler to v4.94.0 (#2504) 2026-05-24 08:40:31 +00:00
www.rarous.net Update vitest monorepo to v4.1.7 (#2501) 2026-05-24 12:30:22 +00:00
.dev.vars Fix env variable names 2024-02-07 10:07:37 +01:00
.editorconfig Added edotir config 2019-01-26 08:42:28 +01:00
.env Spotify removal 2025-07-06 07:26:49 +02:00
.gitignore Ignore all node_module in the tree 2024-08-26 15:41:40 +02:00
.lighthouse.json Skip cookies check in LH 2025-01-22 09:16:43 +01:00
.nvmrc Update Node.js to v24.16.0 (#2506) 2026-05-24 21:58:43 +00:00
.yarnrc.yml Update Yarn to v4.15.0 (#2499) 2026-05-20 01:14:03 +00:00
ava.config.js Ignore tests in website 2025-03-17 17:39:32 +01:00
biome.json fix biome schema path 2025-07-10 07:41:20 +02:00
LICENSE Change sources license to EUPL-1.2 2024-09-30 16:32:53 +02:00
package.json Update vitest monorepo to v4.1.7 (#2501) 2026-05-24 12:30:22 +00:00
README.md Update README.md 2025-03-24 19:41:12 +01:00
renovate.json Migrate config renovate.json 2025-03-24 19:31:25 +01:00
vitest.config.js Bumped vitest 2026-01-01 18:31:48 +01:00
yarn.lock Update vitest monorepo to v4.1.7 (#2501) 2026-05-24 12:30:22 +00:00

rarousnet

Build status CodeFactor CodeScene Code Health CodeScene System Mastery CodeScene Missed Goals

Sources for https://www.rarous.net/ website.

Site generator

Site generator is Clojure program that reads files in content/weblog and related templates in www.rarous.net/src/html/weblog and generator/templates/weblog and generates weblog site. Content is Texy with embedded EDN data in header. Texy is PHP library, that is used via CLI from the Clojure program.

Build

yarn build

Run local development for HTML/CSS/JS hot reloading

yarn start

Run wrangler for local development of Cloudflare Pages Functions

cd www.rarous.net
op run --env-file=../.env --no-masking -- wrangler pages dev ../.gryphoon/dist --kv=weblog --r2=storage --compatibility-flag=nodejs_compat --compatibility-date=2023-09-29 

Run wrangler for local development of CRON scripts

op run --env-file=.env  --no-masking -- wrangler dev --test-scheduled workers/discogs-schedule.js