Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 991 Bytes

File metadata and controls

29 lines (18 loc) · 991 Bytes

abyss.dev // cwr.io

Source code for https://abyss.dev and https://cwr.io.

Built with Hugo and a custom theme using Tailwind CSS v4 and @tailwindcss/typography, all contained in this repository.

Both sites share the same content and codebase, with site-specific configuration in config/cwr.io/ overriding the defaults in config/_default/.

Hosted on Cloudflare Pages, deployed automatically on push.

Development

task dev        # abyss.dev (http://localhost:8000)
task dev:cwr    # cwr.io (http://localhost:8000)

Build

task build      # abyss.dev
task build:cwr  # cwr.io

License

All code is licensed under the ISC License.

All non-code content is licensed CC BY-NC 4.0.