all repos — site @ db052e55d44088d05f7ac938381b401d45b0e81e

source for my site, found at icyphox.sh

Add a /friends page!

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 13 Jan 2020 23:54:09 +0000
commit

db052e55d44088d05f7ac938381b401d45b0e81e

parent

51340ca2d1ffc3cb591890dac7a50e22ffa715a6

5 files changed, 27 insertions(+), 3 deletions(-)

jump to
M config.pyconfig.py

@@ -6,6 +6,7 @@ header = """

<a href="/">home</a> <a href="/blog">blog</a> <a href="/reading">reading</a> + <a href="/friends">friends</a> <a href="/about">about</a> """ footer = """<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
M pages/about.mdpages/about.md

@@ -1,6 +1,6 @@

--- template: about.html -title: About +title: about subtitle: Stuff about me, and stuff. ---
M pages/blog/_index.mdpages/blog/_index.md

@@ -1,6 +1,6 @@

--- template: blogindex.html -title: Blog +title: blog subtitle: Computers, security & computer security. ---
A pages/friends.md

@@ -0,0 +1,23 @@

+--- +template: about.html +title: friends +subtitle: My friends and internet bros +--- + +# друзья +## My friends and internet bros + +### People + +- [nerdypepper](https://nerdypepper.tech) +- [eti](https://eti.tf) +- [bushidoboy](https://bushidoboy.com) +- [kelp](https://kelp.ml) +- [ine](https://wolowolo.com) +- [eskimo](https://eskimo.dev) +- [noise](https://noise.faith) + +### Not people + +- [homescreen](https://homescreen.org/irc) +- [rice](https://rizonrice.club)
M pages/reading.mdpages/reading.md

@@ -1,6 +1,6 @@

--- template: reading.html -title: Reading Log +title: reading log subtitle: I read very infrequently, this might never get updated. ---