fixing gitignore

This commit is contained in:
2025-12-28 21:19:27 +00:00
parent fb120bc50a
commit 8f234a746d
221 changed files with 8064 additions and 11740 deletions

34
home/notes.org Normal file
View File

@@ -0,0 +1,34 @@
#+TITLE: Notes
#+OPTIONS: toc:nil num:nil
#+NO_SIDENOTES: t
#+COMMENTS: t
#+SLUG: notes
#+BEGIN_EXPORT html
<div id="notes-wall">
<p>Loading notes…</p>
</div>
<div id="notes-form-wrapper">
<form id="notes-form">
<label for="note-author">Name (required)</label>
<input
id="note-author"
name="author_name"
type="text"
maxlength="100"
required
/>
<label for="note-content">Note</label>
<textarea
id="note-content"
name="content"
rows="4"
required
></textarea>
<button type="submit">Post note</button>
</form>
</div>
#+END_EXPORT