https://github.com/devnyxie/quartz-notes
https://github.com/devnyxie/quartz-notes
digitalgarden obsidian-md quartz-ssg
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devnyxie/quartz-notes
- Owner: devnyxie
- License: mit
- Created: 2024-12-19T20:44:09.000Z (over 1 year ago)
- Default Branch: v4
- Last Pushed: 2025-06-22T14:37:22.000Z (12 months ago)
- Last Synced: 2026-04-13T10:39:37.359Z (about 2 months ago)
- Topics: digitalgarden, obsidian-md, quartz-ssg
- Language: TypeScript
- Homepage: https://notes.devnyxie.com
- Size: 42.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Personal Study Notes & Digital Garden 🌱

> _Never apologise for being obsessed. Read all day. Work all night. Run for hours. Forget time exists. Be everywhere, but be a ghost. Turn off the world and create your own. Let craft become compulsion. Positive obsession is a gift, disguised as a curse._
This is my digital garden - a collection of interconnected notes, studies, and insights from my journey in software development and system administration.
# License & Disclaimer
This project is licensed under the MIT License, but everything under the `/content` directory is not included in this license. Everything under `/content` is my personal notes and studies and should not be used for any purpose other than personal reference.
# Usage
## Updating
```bash
cd content
git add .
git commit -m "Update notes"
git push
# Go back to the root directory
# in order to update the submodule reference.
cd ..
git add content
git commit -m "Update content submodule reference"
git push
```
## Cloning
```bash
git clone --recurse-submodules git@github.com:devnyxie/quartz-notes.git
```