chore: tweaks to neuron templates
This commit is contained in:
parent
12242e011f
commit
969081915e
5 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
||||

|
||||
|
|
|
@ -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..."
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue