initial version

This commit is contained in:
Ignacio Ballesteros
2026-02-14 09:09:54 +01:00
commit 3738d1d7d8
16 changed files with 1037 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#+title: Draft Note
#+filetags: :draft:
#+date: [2024-02-20]
#+hugo_tags: noexport
* Work in Progress
This note is marked as noexport.

View File

@@ -0,0 +1,24 @@
#+title: Example Note
#+filetags: :test:example:
#+date: [2024-02-21]
#+hugo_lastmod: [2024-02-22]
#+hugo_section: notes
* Introduction
This is an example org note with some features:
- A link to [[roam:Another Note]]
- A citation cite:smith2020
- Some *bold* and /italic/ text
* Code Example
#+begin_src python
def hello():
print("Hello, world!")
#+end_src
* Conclusion
See also [[id:abc-123][Related Concept]] for more info.