Compare commits
6 commits
c548b6d530
...
0279f987a8
Author | SHA1 | Date | |
---|---|---|---|
0279f987a8 | |||
0f18c38266 | |||
57b59e8535 | |||
4b7eb38ee7 | |||
907325c755 | |||
9249b99292 |
5 changed files with 34 additions and 38 deletions
12
index.org
12
index.org
|
@ -1,12 +1,12 @@
|
|||
#+TITLE: ryuslash
|
||||
#+SUBTITLE: Vae Victis, dood!
|
||||
#+TITLE: ryuslash's website
|
||||
#+SUBTITLE: vae victis, dood!
|
||||
#+OPTIONS: toc:nil num:nil
|
||||
#+STARTUP: showall
|
||||
#+STARTUP: inlineimages
|
||||
|
||||
#+begin_center
|
||||
[[https://code.ryuslash.org][my code]] | [[https://blog.ryuslash.org][my blog]]
|
||||
#+end_center
|
||||
#+begin_main-navigation
|
||||
[[https://ryuslash.org][home]] | [[https://code.ryuslash.org][code]] | [[https://blog.ryuslash.org][blog]]
|
||||
#+end_main-navigation
|
||||
|
||||
#+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][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.
|
||||
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.
|
||||
|
||||
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,7 +150,6 @@ a.button {
|
|||
padding: 0;
|
||||
|
||||
form {
|
||||
&:extend(.header-block);
|
||||
text-align: right;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
html {
|
||||
max-width: 70ch;
|
||||
padding: 3em 1em;
|
||||
padding: 0.2em 1em;
|
||||
margin: auto;
|
||||
line-height: 1.75;
|
||||
font-size: 1.25em;
|
||||
|
@ -43,6 +43,7 @@ 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;
|
||||
|
@ -60,7 +61,7 @@ figure {
|
|||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 3em 0 1em;
|
||||
margin: 2rem 0 0.2rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -69,6 +70,16 @@ 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 {
|
||||
|
@ -98,3 +109,4 @@ pre {
|
|||
|
||||
p { margin: 0; }
|
||||
|
||||
p + p { margin: 1rem 0; }
|
||||
|
|
|
@ -32,6 +32,7 @@ pre.src {
|
|||
.introduction {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.listless-list {
|
||||
|
@ -64,39 +65,17 @@ pre.src {
|
|||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.7rem;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
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;
|
||||
}
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.title-header {
|
||||
&:extend(.header-block);
|
||||
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
font-size: 2.5rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,6 @@ img.book-cover {
|
|||
}
|
||||
|
||||
#org-div-home-and-up {
|
||||
&:extend(.header-block);
|
||||
&:extend(.content-wrapper);
|
||||
|
||||
text-align: right;
|
||||
|
@ -67,3 +66,10 @@ 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