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
|
||||
#+SUBTITLE: vae victis, dood!
|
||||
#+TITLE: ryuslash
|
||||
#+SUBTITLE: Vae Victis, dood!
|
||||
#+OPTIONS: toc:nil num:nil
|
||||
#+STARTUP: showall
|
||||
#+STARTUP: inlineimages
|
||||
|
||||
#+begin_main-navigation
|
||||
[[https://ryuslash.org][home]] | [[https://code.ryuslash.org][code]] | [[https://blog.ryuslash.org][blog]]
|
||||
#+end_main-navigation
|
||||
#+begin_center
|
||||
[[https://code.ryuslash.org][my code]] | [[https://blog.ryuslash.org][my blog]]
|
||||
#+end_center
|
||||
|
||||
#+begin_introduction
|
||||
#+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
|
||||
|
||||
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]].
|
||||
|
||||
|
|
|
@ -150,6 +150,7 @@ a.button {
|
|||
padding: 0;
|
||||
|
||||
form {
|
||||
&:extend(.header-block);
|
||||
text-align: right;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
html {
|
||||
max-width: 70ch;
|
||||
padding: 0.2em 1em;
|
||||
padding: 3em 1em;
|
||||
margin: auto;
|
||||
line-height: 1.75;
|
||||
font-size: 1.25em;
|
||||
|
@ -43,7 +43,6 @@ blockquote {
|
|||
body {
|
||||
border: 0;
|
||||
font-family: "PT Sans", "Liberation Sans", "DejaVu Sans", "Tahoma", "Verdana", "Arial", sans-serif;
|
||||
margin-top: 0;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background-color: @dark-background;
|
||||
|
@ -61,7 +60,7 @@ figure {
|
|||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 2rem 0 0.2rem;
|
||||
margin: 3em 0 1em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -70,16 +69,6 @@ h1 {
|
|||
|
||||
h2 {
|
||||
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 {
|
||||
|
@ -109,4 +98,3 @@ pre {
|
|||
|
||||
p { margin: 0; }
|
||||
|
||||
p + p { margin: 1rem 0; }
|
||||
|
|
|
@ -32,7 +32,6 @@ pre.src {
|
|||
.introduction {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.listless-list {
|
||||
|
@ -65,17 +64,39 @@ pre.src {
|
|||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 0.7rem;
|
||||
font-size: 0.9rem;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
padding: 10px;
|
||||
|
||||
@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 {
|
||||
&:extend(.header-block);
|
||||
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
font-size: 1rem;
|
||||
line-height: 1;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
|
|
@ -24,6 +24,7 @@ img.book-cover {
|
|||
}
|
||||
|
||||
#org-div-home-and-up {
|
||||
&:extend(.header-block);
|
||||
&:extend(.content-wrapper);
|
||||
|
||||
text-align: right;
|
||||
|
@ -66,10 +67,3 @@ pre.src {
|
|||
.org-src-container { position: relative; }
|
||||
.org-svg { width: unset; }
|
||||
.org-center { text-align: center; }
|
||||
|
||||
.main-navigation {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue