quartz build
This commit is contained in:
34
example-notes/projects/learning-system.org
Normal file
34
example-notes/projects/learning-system.org
Normal 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.
|
||||
40
example-notes/projects/website.org
Normal file
40
example-notes/projects/website.org
Normal 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.
|
||||
Reference in New Issue
Block a user