Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 960 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 960 Bytes

gnat.blog

About

This repository contains the source code for the custom SSG that builds my site. It also contains the source content and components.

Deployment

Cloudflare 🤘

License Information

This repository contains both software and content under different licenses:

Software

The static site generator code (build scripts, components, and utilities) is licensed under the GNU General Public License v3.0. This includes:

  • /src/build/*.ts
  • /src/utils/*.ts
  • /src/*.ts
  • tailwind.config.js
  • tsconfig.json

See LICENSE.code

Content

The written content (articles, notes, feed, and other text) is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0). This includes:

  • /src/content/*
  • /src/components/*
  • /public/articles/*
  • /public/notes/*
  • /public/feed/*

See LICENSE.content

Note: Font files in /public/fonts/ retain their original licenses.