41 lines
962 B
Org Mode
41 lines
962 B
Org Mode
#+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.
|