From fad35e21d2bf8a2e1398e83887bb779a28e60ee6 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 25 Oct 2025 21:17:12 +0800 Subject: Front page. --- _config.yml | 10 ++- _site/assets/css/main.css | 27 ++++++-- _site/index.html | 169 +++++++++++++++++++++++++--------------------- assets/css/main.css | 27 ++++++-- index.html | 50 +++++++++----- 5 files changed, 178 insertions(+), 105 deletions(-) diff --git a/_config.yml b/_config.yml index f13b5c7..4996803 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,11 @@ -title: 'ASCIIMX' -tagline: "Wickramage Don Sadeep's Personal Website" +title: ASCIIMX +tagline: "My piss in the ocean of world wide web." +description: > + Journal politique impartial,
+ Par Mr. P. Marat auteur de l'Offrande a la patrie,
+ du Moniteur et du Plan de Constitution, etc. + +author: Wickramage Don Sadeep Madurange permalink: pretty diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 43afb69..776a055 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -7,7 +7,7 @@ body{ text-decoration-skip: ink; color: #2f2f2f; padding-top: 10px; - font-family: 'IM Fell DW Pica', serif; + font-family: serif; background-color: #f4f2e8; } @@ -83,11 +83,12 @@ td { padding-top: 20px; } -.tagline{ +.tagline { padding-top: 20px; } -.brand{ +.brand { + margin-bottom: 2rem; font-family: 'IM Fell English SC', serif; } @@ -182,7 +183,7 @@ and (min-device-width : 768px) { column-gap: 20px; width: 100%; } - .tag{ + .tag { width: 23%; margin-right:0; } @@ -192,7 +193,7 @@ and (min-device-width : 768px) { font-size: 2.5em; } -.twocol{ +.twocol { -ms-word-break: keep-all; word-break: keep-all; hyphens: auto; @@ -228,3 +229,19 @@ and (min-device-width : 768px) { border: none; vertical-align:top; } + +.author { + margin-bottom: 2rem; +} + +h1.brand { + margin: 0.67em 0; +} + +.brand-description { + margin-bottom: 2rem; +} + +.tagline { + margin-bottom: 2.5rem; +} diff --git a/_site/index.html b/_site/index.html index 9e75e34..92cfe29 100644 --- a/_site/index.html +++ b/_site/index.html @@ -29,93 +29,110 @@ -
- +
- - + +

Wickramage Don Sadeep Madurange

+ -
- - - +

ASCIIMX

+

Journal politique impartial,
Par Mr. P. Marat auteur de l’Offrande a la patrie,
du Moniteur et du Plan de Constitution, etc.

+
- + +

My piss in the ocean of world wide web.

+ - - - - +
+
+
+
- -
- -
- - - - - - + + - - - - - - + + + + - - - - - - + - - - - - - + + + + - -
- -
- -
+ +
- -
- -
+ +
+ + + + + MOSFETs + + + + + + + + + + + Awesome books + + + + + + + + + + + Notes on programming ATmega328P chips + + + + + + + + + + + Bare-metal ARM Cortex M3 chips + + + + + + + + + +
-
diff --git a/assets/css/main.css b/assets/css/main.css index 43afb69..776a055 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -7,7 +7,7 @@ body{ text-decoration-skip: ink; color: #2f2f2f; padding-top: 10px; - font-family: 'IM Fell DW Pica', serif; + font-family: serif; background-color: #f4f2e8; } @@ -83,11 +83,12 @@ td { padding-top: 20px; } -.tagline{ +.tagline { padding-top: 20px; } -.brand{ +.brand { + margin-bottom: 2rem; font-family: 'IM Fell English SC', serif; } @@ -182,7 +183,7 @@ and (min-device-width : 768px) { column-gap: 20px; width: 100%; } - .tag{ + .tag { width: 23%; margin-right:0; } @@ -192,7 +193,7 @@ and (min-device-width : 768px) { font-size: 2.5em; } -.twocol{ +.twocol { -ms-word-break: keep-all; word-break: keep-all; hyphens: auto; @@ -228,3 +229,19 @@ and (min-device-width : 768px) { border: none; vertical-align:top; } + +.author { + margin-bottom: 2rem; +} + +h1.brand { + margin: 0.67em 0; +} + +.brand-description { + margin-bottom: 2rem; +} + +.tagline { + margin-bottom: 2.5rem; +} diff --git a/index.html b/index.html index 1d73f3e..3dcf45f 100644 --- a/index.html +++ b/index.html @@ -3,25 +3,41 @@ layout: default title: ASCIIMX --- -
- +
- {% assign posts = site.archive | sort: 'date' | reverse %} - {% for post in posts %} + +

{{ site.author }}

+ -
- - - +

{{ site.title | upcase }}

+
{{ site.description | markdownify }}
- {% endfor %} + +

{{ site.tagline }}

+ -
- -
-
+
+
+
+ + + {% assign posts = site.archive | sort: 'date' | reverse %} + {% for post in posts %} + + + + + + + {% endfor %} + +
+ +
+
+ -- cgit v1.2.3