Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 411 Bytes

Permanent Web Snapshots

This project is dedicated to the preservation of web content, ensuring its permanence for use in my Obsidian notes. It leverages the power of Jekyll, a static site generator, for building the website, and bun/postcss/tailwind for styling.

To compile CSS with Bun:

bun install
bun build-css

To run Jekyll locally:

bundle install
bundle exec jekyll serve -w