Skip to content

Commit

Permalink
minimal transcluding tree
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer committed Jan 20, 2024
1 parent 5ed7d46 commit 6df305a
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 2 deletions.
6 changes: 5 additions & 1 deletion scripts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@
runtimeInputs = with pkgs; [ forester texlive ruplacer ];
text = builtins.readFile ./build-forest.sh;
};

new = pkgs.writeShellApplication {
name = "new";
runtimeInputs = [ forester ];
text = builtins.readFile ./new.sh;
};
}
1 change: 1 addition & 0 deletions scripts/new.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
forester new --dest=trees --prefix=jdll
11 changes: 10 additions & 1 deletion trees/jdll-0001.tree
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
\title{Jonathan's Note Tree}
\author{jonathanlorimer}
\date{2024-01-17}

\p{hello world}
\p{
This is my personal set of notes inspired by
[stacks](https://www.jonmsterling.com/stacks-project.xml), [evergreen
notes](https://notes.andymatuschak.org/Evergreen_notes), and
[zettelkasten](https://jonathanlorimer.dev/posts/smart-notes-review.html). This
page is intended to be the primarry index and links out to other index cards
that are concept specific.
}
\transclude{jdll-0002}

10 changes: 10 additions & 0 deletions trees/jdll-0002.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
\title{Localism}
\author{jonathanlorimer}
\date{2024-01-18}

\p{I believe that the future is local. Local scale human interaction increases
happiness, local economic activity is responsible for more real growth and can
assimilate information more effectively, local governance leads to better
outcomes for constituants}

\transclude{jdll-0003}
9 changes: 9 additions & 0 deletions trees/jdll-0003.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
\title{Small Businesses Generate 44 Percent of U.S. Economic Activity}
\author{jonathanlorimer}
\date{2024-01-18}

\p{[This
article](https://advocacy.sba.gov/2019/01/30/small-businesses-generate-44-percent-of-u-s-economic-activity/)
discusses the economic impact of small businesses which, make up approximately
half of US GDP, although they are losing market share to larger businesses.
}
6 changes: 6 additions & 0 deletions trees/people/jonathanlorimer.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
\title{Jonathan Lorimer}
\taxon{person}
\meta{external}{https://www.jonathanlorimer.dev/}
\meta{github}{https://github.com/JonathanLorimer}

\p{I am a software engineer based in Toronto who is passionate about functional programming, particularly Haskell and nix. I did my undergraduate degree in Philosophy focusing on epistemology, philosophy of law, and ethics. I am interested in Category Theory and Algebra, especially as applied to computer science.}

0 comments on commit 6df305a

Please sign in to comment.