my forest
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

initial commit

Liam O'Connor 190a1bd4

+50
+1
.gitignore
··· 1 + output/
+3
.gitmodules
··· 1 + [submodule "theme"] 2 + path = theme 3 + url = https://git.sr.ht/~jonsterling/forester-base-theme
+4
forest.toml
··· 1 + [forest] 2 + trees = ["trees" ] # The directories in which your trees are stored 3 + assets = ["assets"] # The directories in which your assets are stored 4 + theme = "theme" # The directory in which your theme is stored
+12
trees/index.tree
··· 1 + \author{liamoc} 2 + \title{Hello, World!} 3 + \p{ 4 + Welcome to your first tree! This tree is the root of your forest. 5 + \ul{ 6 + \li{[Build and view your forest for the first time](http://www.jonmsterling.com/jms-007D.xml)} 7 + \li{[Overview of the Forester markup language](http://www.jonmsterling.com/jms-007N.xml)} 8 + \li{[Creating new trees](http://www.jonmsterling.com/jms-007H.xml)} 9 + \li{[Creating your personal biographical tree](http://www.jonmsterling.com/jms-007K.xml)} 10 + } 11 + } 12 + \transclude{liamoc}
+6
trees/people/gckeller.tree
··· 1 + \title{Gabriele Keller} 2 + \taxon{person} 3 + \meta{external}{https://www.uu.nl/staff/GKKeller} 4 + \meta{institution}{[[uu]]} 5 + \meta{orcid}{0000-0003-1442-5387} 6 + \meta{position}{Professor of Software Technology}
+12
trees/people/liamoc.tree
··· 1 + \title{Liam O'Connor} 2 + \taxon{person} 3 + \meta{external}{https://liamoc.net} 4 + \meta{institution}{[[anu]]} 5 + \meta{orcid}{0000-0003-2765-4269} 6 + \meta{position}{Senior Lecturer} 7 + 8 + \p{I am a Senior Lecturer in Foundations at the [[anu]] School of Computing, and Honorary Fellow at the [[uoe]] Laboratory for Foundations of Computer Science. Previously, I lectured courses at [[unsw]], where I did my PhD with [[gckeller]].} 9 + 10 + 11 + 12 +
+3
trees/places/anu.tree
··· 1 + \title{Australian National University} 2 + \taxon{institution} 3 + \meta{external}{https://anu.edu.au}
+3
trees/places/unsw.tree
··· 1 + \title{UNSW Sydney} 2 + \taxon{institution} 3 + \meta{external}{https://unsw.edu.au}
+3
trees/places/uoe.tree
··· 1 + \title{University of Edinburgh} 2 + \taxon{institution} 3 + \meta{external}{https://ed.ac.uk}
+3
trees/places/uu.tree
··· 1 + \title{Utrecht University} 2 + \taxon{institution} 3 + \meta{external}{https://uu.nl}