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
- Host: GitHub
- URL: https://github.com/abjrcode/blog-madin
- Owner: abjrcode
- License: mit
- Created: 2023-09-05T22:41:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-24T09:30:12.000Z (5 months ago)
- Last Synced: 2026-02-24T15:31:30.049Z (5 months ago)
- Topics: mathematics, miscellaneous, software-development
- Language: HTML
- Homepage: https://madin.dev
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).