An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

* Blog
#+html: pipeline status
#+html: pipeline status

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_SRC

inside the Nix shell.