From 92cb97c6fe2138023c325f21f178e25a57b24731 Mon Sep 17 00:00:00 2001 From: kurets Date: Sat, 1 Apr 2023 20:09:59 +0300 Subject: [PATCH] add first 10 articles + some style to the index page --- new-site/content/_index.md | 8 +- new-site/public/index.html | 117 +++++++++++------- .../public/library/ted-kaczynski/index.html | 3 - .../themes/lugo/layouts/_default/baseof.html | 2 +- .../themes/lugo/layouts/_default/list.html | 2 +- .../layouts/shortcodes/10_recent_posts.html | 13 ++ 6 files changed, 95 insertions(+), 50 deletions(-) create mode 100644 new-site/themes/lugo/layouts/shortcodes/10_recent_posts.html diff --git a/new-site/content/_index.md b/new-site/content/_index.md index 11b3abb9..ec1a8774 100644 --- a/new-site/content/_index.md +++ b/new-site/content/_index.md @@ -12,6 +12,9 @@ description: "A blog about the things I'm interested in - Japanese and posting o ### [Library](/library) + + +
You can contact me by email **contact@[site name]** @@ -19,4 +22,7 @@ You can contact me by email **contact@[site name]** {{< img src=/img/wip.gif alt="Work in progress" link="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">}} -{{% /center %}} \ No newline at end of file +{{% /center %}} + +### Recent posts: +{{% 10_recent_posts %}} \ No newline at end of file diff --git a/new-site/public/index.html b/new-site/public/index.html index ae1c459d..4bda4673 100644 --- a/new-site/public/index.html +++ b/new-site/public/index.html @@ -1,47 +1,76 @@ - - + + - - vodoraslo - - - - - - - - - - -
-

-
- -
-

VODORASLO - # -

vodoraslo == seaweed - # + + vodoraslo + + + + + + + + + + +
+

+
-
- - - - - +
Work in progress
+
+

Recent posts: + # +

    +
  • + Ship of Fools - Once upon a time, the captain and the mates of a ship grew so vain of their seamanship, so full of hubris and so impressed with themselves, that they … (11 minutes read). Read more
  • +
  • + The Long Term Outcome of Geo Engineering - In 2009, a correspondent asked me whether I thought nuclear weapons were the most dangerous aspect of modern technology. What follows is my reply, … (4 minutes read). Read more
  • +
  • + Ecofascism an Aberrant Branch of Leftism - The “ecofascists,” as I understand that term, share, at a minimum, two traits: +They do not advocate total rejection of modern technology; instead, … (4 minutes read). Read more
  • +
  • + The Road to Revolution - The revolution is not a dinner party… +– Mao Zedong1 +A great revolution is brewing. What this means is that the necessary preconditions for … (12 minutes read). Read more
  • +
  • + The Truth About Primitive Life a Critique of Anarchoprimitivism - The Truth About Primitive Life a Critique of Anarchoprimitivism # 1. # As the Industrial Revolution proceeded, modern society created for itself a … (107 minutes read). Read more
  • +
  • + When Non-Violence Is Suicide - It’s the autumn of 2025 AD. The technoindustrial system fell apart a year ago, but you and your friends are doing alright. Your garden has flourished … (5 minutes read). Read more
  • +
  • + Why the Technological System Will Destroy Itself - I. # Our discussion deals with self-propagating systems. By a self-propagating system (‘self-prop system’ for short) we mean a system that tends to … (33 minutes read). Read more
  • +
  • + Industrial Society and Its Future - Introduction # The Industrial Revolution and its consequences have been a disaster for the human race. They have greatly increased the life expectancy … (159 minutes read). Read more
  • +
  • + Recover Lost Anki Streak - How to recover a lost anki streak # Word for word copy paste of what fixed my issue. Original post +btw i had to create a seperate Custom Study for … (1 minutes read). Read more
  • +
  • + Meta Description in Hugo - Adding meta description in Hugo # I assume you are using Luke Smith’s theme - Lugo, if you are not, you’d have to find these files … (1 minutes read). Read more
  • +
+ + + +

+
+
+ + + + + diff --git a/new-site/public/library/ted-kaczynski/index.html b/new-site/public/library/ted-kaczynski/index.html index c1073880..79e1648e 100644 --- a/new-site/public/library/ted-kaczynski/index.html +++ b/new-site/public/library/ted-kaczynski/index.html @@ -22,9 +22,6 @@
  • Ecofascism an Aberrant Branch of Leftism
  • The Road to Revolution
  • The Truth About Primitive Life a Critique of Anarchoprimitivism
  • -
  • When Non-Violence Is Suicide
  • -
  • Why the Technological System Will Destroy Itself
  • -
  • Industrial Society and Its Future


  • diff --git a/new-site/themes/lugo/layouts/_default/baseof.html b/new-site/themes/lugo/layouts/_default/baseof.html index aaa5eb48..b1c25c58 100644 --- a/new-site/themes/lugo/layouts/_default/baseof.html +++ b/new-site/themes/lugo/layouts/_default/baseof.html @@ -30,7 +30,7 @@ {{ block "footer" . }} {{ end }} diff --git a/new-site/themes/lugo/layouts/_default/list.html b/new-site/themes/lugo/layouts/_default/list.html index b05c0a22..8f1cba07 100644 --- a/new-site/themes/lugo/layouts/_default/list.html +++ b/new-site/themes/lugo/layouts/_default/list.html @@ -4,7 +4,7 @@ {{ define "main" -}} {{ .Content }}