diff --git a/serve.sh b/serve.sh index 5c4e044..f857529 100755 --- a/serve.sh +++ b/serve.sh @@ -1,3 +1,3 @@ #!/bin/sh -python3 -m http.server -d serve/ 8080 +python3 -m http.server -d $1 8080 diff --git a/site/acl.cool/assets b/site/acl.cool/assets deleted file mode 120000 index ec2e4be..0000000 --- a/site/acl.cool/assets +++ /dev/null @@ -1 +0,0 @@ -../assets \ No newline at end of file diff --git a/site/acl.cool/assets/fonts b/site/acl.cool/assets/fonts new file mode 120000 index 0000000..862375b --- /dev/null +++ b/site/acl.cool/assets/fonts @@ -0,0 +1 @@ +../../assets/fonts \ No newline at end of file diff --git a/site/css/fonts.css b/site/css/fonts.css index 12cc2ef..9457974 100644 --- a/site/css/fonts.css +++ b/site/css/fonts.css @@ -167,11 +167,11 @@ } :root { - --base-font-size: 1.1rem; + --base-font-size: 1.2rem; } body { - font-size: var(--base-font-size); + font-size: calc(var(--base-font-size) * 1); } .font-body-serif body { @@ -196,7 +196,7 @@ h6 { } h1 { - font-size: calc(2.4 * var(--base-font-size)); + font-size: calc(2.25 * var(--base-font-size)); } h2 { diff --git a/site/css/looks.css b/site/css/looks.css index f002c4a..10a4740 100644 --- a/site/css/looks.css +++ b/site/css/looks.css @@ -17,5 +17,22 @@ pre { body { background-color: rgb(255, 255, 255); - color: rgb(0.9, 0.8, 0.8); + color: rgb(30, 25, 20); } + +blockquote { + font-style: italic; + border-left: 6px solid black; + padding-left: 0.7em; +} +/* +blockquote:before { + color: black; + content: '>'; + font-weight: bold; + font-size: 1.2em; +} + +blockquote p { + display: inline; +} */ \ No newline at end of file diff --git a/site/ytheleus.org/assets b/site/ytheleus.org/assets deleted file mode 120000 index ec2e4be..0000000 --- a/site/ytheleus.org/assets +++ /dev/null @@ -1 +0,0 @@ -../assets \ No newline at end of file diff --git a/site/ytheleus.org/assets/favicon.png b/site/ytheleus.org/assets/favicon.png new file mode 100644 index 0000000..8381094 Binary files /dev/null and b/site/ytheleus.org/assets/favicon.png differ diff --git a/site/ytheleus.org/assets/fonts b/site/ytheleus.org/assets/fonts new file mode 120000 index 0000000..862375b --- /dev/null +++ b/site/ytheleus.org/assets/fonts @@ -0,0 +1 @@ +../../assets/fonts \ No newline at end of file diff --git a/site/ytheleus.org/index.dj b/site/ytheleus.org/index.dj index aba5e49..2f5ef00 100644 --- a/site/ytheleus.org/index.dj +++ b/site/ytheleus.org/index.dj @@ -1,4 +1,4 @@ -# Ytheleus | Well-Understood Programming +# Ytheleus│Well-Understood Programming You're at ytheleus.org, home page of the [Ytheleus](yth-name) programming language! diff --git a/site/ytheleus.org/yth-name.dj b/site/ytheleus.org/yth-name.dj new file mode 100644 index 0000000..0a40f0c --- /dev/null +++ b/site/ytheleus.org/yth-name.dj @@ -0,0 +1,3 @@ +"Ytheleus" is the second part of a name, "Sisela Ytheleus 1/2", belonging to a spirited type D-4 military drone of the explorer ship "Peace Makes Plenty", a vessel of the Stargazer Clan, part of the Fifth Fleet of the Zetetic Elench - from Iain M. Banks' fifth Culture novel, _Excession_. + +> "One should always be prepared for every eventuality, even if it's getting shafted by a dope with bigger guns." \ No newline at end of file diff --git a/site/ytheleus.org/yth-name.html b/site/ytheleus.org/yth-name.html deleted file mode 100644 index fd08810..0000000 --- a/site/ytheleus.org/yth-name.html +++ /dev/null @@ -1,5 +0,0 @@ -
"Ytheleus" is the second part of a name, "Sisela Ytheleus 1/2", belonging to a spirited type D-4 military drone of - the explorer ship "Peace Makes Plenty", a vessel of the Stargazer Clan, part of the Fifth Fleet of the Zetetic - Elench - from Iain M. Banks' fifth Culture novel, Excession.
- -"One should always be prepared for every eventuality, even if it's getting shafted by a dope with bigger guns."
\ No newline at end of file diff --git a/templates/main.html b/templates/main.html index 443d898..5c3cf00 100644 --- a/templates/main.html +++ b/templates/main.html @@ -5,6 +5,7 @@