quartz build
This commit is contained in:
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