quartz build

This commit is contained in:
Ignacio Ballesteros
2026-02-14 18:00:32 +01:00
parent 23aa2f4dc4
commit 79e93c167e
15 changed files with 710 additions and 19 deletions

View File

@@ -0,0 +1,34 @@
#+title: Learning System
#+date: 2024-01-18
#+filetags: :project:planning:
A personal system for continuous learning.
* Components
1. *Capture* - Quick notes, highlights, ideas
2. *Process* - Convert to [[file:../concepts/atomic-notes.org][Atomic Notes]]
3. *Connect* - Add [[file:../concepts/linking.org][Links]] to existing notes
4. *Review* - [[file:../concepts/spaced-repetition.org][Spaced Repetition]] for retention
* Daily Practice
| Time | Activity |
|------|----------|
| Morning | Review queue |
| Anytime | Capture ideas |
| Evening | Process inbox |
* Tools
- Org-mode for capture
- Org-roam for [[file:../concepts/zettelkasten.org][Zettelkasten]]
- Org-drill for review
* Inspiration
Based on [[file:../concepts/knowledge-management.org][Knowledge Management]] research and cite:forte2022 Building a Second Brain methodology.
* Status
Currently implementing the capture phase. See [[file:website.org][Website Project]] for publishing component.

View File

@@ -0,0 +1,40 @@
#+title: Website Project
#+date: 2024-01-20
#+filetags: :project:active:
Building a digital garden from org-mode notes.
* Overview
Transform [[file:../concepts/knowledge-management.org][Knowledge Management]] practices into a public website.
* Goals
- [X] Convert org files to markdown
- [X] Preserve [[file:../concepts/linking.org][Linking]] between notes
- [ ] Add search functionality
- [ ] Deploy to hosting
* Technical Stack
| Component | Tool |
|-----------|------|
| Source | Org-mode |
| Converter | org-to-quartz |
| Generator | Quartz |
| Hosting | TBD |
* Architecture
#+begin_src text
org files --> org-to-quartz --> markdown --> Quartz --> HTML
#+end_src
* Related
- [[file:../concepts/zettelkasten.org][Zettelkasten]] - The methodology behind the content
- [[file:../references/index.org][References]] - Sources cited throughout
* Notes
Using [[file:../concepts/atomic-notes.org][Atomic Notes]] makes each page focused and linkable.