Skip to content

Commit

Permalink
chore: tweaks to neuron templates
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasabishop committed Oct 23, 2024
1 parent 72bf0da commit 77e4ba5
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .neuron-generator/templates/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
body ul {
font-family: "IBM Plex Sans" !important;
}
body h2,
body div.zettel-view .zettel-content h2 {
border-bottom: none !important;
}

body blockquote {
border-left-width: 3px !important;
}
Expand Down
2 changes: 2 additions & 0 deletions .neuron-generator/templates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Hi, I'm [Thomas](https://systemsobscure.blog/). This is the frontend of
is a [Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) work in progress
comprising notes from my self-directed study of software engineering and
computer science.

![Not By AI Badge](../../img/not-by-ai-badge.svg)
28 changes: 28 additions & 0 deletions img/not-by-ai-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/auto_save.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$changes_exist" -eq 0 ]; then
exit 0
fi

echo "Standardising file-names..."
# echo "Standardising file-names..."
# source ${tidy_filenames}

# echo "Removing unused images..."
Expand Down
Binary file modified zk/.zk/notebook.db
Binary file not shown.
2 changes: 1 addition & 1 deletion zk/385af4b4_43ea_4a5f_85a3_5791d95109aa.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ created: Tuesday, October 22, 2024

# 385af4b4-43ea-4a5f-85a3-5791d95109aa

### Paul Baran's concept of a distributed network and influence on architecture of the ARPANET
## Paul Baran's concept of a distributed network and influence on architecture of the ARPANET

Baran worked for RAND not ARPA and his work predated the commencement of the
ARPANET. However his model of a distributed network was highly influential on
Expand Down

0 comments on commit 77e4ba5

Please sign in to comment.