diff --git a/content/misc.md b/content/misc.md index d0b4f7d..ed17fab 100644 --- a/content/misc.md +++ b/content/misc.md @@ -5,10 +5,18 @@ template_page = "page.html" This page lists miscellaneous stuff I found or like, such as links, opinions, etc. +> To follow the path: \ +look to the master, \ +follow the master, \ +walk with the master, \ +see through the master, \ +become the master. + ## External Links ### Rust - [Writing an OS in Rust](https://os.phil-opp.com/) +- [RustPython](https://rustpython.github.io/) ### Software Philosophy @@ -26,3 +34,7 @@ This page lists miscellaneous stuff I found or like, such as links, opinions, et #### Rendering / GPU - [ZLUDA](https://github.com/vosen/ZLUDA) + +### Other +- [Library of Babel](https://libraryofbabel.info/) +- [oasis](https://github.com/oasislinux/oasis) diff --git a/sass/style.scss b/sass/style.scss index f75ee72..b56053f 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -139,7 +139,7 @@ code { blockquote { background-color: $codeblock; border-left: 4px #FFAA00 solid; - padding:0px 10px + padding:0px 10px; } .container {