https://github.com/schonfinkel/schonfinkel.github.io
My new blog + note taking bucket + cv, built with Org, Elisp, Emacs, Nix, LaTeX, Just & Github Actions
https://github.com/schonfinkel/schonfinkel.github.io
blog emacs emacs-lisp github-actions justfile latex nix org-roam orgmode site zettelkasten zettelkasten-methodology
Last synced: 3 months ago
JSON representation
My new blog + note taking bucket + cv, built with Org, Elisp, Emacs, Nix, LaTeX, Just & Github Actions
- Host: GitHub
- URL: https://github.com/schonfinkel/schonfinkel.github.io
- Owner: schonfinkel
- License: gpl-3.0
- Created: 2021-03-27T15:36:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T12:16:52.000Z (3 months ago)
- Last Synced: 2025-03-18T15:46:46.752Z (3 months ago)
- Topics: blog, emacs, emacs-lisp, github-actions, justfile, latex, nix, org-roam, orgmode, site, zettelkasten, zettelkasten-methodology
- Language: TeX
- Homepage: https://schonfinkel.github.io
- Size: 8.89 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
An Org-based personal page and blog.
** Usage
This project uses the
*** Development
#+BEGIN_SRC bash
nix develop
#+END_SRC*** Build & Publish
#+BEGIN_SRC bash
build
run
#+END_SRC** Org Roam
The org roam graph generation is a modification from [[https://hugocisneros.com/blog/my-org-roam-notes-workflow/][Hugo Cisnero's Notes
Workflow]]. You can generate the current graph from you local database instance by running:#+BEGIN_SRC shell
graph
# or
just graph
#+END_SRCinside the Nix shell.