An open API service indexing awesome lists of open source software.

https://github.com/abjrcode/blog-madin

Madin blog source
https://github.com/abjrcode/blog-madin

mathematics miscellaneous software-development

Last synced: 4 months ago
JSON representation

Madin blog source

Awesome Lists containing this project

README

          

# Madin Blog

This repository contains the source code for the _Madin_ blog hosted at [madin.dev](https://madin.dev)

If you have questions or want to suggest a correction, please open an issue.

The blog's setup and tooling was inspired by the awesome [Writing an OS in Rust series](https://os.phil-opp.com/), highly recommended.

# Dependencies

- [NodeJS 22.x.x](https://nodejs.org/en/download)
- [Zola 0.20.0](https://www.getzola.org/documentation/getting-started/installation/)

## Local Development

```
npm install
npm start
```

## License

This project, with exception of the `blog/content` folder, is licensed under MIT license.

For licensing of the `blog/content` folder, see the [`blog/content/README.md`](blog/content/README.md).