/blog-content

A repository for my blog posts (in markdown) and a script written in JavaScript to create a JSON file.

Primary LanguageJavaScriptMIT LicenseMIT

Blog Content

This repo contains my blog posts in markdown with front matter. The blog is hosted on adc.pe and andresdc.net.

Usage

NOTE: Node.js is required.

Run the following commands:

npm install       ## pnpm install
npm run generate  ## pnpm generate - do this before every commit

This creates a .json file.

License

The content of this project itself is licensed under the Creative Commons Attribution 3.0 Unported license, and the underlying source code used to serve the content is licensed under the MIT license.