Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/niccolozanotti/my-notes

This repository contains the source code to generate the website where I host my notes.
https://github.com/niccolozanotti/my-notes

markdown obsidian static-site-generator typescript

Last synced: 2 days ago
JSON representation

This repository contains the source code to generate the website where I host my notes.

Awesome Lists containing this project

README

        

# 📓 AI&ClimateNotes : a Quartz-powered website

This repository is the source of my personal [website](https://niccolozanotti.com) where I hold my [Obsidian](https://obsidian.md)-taken notes.
This work is based on the [Quartz](#the-quartz-project) project.

## Structure:
- the `.md` files using flavored markdown syntax are located in the content/ folder, which is set up as a [git submodule](https://git-scm.com/docs/git-submodule)[^1].
- Static website files (HTML, CSS, JS) are built through [Quartz](https://quartz.jzhao.xyz/)
- The website is hosted on [Cloudflare](https://www.cloudflare.com) Pages.

---

### The Quartz project
>Quartz is a set of tools that helps you publish your [digital garden](https://jzhao.xyz/posts/networked-thought) and notes as a website for free.
>Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility and ease-of-use.

- [Documentation](https://quartz.jzhao.xyz/)
- [Join the Discord Community](https://discord.gg/cRFFHYye7t)

#### Sponsors of the Quartz project





---
[^1]: As of now, I opted to keep this a private submodule as I keep all my personal notes in my main Obsidian vault.