Compare commits
No commits in common. "0279f987a8c3c5a4ebc69ef02d3361cd387ddd9c" and "c548b6d5305648c356cb043f1e2d6f635689103b" have entirely different histories.
0279f987a8
...
c548b6d530
5 changed files with 38 additions and 34 deletions
12
index.org
12
index.org
|
@ -1,12 +1,12 @@
|
||||||
#+TITLE: ryuslash's website
|
#+TITLE: ryuslash
|
||||||
#+SUBTITLE: vae victis, dood!
|
#+SUBTITLE: Vae Victis, dood!
|
||||||
#+OPTIONS: toc:nil num:nil
|
#+OPTIONS: toc:nil num:nil
|
||||||
#+STARTUP: showall
|
#+STARTUP: showall
|
||||||
#+STARTUP: inlineimages
|
#+STARTUP: inlineimages
|
||||||
|
|
||||||
#+begin_main-navigation
|
#+begin_center
|
||||||
[[https://ryuslash.org][home]] | [[https://code.ryuslash.org][code]] | [[https://blog.ryuslash.org][blog]]
|
[[https://code.ryuslash.org][my code]] | [[https://blog.ryuslash.org][my blog]]
|
||||||
#+end_main-navigation
|
#+end_center
|
||||||
|
|
||||||
#+begin_introduction
|
#+begin_introduction
|
||||||
#+ATTR_HTML: :id avatar :alt Angry black prinny (looking like Tux), playing on a PSP
|
#+ATTR_HTML: :id avatar :alt Angry black prinny (looking like Tux), playing on a PSP
|
||||||
|
@ -17,7 +17,7 @@ Hi, welcome! This is my website. I'm a software developer. I love Free Software
|
||||||
|
|
||||||
* Gardening
|
* Gardening
|
||||||
|
|
||||||
After reading [[https://joelhooks.com/digital-garden][My blog is a digital garden, not a blog]] by [[https://joelhooks.com/][Joel Hooks]] I'm fascinated by the idea of seeing my website as a digital garden. As opposed to a newspaper where people come and find out all the latest news about what I've been up to. I have no interest in providing a news service.
|
After reading [[https://joelhooks.com/digital-garden][this post]] I'm fascinated by the idea of seeing my website as a digital garden. As opposed to a newspaper where people come and find out all the latest news about what I've been up to. I have no interest in providing a news service.
|
||||||
|
|
||||||
I really want to just write, even if it isn't useful for anyone. I have a [[https://blog.ryuslash.org][blog]] as well. It’s running on [[https://wingolog.org/projects/tekuti/][tekuti]].
|
I really want to just write, even if it isn't useful for anyone. I have a [[https://blog.ryuslash.org][blog]] as well. It’s running on [[https://wingolog.org/projects/tekuti/][tekuti]].
|
||||||
|
|
||||||
|
|
|
@ -150,6 +150,7 @@ a.button {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
&:extend(.header-block);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
max-width: 70ch;
|
max-width: 70ch;
|
||||||
padding: 0.2em 1em;
|
padding: 3em 1em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
|
@ -43,7 +43,6 @@ blockquote {
|
||||||
body {
|
body {
|
||||||
border: 0;
|
border: 0;
|
||||||
font-family: "PT Sans", "Liberation Sans", "DejaVu Sans", "Tahoma", "Verdana", "Arial", sans-serif;
|
font-family: "PT Sans", "Liberation Sans", "DejaVu Sans", "Tahoma", "Verdana", "Arial", sans-serif;
|
||||||
margin-top: 0;
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
background-color: @dark-background;
|
background-color: @dark-background;
|
||||||
|
@ -61,7 +60,7 @@ figure {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin: 2rem 0 0.2rem;
|
margin: 3em 0 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -70,16 +69,6 @@ h1 {
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
border-bottom-color: @dark-foreground;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
|
||||||
border-bottom-color: @light-foreground;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
@ -109,4 +98,3 @@ pre {
|
||||||
|
|
||||||
p { margin: 0; }
|
p { margin: 0; }
|
||||||
|
|
||||||
p + p { margin: 1rem 0; }
|
|
||||||
|
|
|
@ -32,7 +32,6 @@ pre.src {
|
||||||
.introduction {
|
.introduction {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: auto auto;
|
||||||
margin-top: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.listless-list {
|
.listless-list {
|
||||||
|
@ -65,17 +64,39 @@ pre.src {
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
font-size: 0.7rem;
|
font-size: 0.9rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0;
|
padding: 10px;
|
||||||
margin: 0;
|
|
||||||
line-height: 1;
|
@media (prefers-color-scheme: dark) {
|
||||||
|
background-color: @dark-background-highlight;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: light) {
|
||||||
|
background-color: @light-background-highlight;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-block {
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
color: @dark-primary;
|
||||||
|
background-color: @dark-background-highlight;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: light) {
|
||||||
|
color: @light-primary;
|
||||||
|
background-color: @light-background-highlight;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-header {
|
.title-header {
|
||||||
|
&:extend(.header-block);
|
||||||
|
|
||||||
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1rem;
|
font-size: 2.5rem;
|
||||||
line-height: 1;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@ img.book-cover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#org-div-home-and-up {
|
#org-div-home-and-up {
|
||||||
|
&:extend(.header-block);
|
||||||
&:extend(.content-wrapper);
|
&:extend(.content-wrapper);
|
||||||
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -66,10 +67,3 @@ pre.src {
|
||||||
.org-src-container { position: relative; }
|
.org-src-container { position: relative; }
|
||||||
.org-svg { width: unset; }
|
.org-svg { width: unset; }
|
||||||
.org-center { text-align: center; }
|
.org-center { text-align: center; }
|
||||||
|
|
||||||
.main-navigation {
|
|
||||||
text-align: center;
|
|
||||||
margin: 0;
|
|
||||||
line-height: 1;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue