all repos — site @ 1c7c527092a82323d6b68e19139b6cb383863430

source for my site, found at icyphox.sh

Get rid of wiki; too much effort
Anirudh Oppiliappan x@icyphox.sh
Tue, 27 Apr 2021 12:02:08 +0530
commit

1c7c527092a82323d6b68e19139b6cb383863430

parent

c0b642185f5f3ea547a0af938b692f6dfc4b5cdd

4 files changed, 10 insertions(+), 6 deletions(-)

jump to
M config.yamlconfig.yaml

@@ -4,9 +4,7 @@ <a href=/>

<img src="/static/white.svg" alt="icyphox's avatar" height="40" width="40"/> </a> <nav> - <a href="/">blog</a> - &middot; - <a href="/wiki">wiki</a> + <!-- i'll add things here --> </nav> siteurl: "https://icyphox.sh"

@@ -35,7 +33,7 @@ </section>

prebuild: - - bin/wiki.sh + # - bin/wiki.sh postbuild: - # - bin/plaintext.sh + # - bin/plaintext.sh
M pages/wiki/_index.mdpages/wiki/_index.md

@@ -1,7 +1,7 @@

--- title: the wiki subtitle: A collection of notes on various topics. -date: 2021-04-20 +date: 2021-04-27 template: page.html ---

@@ -12,6 +12,7 @@ - [identity](/wiki/about/identity)

- [friends](/wiki/friends) - [ideas](/wiki/ideas) - [free-software](/wiki/ideas/free-software) + - [privacy](/wiki/ideas/privacy) - [todo](/wiki/todo) - [tools](/wiki/tools) - [cwm](/wiki/tools/cwm)
M static/style.cssstatic/style.css

@@ -9,6 +9,11 @@ --darker: #222;

--code-bg: #0000000a; } +html { + display: grid; + place-items: center; +} + * { box-sizing: border-box; text-decoration: none;