add new article about neater footnotes and how to hide them inside a <details> tag

This commit is contained in:
kurets 2024-08-31 16:38:01 +03:00
parent 0ada9c8f2b
commit 9269641399
Signed by: kurets
GPG key ID: EEB449C295BF5174
54 changed files with 1124 additions and 207 deletions

View file

@ -2,6 +2,7 @@
title: "2024 Goals and Aspirations" title: "2024 Goals and Aspirations"
date: 2024-02-27T17:04:59+03:00 date: 2024-02-27T17:04:59+03:00
draft: false draft: false
tags: ['blog']
--- ---
kk hi it seems that i have neglected updating this site so i decided to share what i aspire to do in 2024 (even though its almost march): kk hi it seems that i have neglected updating this site so i decided to share what i aspire to do in 2024 (even though its almost march):

View file

@ -2,6 +2,7 @@
title: "Hugo: Drafts Showing in Production" title: "Hugo: Drafts Showing in Production"
date: 2024-03-17T17:53:39+03:00 date: 2024-03-17T17:53:39+03:00
draft: false draft: false
tags: ['blog']
--- ---
i had an issue with a draft page appearing on my site even after setting `draft: true` in the preamble i had an issue with a draft page appearing on my site even after setting `draft: true` in the preamble

View file

@ -0,0 +1,43 @@
---
title: "Neater Footnotes in Hugo Using the <details> HTML Tag"
date: 2024-08-31T16:12:49+03:00
draft: false
tags: ['blog']
---
Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (*it renders the markdown file?*) does so whenever I've had to manually enclose the footnotes with `<details>` in the generated html file.
That is no more! I'm sick of doing it and I don't know how I just realised that I can just use HTML tags in markdown itself... I've literally done that dozens of times already...
The end result looks like this by default:
And when it's clicked (or you click on a footnote in the article itself):
The coolest thing is that it automatically expands itself!
Add this to the bottom of your markdown files and don't close the `<details>` tag:
```html
<details>
<summary><strong>Footnotes</strong></summary>
```
If you close the tag, all the footnotes will be outside it. I don't know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that's why it has to be at the bottom.
Test it out here! [^1]
Removing the horizontal line that comes with it (might just be me though), add this to your css file:
```css
details hr {
display: none;
}
```
[^1]: Hello from the footnotes 👋
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -39,4 +39,3 @@ Being armed and prepared to fight in self defense will not only be a necessary c
{{% center %}} {{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library) [More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}} {{% /center %}}
<hr>

View file

@ -169,3 +169,7 @@ This is the reason, or an important part of the reason, why attempts to teach pe
{{% center %}} {{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library) [More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}} {{% /center %}}
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -39,3 +39,7 @@ September 29, 2020
{{% center %}} {{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library) [More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}} {{% /center %}}
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -5,8 +5,6 @@ draft: false
tags: ['Ted-Kaczynski','library'] tags: ['Ted-Kaczynski','library']
--- ---
I have to begin by saying that I am deeply dissatisfied with this book. It should have been an organized and systematic exposition of a series of related ideas. Instead, it is an unorganized collection of writings that expound the ideas unsystematically. And some ideas that I consider important are not even mentioned. I simply have not had the time to organize, rewrite, and complete the contents of this book. The principal reason why I have not had time is that agencies of the United States government have created unnecessary legal difficulties for me. To mention only the most important of these difficulties, the United States Attorney for the Eastern District of California has formally proposed to round up and confiscate the original and every copy of everything I have ever written and turn over all such papers to my alleged “victims” through a fictitious sale that will allow the “victims” to acquire all of the papers without having to pay anything for them. Under this plan, the government would even confiscate papers that I have given to libraries, including papers that have been on library shelves for several years. The documents in which the United States Attorney has put forward this proposal are available to the public: They are Document 704 and Document 713, Case Number CR-S-96-2S9 GEB, United States District Court for the Eastern District of California. I have to begin by saying that I am deeply dissatisfied with this book. It should have been an organized and systematic exposition of a series of related ideas. Instead, it is an unorganized collection of writings that expound the ideas unsystematically. And some ideas that I consider important are not even mentioned. I simply have not had the time to organize, rewrite, and complete the contents of this book. The principal reason why I have not had time is that agencies of the United States government have created unnecessary legal difficulties for me. To mention only the most important of these difficulties, the United States Attorney for the Eastern District of California has formally proposed to round up and confiscate the original and every copy of everything I have ever written and turn over all such papers to my alleged “victims” through a fictitious sale that will allow the “victims” to acquire all of the papers without having to pay anything for them. Under this plan, the government would even confiscate papers that I have given to libraries, including papers that have been on library shelves for several years. The documents in which the United States Attorney has put forward this proposal are available to the public: They are Document 704 and Document 713, Case Number CR-S-96-2S9 GEB, United States District Court for the Eastern District of California.
At this writing, I have the assistance of lawyers in resisting the governments actions in regard to my papers. But I have learned from hard experience that it is unwise to leave everything in the hands of lawyers; one is well advised to research the legal issues oneself, keep track of what the lawyers are doing, and intervene when necessary. Such work is time-consuming, especially when one is confined in a maximum-security prison and therefore has only very limited access to law books. At this writing, I have the assistance of lawyers in resisting the governments actions in regard to my papers. But I have learned from hard experience that it is unwise to leave everything in the hands of lawyers; one is well advised to research the legal issues oneself, keep track of what the lawyers are doing, and intervene when necessary. Such work is time-consuming, especially when one is confined in a maximum-security prison and therefore has only very limited access to law books.
@ -52,3 +50,7 @@ If we want to precipitate the collapse of technological society, then our goal i
[^5]: See Paul Hollander, The Survival of the Adversary Culture. [^5]: See Paul Hollander, The Survival of the Adversary Culture.
[^6]: The process is ably documented by Martha E Lee, Earth First!: Environmental Apocalypse, Syracuse University Press, 1995. [^6]: The process is ably documented by Martha E Lee, Earth First!: Environmental Apocalypse, Syracuse University Press, 1995.
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -112,4 +112,3 @@ It is open to argument whether I am right in thinking that biotechnology is the
{{% center %}} {{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library) [More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}} {{% /center %}}
<hr>

View file

@ -582,3 +582,7 @@ tags: ['Ted-Kaczynski','library']
{{% center %}} {{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library) [More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}} {{% /center %}}
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -116,3 +116,7 @@ Though revolution will necessarily involve violation of the principles of fairne
[^1]: The Quest for the Spiritual: A Basis for a Radical Analysis of Religion, and Other Essays by Feral Faun, published by Green Anarchist, BCM 1715, London WC 1N 3XX, United Kingdom. [^1]: The Quest for the Spiritual: A Basis for a Radical Analysis of Religion, and Other Essays by Feral Faun, published by Green Anarchist, BCM 1715, London WC 1N 3XX, United Kingdom.
[^2]: See Hugh Davis Graham and Ted Robert Gurr (editors), Violence in America: Historical and Comparative Perspectives, Bantam Books, New York, 1970, Chapter 12, by Roger Lane; also, The New Encyclopædia Britannica, 15th Edition, 2003, Volume 25, article “Police,” pages 959960. On medieval attitudes toward violence and the reasons why those attitudes changed, see Norbert Elias, The Civilizing Process, Revised Edition, Blackwell Publishing, 2000, pages 161172. [^2]: See Hugh Davis Graham and Ted Robert Gurr (editors), Violence in America: Historical and Comparative Perspectives, Bantam Books, New York, 1970, Chapter 12, by Roger Lane; also, The New Encyclopædia Britannica, 15th Edition, 2003, Volume 25, article “Police,” pages 959960. On medieval attitudes toward violence and the reasons why those attitudes changed, see Norbert Elias, The Civilizing Process, Revised Edition, Blackwell Publishing, 2000, pages 161172.
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -100,4 +100,3 @@ I propose that you join me and a few other people to whom I am writing in an att
{{% center %}} {{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library) [More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}} {{% /center %}}
<hr>

View file

@ -96,4 +96,3 @@ The passengers and the crew were incensed.
{{% center %}} {{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library) [More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}} {{% /center %}}
<hr>

View file

@ -16,4 +16,3 @@ The instinctual origins of the problem being clear, the solution becomes obvious
{{% center %}} {{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library) [More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}} {{% /center %}}
<hr>

View file

@ -30,4 +30,3 @@ Third: When the Earth has a managed climate, maintenance of the technological sy
{{% center %}} {{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library) [More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}} {{% /center %}}
<hr>

View file

@ -5,8 +5,6 @@ draft: false
tags: ['Ted-Kaczynski','library'] tags: ['Ted-Kaczynski','library']
--- ---
>The revolution is not a dinner party… -- Mao Zedong[^1] >The revolution is not a dinner party… -- Mao Zedong[^1]
A great revolution is brewing. What this means is that the necessary preconditions for revolution are being created. Whether the revolution will become a reality will depend on the courage, determination, persistence, and effectiveness of revolutionaries. A great revolution is brewing. What this means is that the necessary preconditions for revolution are being created. Whether the revolution will become a reality will depend on the courage, determination, persistence, and effectiveness of revolutionaries.
@ -72,3 +70,6 @@ To create an effective revolutionary movement it will be necessary to gather tog
[^3]: Karl Marx maintained that the means of production constituted the decisive factor in determining the character of a society, but Marx lived in a time when the principal problem to which technology was applied was that of production. Because technology has so brilliantly solved the problem of production, production is no longer the decisive factor. More critical today are other problems to which technology is applied, such as processing of information and the regulation of human behavior (e.g., through propaganda). Thus Marxs conception of the force determining the character of a society must be broadened to include all of technology and not just the technology of production. If Marx were alive today he would undoubtedly agree. [^3]: Karl Marx maintained that the means of production constituted the decisive factor in determining the character of a society, but Marx lived in a time when the principal problem to which technology was applied was that of production. Because technology has so brilliantly solved the problem of production, production is no longer the decisive factor. More critical today are other problems to which technology is applied, such as processing of information and the regulation of human behavior (e.g., through propaganda). Thus Marxs conception of the force determining the character of a society must be broadened to include all of technology and not just the technology of production. If Marx were alive today he would undoubtedly agree.
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -6,8 +6,6 @@ tags: ['Ted-Kaczynski','library']
toc: true toc: true
--- ---
>The supreme luxury of the society of technical necessity will be to grant the bonus of useless revolt and of an acquiescent smile. —Jacques Ellul[^1] >The supreme luxury of the society of technical necessity will be to grant the bonus of useless revolt and of an acquiescent smile. —Jacques Ellul[^1]
The System has played a trick on today's would-be revolutionaries and rebels. The trick is so cute that if it had been consciously planned one would have to admire it for its almost mathematical elegance. The System has played a trick on today's would-be revolutionaries and rebels. The trick is so cute that if it had been consciously planned one would have to admire it for its almost mathematical elegance.
@ -160,3 +158,7 @@ Anyone who wanted to take the trouble could multiply these examples a thousand t
[^8]: Osborne Russell, Journal of a Trapper, Bison Books edition, page 147. [^8]: Osborne Russell, Journal of a Trapper, Bison Books edition, page 147.
[^9]: Use of torture by the Indians of the eastern U.S. is well known. See, e.g., Clark Wissler, Indians of the United States, Revised Edition, Anchor Books, Random House, New York, 1989, pages 131, 140, 145, 165, 282; Joseph Campbell, The Power of Myth, Anchor Books, Random House, New York, 1988, page 135; The New Encydopaedia Britannica, Vol. 13, Macropaedia, 15th Edition, 1997, article "American Peoples, Native," page 385; James Axtell, The Invasion Within: The Contest of Cultures in Colonial North America, Oxford University Press, 1985, page citation not available. [^9]: Use of torture by the Indians of the eastern U.S. is well known. See, e.g., Clark Wissler, Indians of the United States, Revised Edition, Anchor Books, Random House, New York, 1989, pages 131, 140, 145, 165, 282; Joseph Campbell, The Power of Myth, Anchor Books, Random House, New York, 1988, page 135; The New Encydopaedia Britannica, Vol. 13, Macropaedia, 15th Edition, 1997, article "American Peoples, Native," page 385; James Axtell, The Invasion Within: The Contest of Cultures in Colonial North America, Oxford University Press, 1985, page citation not available.
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -128,3 +128,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
[^36]: On the subject of apocalyptic and millenarian cults, see NEB (2003), Vol. 1, “apocalyptic literature” and “apocalypticism,” p. 482; Vol. 17, “Doctrines and Dogmas, Religious,” pp. 402, 406, 408. Also the Bible, Revelation 20. [^36]: On the subject of apocalyptic and millenarian cults, see NEB (2003), Vol. 1, “apocalyptic literature” and “apocalypticism,” p. 482; Vol. 17, “Doctrines and Dogmas, Religious,” pp. 402, 406, 408. Also the Bible, Revelation 20.
[^37]: NEB (2003), Vol. 8, “millennium,” p. 133. See also Vol. 17, “Doctrines and Dogmas, Religious,” p. 401 (“Eschatological themes thrive particularly in crisis situations…”). See Freeman, p. 15. For millenarian cults in China, see Ebrey, pp. 71, 73, 190, 240; Mote, pp. 502, 518, 520, 529, 533. [^37]: NEB (2003), Vol. 8, “millennium,” p. 133. See also Vol. 17, “Doctrines and Dogmas, Religious,” p. 401 (“Eschatological themes thrive particularly in crisis situations…”). See Freeman, p. 15. For millenarian cults in China, see Ebrey, pp. 71, 73, 190, 240; Mote, pp. 502, 518, 520, 529, 533.
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -212,10 +212,7 @@ List of Works Cited
Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited. Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.
{{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}}
<hr>
## Works Listed Alphabetically by Authors Last Name ## Works Listed Alphabetically by Authors Last Name
@ -898,3 +895,11 @@ Because most of the works cited here are cited repeatedly; citations are given i
[^312]: Mercader, page 233. Encycl. Brit., Vol. 14, article “Biosphere”, pages 1159, 1196; Vol. 23, article “Mammals”, pages 435,448. [^312]: Mercader, page 233. Encycl. Brit., Vol. 14, article “Biosphere”, pages 1159, 1196; Vol. 23, article “Mammals”, pages 435,448.
[^313]: see Bill Joy, “Why the Future Doesnt Need Us”, Wired magazine. April 2000; and Our Final Century, by the British Astronomer Royal, Sir Martin Rees. [^313]: see Bill Joy, “Why the Future Doesnt Need Us”, Wired magazine. April 2000; and Our Final Century, by the British Astronomer Royal, Sir Martin Rees.
{{% center %}}
[More from Ted Kaczynski](/library/ted-kaczynski) - [Back to the Library](/library)
{{% /center %}}
<details>
<summary><strong>Footnotes</strong></summary>

View file

@ -9,6 +9,7 @@
<meta name="description" content="kk hi it seems that i have neglected updating this site so i decided to share what i aspire to do in 2024 (even though its almost march): <meta name="description" content="kk hi it seems that i have neglected updating this site so i decided to share what i aspire to do in 2024 (even though its almost march):
summarized: summarized:
read more update this site visually grow veggies 1. Read Read in Bulgarian Read Dostoevsky (all of it in bulgarian though couldnt find em in english): finished notes from a dead house (i give it 4/5 ☆) currently reading crime and punishment to read: white night the double notes from the underground and the goombler the adolescent (or raw youth) humiliated and insulted the idiot demons the brothers karamazov Read in English in english (physical books) the adventures of tom sawyer the adventures of hickelberry finn animal farm 1984 anna karerina Read in Japanese in japanese (nothing physical, just epubs and vinnies) currently reading - サクラノ詩 (vinnie) to read afterwards - サクラノ刻 (vinnie) 小説 series im currently reading is ようこそ実力至上主義の教室へ, currently on the 4th linnie get to 3k kanji is my other goal - currently 12 off (ding ding ding hit 3k on 3."/> read more update this site visually grow veggies 1. Read Read in Bulgarian Read Dostoevsky (all of it in bulgarian though couldnt find em in english): finished notes from a dead house (i give it 4/5 ☆) currently reading crime and punishment to read: white night the double notes from the underground and the goombler the adolescent (or raw youth) humiliated and insulted the idiot demons the brothers karamazov Read in English in english (physical books) the adventures of tom sawyer the adventures of hickelberry finn animal farm 1984 anna karerina Read in Japanese in japanese (nothing physical, just epubs and vinnies) currently reading - サクラノ詩 (vinnie) to read afterwards - サクラノ刻 (vinnie) 小説 series im currently reading is ようこそ実力至上主義の教室へ, currently on the 4th linnie get to 3k kanji is my other goal - currently 12 off (ding ding ding hit 3k on 3."/>
<meta name="keywords" content="blog">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<meta charset="utf-8"> <meta charset="utf-8">
@ -129,7 +130,9 @@ read more update this site visually grow veggies 1. Read Read in Bulgarian Read
<a href="/articles/blog/how-i-fixed-my-synapse-matrix-federation/"><div id="prevart"><i>Previous:</i><br>How I Fixed My Synapse&#39;s Matrix Federation</div></a> <a href="/articles/blog/how-i-fixed-my-synapse-matrix-federation/"><div id="prevart"><i>Previous:</i><br>How I Fixed My Synapse&#39;s Matrix Federation</div></a>
<a href="/articles/blog/hugo-drafts-showing-in-production/"><div id="nextart"><i>Next:</i><br>Hugo: Drafts Showing in Production</div></a> <a href="/articles/blog/hugo-drafts-showing-in-production/"><div id="nextart"><i>Next:</i><br>Hugo: Drafts Showing in Production</div></a>
</div> </div>
<div > <div ><div style="clear:both" class=taglist>
Tags: [<a id="tag_blog" href="https://vodoraslo.xyz/tags/blog">Blog</a>]
</div><br>
</div> </div>
</article> </article>
</main> </main>

View file

@ -9,6 +9,7 @@
<meta name="description" content="i had an issue with a draft page appearing on my site even after setting draft: true in the preamble <meta name="description" content="i had an issue with a draft page appearing on my site even after setting draft: true in the preamble
to fix it - build the website with to fix it - build the website with
hugo --cleanDestinationDir from https://discourse.gohugo.io/t/drafts-showing-in-deployed-hugo-site/19457"/> hugo --cleanDestinationDir from https://discourse.gohugo.io/t/drafts-showing-in-deployed-hugo-site/19457"/>
<meta name="keywords" content="blog">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<meta charset="utf-8"> <meta charset="utf-8">
@ -43,8 +44,11 @@ hugo --cleanDestinationDir from https://discourse.gohugo.io/t/drafts-showing-in-
<hr style="color:var(--strong); margin: 0; background-color: var(--strong); border-color: var(--strong);"> <hr style="color:var(--strong); margin: 0; background-color: var(--strong); border-color: var(--strong);">
<div id="nextprev"> <div id="nextprev">
<a href="/articles/blog/2024-goals/"><div id="prevart"><i>Previous:</i><br>2024 Goals and Aspirations</div></a> <a href="/articles/blog/2024-goals/"><div id="prevart"><i>Previous:</i><br>2024 Goals and Aspirations</div></a>
<a href="/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/"><div id="nextart"><i>Next:</i><br>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</div></a>
</div> </div>
<div > <div ><div style="clear:both" class=taglist>
Tags: [<a id="tag_blog" href="https://vodoraslo.xyz/tags/blog">Blog</a>]
</div><br>
</div> </div>
</article> </article>
</main> </main>

View file

@ -0,0 +1,92 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Neater Footnotes in Hugo Using the &lt;Details&gt; HTML Tag | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (it renders the markdown file?) does so whenever I&rsquo;ve had to manually enclose the footnotes with &lt;details&gt; in the generated html file.
That is no more! I&rsquo;m sick of doing it and I don&rsquo;t know how I just realised that I can just use HTML tags in markdown itself&hellip; I&rsquo;ve literally done that dozens of times already&hellip;"/>
<meta name="keywords" content="blog">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<div class="main-background-image">
<body>
<main>
<header><h1 style="margin-top: 0%; padding-top: 0.5em;" id="tag_Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag">Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</h1></header>
<hr style="color:var(--strong);background-color: var(--strong); border-color: var(--strong);"><article style="padding: 0% 2.5% 0% 2.5%;">
<div class="breadcrumbs">
<nav><a href="/">vodoraslo</a> /&nbsp;<a href="/articles/">Articles</a> /&nbsp;Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</nav>
</div>
<small><em><p style="color: var(--muted_text);">作成日: <time datetime="2024-08-31T16:12:49&#43;03:00" style="color: var(--muted_text);">2024年8月31日 (土)</time>, 最終更新日: <time datetime="2024-08-31T16:12:49&#43;03:00" style="color: var(--muted_text);">2024年8月31日 (土)</time> </p></em></small>
<div class="post-content"><p>Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (<em>it renders the markdown file?</em>) does so whenever I&rsquo;ve had to manually enclose the footnotes with <code>&lt;details&gt;</code> in the generated html file.</p>
<p>That is no more! I&rsquo;m sick of doing it and I don&rsquo;t know how I just realised that I can just use HTML tags in markdown itself&hellip; I&rsquo;ve literally done that dozens of times already&hellip;</p>
<p>The end result looks like this by default:</p>
<p>And when it&rsquo;s clicked (or you click on a footnote in the article itself):</p>
<p>The coolest thing is that it automatically expands itself!</p>
<p>Add this to the bottom of your markdown files and don&rsquo;t close the <code>&lt;details&gt;</code> tag:</p>
<div class="highlight">
<pre tabindex="0" class="chroma"><code class="language-html" data-lang="html"><span style="display:flex;"><span>&lt;<span style="color:#e06c75">details</span>&gt;
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>&lt;<span style="color:#e06c75">summary</span>&gt;&lt;<span style="color:#e06c75">strong</span>&gt;Footnotes&lt;/<span style="color:#e06c75">strong</span>&gt;&lt;/<span style="color:#e06c75">summary</span>&gt;</span></span></code></pre></div>
<p>If you close the tag, all the footnotes will be outside it. I don&rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&rsquo;s why it has to be at the bottom.</p>
<p>Test it out here! <sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
<p>Removing the horizontal line that comes with it (might just be me though), add this to your css file:</p>
<div class="highlight">
<pre tabindex="0" class="chroma"><code class="language-css" data-lang="css"><span style="display:flex;"><span><span style="color:#e06c75">details</span> <span style="color:#e06c75">hr</span> {
</span></span><span style="display:flex;"><span> <span style="color:#c678dd">display</span>: <span style="color:#b756ff;font-weight:bold">none</span>;
</span></span><span style="display:flex;"><span>}</span></span></code></pre></div>
<details>
<summary><strong>Footnotes</strong></summary><div class="footnotes" role="doc-endnotes">
<hr>
<ol>
<li id="fn:1">
<p>Hello from the footnotes 👋&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
</li>
</ol>
</div>
<div style="text-align: right;">
</div></div>
<br>
<hr style="color:var(--strong); margin: 0; background-color: var(--strong); border-color: var(--strong);">
<div id="nextprev">
<a href="/articles/blog/hugo-drafts-showing-in-production/"><div id="prevart"><i>Previous:</i><br>Hugo: Drafts Showing in Production</div></a>
</div>
<div ><div style="clear:both" class=taglist>
Tags: [<a id="tag_blog" href="https://vodoraslo.xyz/tags/blog">Blog</a>]
</div><br>
</div>
</article>
</main>
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>
</div>
</html>

View file

@ -7,7 +7,7 @@
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'> <link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="description" content=" Topics <meta name="description" content=" Topics
blog (5) hackbook (59) library (74) ted-kaczynski (15) updates (3) "/> blog (8) hackbook (59) library (74) ted-kaczynski (15) updates (3) "/>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<meta charset="utf-8"> <meta charset="utf-8">
@ -25,7 +25,7 @@ blog (5) hackbook (59) library (74) ted-kaczynski (15) updates (3) "/>
<p><span style="line-height: 1em; font-size: 1.5em;">Topics</span></p> <p><span style="line-height: 1em; font-size: 1.5em;">Topics</span></p>
<ul id="tagcloud"> <ul id="tagcloud">
<li> <li>
<a href="/tags/blog" id="tag_blog" style="text-transform: none;">blog <span>(5)</span></a> <a href="/tags/blog" id="tag_blog" style="text-transform: none;">blog <span>(8)</span></a>
<li> <li>
<a href="/tags/hackbook" id="tag_hackbook" style="text-transform: none;">hackbook <span>(59)</span></a> <a href="/tags/hackbook" id="tag_hackbook" style="text-transform: none;">hackbook <span>(59)</span></a>
<li> <li>
@ -38,6 +38,7 @@ blog (5) hackbook (59) library (74) ted-kaczynski (15) updates (3) "/>
</ul> </ul>
</div> </div>
<ul> <ul>
<li class="index-links"><time datetime="2024-08-31T16:12:49&#43;03:00">2024 Aug 31</time> &ndash; <a href="/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/">Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</a></li>
<li class="index-links"><time datetime="2024-03-17T17:53:39&#43;03:00">2024 Mar 17</time> &ndash; <a href="/articles/blog/hugo-drafts-showing-in-production/">Hugo: Drafts Showing in Production</a></li> <li class="index-links"><time datetime="2024-03-17T17:53:39&#43;03:00">2024 Mar 17</time> &ndash; <a href="/articles/blog/hugo-drafts-showing-in-production/">Hugo: Drafts Showing in Production</a></li>
<li class="index-links"><time datetime="2024-02-27T17:04:59&#43;03:00">2024 Feb 27</time> &ndash; <a href="/articles/blog/2024-goals/">2024 Goals and Aspirations</a></li> <li class="index-links"><time datetime="2024-02-27T17:04:59&#43;03:00">2024 Feb 27</time> &ndash; <a href="/articles/blog/2024-goals/">2024 Goals and Aspirations</a></li>
<li class="index-links"><time datetime="2023-05-04T10:12:26&#43;03:00">2023 May 04</time> &ndash; <a href="/articles/blog/how-i-fixed-my-synapse-matrix-federation/">How I Fixed My Synapse&#39;s Matrix Federation</a></li> <li class="index-links"><time datetime="2023-05-04T10:12:26&#43;03:00">2023 May 04</time> &ndash; <a href="/articles/blog/how-i-fixed-my-synapse-matrix-federation/">How I Fixed My Synapse&#39;s Matrix Federation</a></li>

View file

@ -9,6 +9,51 @@
<atom:link href="https://vodoraslo.xyz/articles/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/articles/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -190,6 +235,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -334,6 +381,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -420,7 +469,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -436,7 +485,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -512,6 +561,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -614,6 +665,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -712,7 +765,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -819,7 +872,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -850,7 +903,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -875,7 +928,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -930,6 +985,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1062,10 +1119,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1122,6 +1175,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2094,7 +2152,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2168,7 +2226,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3010,6 +3070,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -33,6 +33,11 @@
<p><strong>Recent posts:</strong></p> <p><strong>Recent posts:</strong></p>
</div> </div>
<ul class="tenRecentPosts"> <ul class="tenRecentPosts">
<li><time
datetime="2024-08-31T16:12:49&#43;03:00">2024 Aug 31</time> &ndash;
<a href="/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/" aria-label="Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag Hugo currently (v133) provides no way for me to choose where to place my … ... Click to Read more about Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag"><b class="white_span">Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</b></a> - <span
class="muted_text">Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (it renders …</span> <a href="/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/" aria-label="Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag Hugo currently (v133) provides no way for me to choose where to place my … ... Click to Read more about Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag" class="read_more_recent_posts" style="box-shadow: 0 1px 0;">Read
more about Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</a> <em> (2 minute read).</em> </li>
<li><time <li><time
datetime="2024-03-17T17:53:39&#43;03:00">2024 Mar 17</time> &ndash; datetime="2024-03-17T17:53:39&#43;03:00">2024 Mar 17</time> &ndash;
<a href="/articles/blog/hugo-drafts-showing-in-production/" aria-label="Hugo: Drafts Showing in Production i had an issue with a draft page appearing on my site even after setting … ... Click to Read more about Hugo: Drafts Showing in Production"><b class="white_span">Hugo: Drafts Showing in Production</b></a> - <span <a href="/articles/blog/hugo-drafts-showing-in-production/" aria-label="Hugo: Drafts Showing in Production i had an issue with a draft page appearing on my site even after setting … ... Click to Read more about Hugo: Drafts Showing in Production"><b class="white_span">Hugo: Drafts Showing in Production</b></a> - <span
@ -81,11 +86,6 @@ summarized: …</span> <a href="/articles/blog/2024-goals/" aria-label="2024 Go
class="muted_text">The supreme luxury of the society of technical necessity will be to grant the bonus of useless revolt and of an acquiescent smile. —Jacques Ellul1 class="muted_text">The supreme luxury of the society of technical necessity will be to grant the bonus of useless revolt and of an acquiescent smile. —Jacques Ellul1
The …</span> <a href="/library/ted-kaczynski/the-systems-neatest-trick/" aria-label="The System&#39;s Neatest Trick The supreme luxury of the society of technical necessity will be to grant … ... Click to Read more about The System&#39;s Neatest Trick" class="read_more_recent_posts" style="box-shadow: 0 1px 0;">Read The …</span> <a href="/library/ted-kaczynski/the-systems-neatest-trick/" aria-label="The System&#39;s Neatest Trick The supreme luxury of the society of technical necessity will be to grant … ... Click to Read more about The System&#39;s Neatest Trick" class="read_more_recent_posts" style="box-shadow: 0 1px 0;">Read
more about The System&#39;s Neatest Trick</a> <em> (25 minute read).</em> </li> more about The System&#39;s Neatest Trick</a> <em> (25 minute read).</em> </li>
<li><time
datetime="2023-04-15T18:43:18&#43;03:00">2023 Apr 15</time> &ndash;
<a href="/library/ted-kaczynski/hit-where-it-hurts/" aria-label="Hit Where It Hurts 1. The Purpose Of This Article. The purpose of this article is to point out … ... Click to Read more about Hit Where It Hurts"><b class="white_span">Hit Where It Hurts</b></a> - <span
class="muted_text">1. The Purpose Of This Article. The purpose of this article is to point out a very simple principle of human conflict, a principle that opponents of …</span> <a href="/library/ted-kaczynski/hit-where-it-hurts/" aria-label="Hit Where It Hurts 1. The Purpose Of This Article. The purpose of this article is to point out … ... Click to Read more about Hit Where It Hurts" class="read_more_recent_posts" style="box-shadow: 0 1px 0;">Read
more about Hit Where It Hurts</a> <em> (17 minute read).</em> </li>
</ul> </ul>
</div> </div>

View file

@ -9,6 +9,51 @@
<atom:link href="https://vodoraslo.xyz/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -190,6 +235,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -334,6 +381,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -420,7 +469,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -436,7 +485,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -512,6 +561,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -614,6 +665,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -712,7 +765,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -819,7 +872,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -850,7 +903,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -875,7 +928,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -930,6 +985,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1062,10 +1119,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1122,6 +1175,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2094,7 +2152,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2168,7 +2226,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3010,6 +3070,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -10,6 +10,51 @@
<atom:link href="https://vodoraslo.xyz/library/hackbook/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/library/hackbook/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -191,6 +236,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -335,6 +382,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -421,7 +470,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -437,7 +486,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -513,6 +562,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -615,6 +666,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -713,7 +766,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -820,7 +873,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -851,7 +904,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -876,7 +929,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -931,6 +986,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1063,10 +1120,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1123,6 +1176,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2095,7 +2153,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2169,7 +2227,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3011,6 +3071,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -9,6 +9,51 @@
<atom:link href="https://vodoraslo.xyz/library/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/library/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -190,6 +235,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -334,6 +381,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -420,7 +469,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -436,7 +485,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -512,6 +561,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -614,6 +665,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -712,7 +765,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -819,7 +872,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -850,7 +903,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -875,7 +928,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -930,6 +985,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1062,10 +1119,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1122,6 +1175,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2094,7 +2152,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2168,7 +2226,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3010,6 +3070,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -43,8 +43,7 @@ They do not advocate total rejection of modern technology; instead, they want to
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<details> <details>
<summary><strong>Footnotes</strong></summary> <summary><strong>Footnotes</strong></summary><div class="footnotes" role="doc-endnotes">
<div class="footnotes" role="doc-endnotes">
<hr> <hr>
<ol> <ol>
<li id="fn:1"> <li id="fn:1">
@ -58,8 +57,8 @@ They do not advocate total rejection of modern technology; instead, they want to
</li> </li>
</ol> </ol>
</div> </div>
</details>
<div style="text-align: right;"> <div style="text-align: right;">
</div></div> </div></div>

View file

@ -43,7 +43,7 @@
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<details> <details>
<summary><strong>Footnotes</strong></summary> <summary><strong>Footnotes</strong></summary>
<div class="footnotes" role="doc-endnotes"> <div class="footnotes" role="doc-endnotes">
<hr> <hr>
<ol> <ol>
@ -67,7 +67,6 @@
</li> </li>
</ol> </ol>
</div> </div>
</details>
<div style="text-align: right;"> <div style="text-align: right;">

View file

@ -95,7 +95,7 @@ I have to explain that when I talk about “hitting where it hurts” I am not n
<div style="text-align: center;"> <div style="text-align: center;">
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<hr>
<div style="text-align: right;"> <div style="text-align: right;">
</div></div> </div></div>

View file

@ -10,6 +10,51 @@
<atom:link href="https://vodoraslo.xyz/library/ted-kaczynski/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/library/ted-kaczynski/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -191,6 +236,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -335,6 +382,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -421,7 +470,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -437,7 +486,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -513,6 +562,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -615,6 +666,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -713,7 +766,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -820,7 +873,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -851,7 +904,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -876,7 +929,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -931,6 +986,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1063,10 +1120,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1123,6 +1176,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2095,7 +2153,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2169,7 +2227,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3011,6 +3071,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -835,7 +835,7 @@
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<details> <details>
<summary><strong>Footnotes</strong></summary> <summary><strong>Footnotes</strong></summary>
<div class="footnotes" role="doc-endnotes"> <div class="footnotes" role="doc-endnotes">
<hr> <hr>
<ol> <ol>
@ -949,7 +949,6 @@
</li> </li>
</ol> </ol>
</div> </div>
</details>
<div style="text-align: right;"> <div style="text-align: right;">

View file

@ -92,7 +92,7 @@
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<details> <details>
<summary><strong>Footnotes</strong></summary> <summary><strong>Footnotes</strong></summary>
<div class="footnotes" role="doc-endnotes"> <div class="footnotes" role="doc-endnotes">
<hr> <hr>
<ol> <ol>
@ -104,7 +104,6 @@
</li> </li>
</ol> </ol>
</div> </div>
</details>
<div style="text-align: right;"> <div style="text-align: right;">

View file

@ -78,7 +78,7 @@
<div style="text-align: center;"> <div style="text-align: center;">
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<hr>
<div style="text-align: right;"> <div style="text-align: right;">
</div></div> </div></div>

View file

@ -71,7 +71,7 @@
<div style="text-align: center;"> <div style="text-align: center;">
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<hr>
<div style="text-align: right;"> <div style="text-align: right;">
</div></div> </div></div>

View file

@ -31,7 +31,7 @@
<div style="text-align: center;"> <div style="text-align: center;">
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<hr>
<div style="text-align: right;"> <div style="text-align: right;">
</div></div> </div></div>

View file

@ -47,7 +47,7 @@ Nations have a strong incentive to avoid using nuclear weapons, at least on any
<div style="text-align: center;"> <div style="text-align: center;">
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<hr>
<div style="text-align: right;"> <div style="text-align: right;">
</div></div> </div></div>

View file

@ -59,7 +59,7 @@ The necessary preconditions for revolution2 are these: There must be a strong de
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<details> <details>
<summary><strong>Footnotes</strong></summary> <summary><strong>Footnotes</strong></summary>
<div class="footnotes" role="doc-endnotes"> <div class="footnotes" role="doc-endnotes">
<hr> <hr>
<ol> <ol>
@ -74,7 +74,6 @@ The necessary preconditions for revolution2 are these: There must be a strong de
</li> </li>
</ol> </ol>
</div> </div>
</details>
<div style="text-align: right;"> <div style="text-align: right;">

View file

@ -117,7 +117,7 @@ The System has played a trick on today&rsquo;s would-be revolutionaries and rebe
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<details> <details>
<summary><strong>Footnotes</strong></summary> <summary><strong>Footnotes</strong></summary>
<div class="footnotes" role="doc-endnotes"> <div class="footnotes" role="doc-endnotes">
<hr> <hr>
<ol> <ol>
@ -150,7 +150,6 @@ The System has played a trick on today&rsquo;s would-be revolutionaries and rebe
</li> </li>
</ol> </ol>
</div> </div>
</details>
<div style="text-align: right;"> <div style="text-align: right;">

View file

@ -53,7 +53,7 @@
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<details> <details>
<summary><strong>Footnotes</strong></summary> <summary><strong>Footnotes</strong></summary>
<div class="footnotes" role="doc-endnotes"> <div class="footnotes" role="doc-endnotes">
<hr> <hr>
<ol> <ol>
@ -171,7 +171,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
</li> </li>
</ol> </ol>
</div> </div>
</details>
<div style="text-align: right;"> <div style="text-align: right;">
</div></div> </div></div>

View file

@ -155,10 +155,6 @@
<p>When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. <p>When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited</p> List of Works Cited</p>
<p>Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.</p> <p>Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.</p>
<div style="text-align: center;">
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div>
<hr>
<h2 id="works-listed-alphabetically-by-authors-last-name">Works Listed Alphabetically by Authors Last Name<a hidden class="anchor" aria-hidden="true" href="#works-listed-alphabetically-by-authors-last-name">#</a></h2> <h2 id="works-listed-alphabetically-by-authors-last-name">Works Listed Alphabetically by Authors Last Name<a hidden class="anchor" aria-hidden="true" href="#works-listed-alphabetically-by-authors-last-name">#</a></h2>
<ul> <ul>
<li>Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.</li> <li>Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.</li>
@ -215,8 +211,11 @@ List of Works Cited</p>
<li>Wired magazine.</li> <li>Wired magazine.</li>
</ul> </ul>
<p>Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.</p> <p>Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.</p>
<div style="text-align: center;">
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div>
<details> <details>
<summary><strong>Footnotes</strong></summary> <summary><strong>Footnotes</strong></summary>
<div class="footnotes" role="doc-endnotes"> <div class="footnotes" role="doc-endnotes">
<hr> <hr>
<ol> <ol>
@ -1161,7 +1160,6 @@ List of Works Cited</p>
</li> </li>
</ol> </ol>
</div> </div>
</details>
<div style="text-align: right;"> <div style="text-align: right;">

View file

@ -43,7 +43,7 @@
<div style="text-align: center;"> <div style="text-align: center;">
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<hr>
<div style="text-align: right;"> <div style="text-align: right;">
</div></div> </div></div>

View file

@ -97,8 +97,7 @@ The most obvious examples of self-propagating systems are biological organisms."
<p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p> <p><a href="/library/ted-kaczynski">More from Ted Kaczynski</a> - <a href="/library">Back to the Library</a></p>
</div> </div>
<details> <details>
<summary><strong>Footnotes</strong></summary> <summary><strong>Footnotes</strong></summary><div class="footnotes" role="doc-endnotes">
<div class="footnotes" role="doc-endnotes">
<hr> <hr>
<ol> <ol>
<li id="fn:1"> <li id="fn:1">
@ -151,7 +150,6 @@ The most obvious examples of self-propagating systems are biological organisms."
</li> </li>
</ol> </ol>
</div> </div>
</details>
<div style="text-align: right;"> <div style="text-align: right;">

View file

@ -2,6 +2,12 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</loc>
<lastmod>2024-08-31T16:12:49+03:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/tags/</loc>
<lastmod>2024-08-31T16:12:49+03:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</loc> <loc>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</loc>
<lastmod>2024-08-29T22:46:33+03:00</lastmod> <lastmod>2024-08-29T22:46:33+03:00</lastmod>
</url><url> </url><url>
@ -10,9 +16,6 @@
</url><url> </url><url>
<loc>https://vodoraslo.xyz/tags/personal/</loc> <loc>https://vodoraslo.xyz/tags/personal/</loc>
<lastmod>2023-05-24T18:14:10+03:00</lastmod> <lastmod>2023-05-24T18:14:10+03:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/tags/</loc>
<lastmod>2024-08-29T22:50:57+03:00</lastmod>
</url><url> </url><url>
<loc>https://vodoraslo.xyz/tags/ted-kaczynski/</loc> <loc>https://vodoraslo.xyz/tags/ted-kaczynski/</loc>
<lastmod>2024-02-27T19:59:49+02:00</lastmod> <lastmod>2024-02-27T19:59:49+02:00</lastmod>
@ -285,7 +288,7 @@
<lastmod>2023-05-17T22:35:37+03:00</lastmod> <lastmod>2023-05-17T22:35:37+03:00</lastmod>
</url><url> </url><url>
<loc>https://vodoraslo.xyz/</loc> <loc>https://vodoraslo.xyz/</loc>
<lastmod>2024-03-17T17:47:24+02:00</lastmod> <lastmod>2024-08-30T23:27:10+03:00</lastmod>
</url><url> </url><url>
<loc>https://vodoraslo.xyz/library/</loc> <loc>https://vodoraslo.xyz/library/</loc>
<lastmod>2023-05-17T22:35:37+03:00</lastmod> <lastmod>2023-05-17T22:35:37+03:00</lastmod>

View file

@ -554,3 +554,7 @@ a.footnote-ref::before {
a.footnote-ref::after { a.footnote-ref::after {
content: ']'; content: ']';
} }
details hr {
display: none;
}

View file

@ -23,6 +23,9 @@
</div> <p>Go back to the <a href="/articles">Articles</a>.</p> </div> <p>Go back to the <a href="/articles">Articles</a>.</p>
<ul> <ul>
<li class="index-links"><time datetime="2024-08-31T16:12:49&#43;03:00">2024 Aug 31</time> &ndash; <a href="/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/">Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</a></li>
<li class="index-links"><time datetime="2024-03-17T17:53:39&#43;03:00">2024 Mar 17</time> &ndash; <a href="/articles/blog/hugo-drafts-showing-in-production/">Hugo: Drafts Showing in Production</a></li>
<li class="index-links"><time datetime="2024-02-27T17:04:59&#43;03:00">2024 Feb 27</time> &ndash; <a href="/articles/blog/2024-goals/">2024 Goals and Aspirations</a></li>
<li class="index-links"><time datetime="2023-05-04T10:12:26&#43;03:00">2023 May 04</time> &ndash; <a href="/articles/blog/how-i-fixed-my-synapse-matrix-federation/">How I Fixed My Synapse&#39;s Matrix Federation</a></li> <li class="index-links"><time datetime="2023-05-04T10:12:26&#43;03:00">2023 May 04</time> &ndash; <a href="/articles/blog/how-i-fixed-my-synapse-matrix-federation/">How I Fixed My Synapse&#39;s Matrix Federation</a></li>
<li class="index-links"><time datetime="2023-01-12T21:34:30&#43;03:00">2023 Jan 12</time> &ndash; <a href="/articles/blog/recover-lost-anki-streak/">Recover Lost Anki Streak</a></li> <li class="index-links"><time datetime="2023-01-12T21:34:30&#43;03:00">2023 Jan 12</time> &ndash; <a href="/articles/blog/recover-lost-anki-streak/">Recover Lost Anki Streak</a></li>
<li class="index-links"><time datetime="2023-01-04T22:52:24&#43;03:00">2023 Jan 04</time> &ndash; <a href="/articles/blog/meta-description-in-hugo/">Meta Description in Hugo</a></li> <li class="index-links"><time datetime="2023-01-04T22:52:24&#43;03:00">2023 Jan 04</time> &ndash; <a href="/articles/blog/meta-description-in-hugo/">Meta Description in Hugo</a></li>

View file

@ -10,6 +10,51 @@
<atom:link href="https://vodoraslo.xyz/tags/blog/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/tags/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -191,6 +236,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -335,6 +382,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -421,7 +470,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -437,7 +486,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -513,6 +562,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -615,6 +666,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -713,7 +766,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -820,7 +873,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -851,7 +904,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -876,7 +929,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -931,6 +986,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1063,10 +1120,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1123,6 +1176,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2095,7 +2153,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2169,7 +2227,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3011,6 +3071,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -10,6 +10,51 @@
<atom:link href="https://vodoraslo.xyz/tags/hackbook/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/tags/hackbook/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -191,6 +236,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -335,6 +382,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -421,7 +470,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -437,7 +486,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -513,6 +562,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -615,6 +666,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -713,7 +766,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -820,7 +873,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -851,7 +904,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -876,7 +929,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -931,6 +986,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1063,10 +1120,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1123,6 +1176,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2095,7 +2153,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2169,7 +2227,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3011,6 +3071,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -5,11 +5,56 @@
<description>Recent content in Tags on vodoraslo&#39;s blog</description> <description>Recent content in Tags on vodoraslo&#39;s blog</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Wed, 24 May 2023 18:07:56 +0300</lastBuildDate> <lastBuildDate>Sat, 31 Aug 2024 16:12:49 +0300</lastBuildDate>
<atom:link href="https://vodoraslo.xyz/tags/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -191,6 +236,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -335,6 +382,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -421,7 +470,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -437,7 +486,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -513,6 +562,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -615,6 +666,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -713,7 +766,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -820,7 +873,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -851,7 +904,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -876,7 +929,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -931,6 +986,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1063,10 +1120,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1123,6 +1176,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2095,7 +2153,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2169,7 +2227,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3011,6 +3071,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -10,6 +10,51 @@
<atom:link href="https://vodoraslo.xyz/tags/library/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/tags/library/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -191,6 +236,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -335,6 +382,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -421,7 +470,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -437,7 +486,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -513,6 +562,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -615,6 +666,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -713,7 +766,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -820,7 +873,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -851,7 +904,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -876,7 +929,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -931,6 +986,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1063,10 +1120,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1123,6 +1176,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2095,7 +2153,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2169,7 +2227,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3011,6 +3071,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -10,6 +10,51 @@
<atom:link href="https://vodoraslo.xyz/tags/personal/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/tags/personal/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -191,6 +236,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -335,6 +382,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -421,7 +470,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -437,7 +486,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -513,6 +562,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -615,6 +666,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -713,7 +766,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -820,7 +873,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -851,7 +904,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -876,7 +929,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -931,6 +986,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1063,10 +1120,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1123,6 +1176,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2095,7 +2153,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2169,7 +2227,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3011,6 +3071,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -10,6 +10,51 @@
<atom:link href="https://vodoraslo.xyz/tags/ted-kaczynski/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/tags/ted-kaczynski/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -191,6 +236,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -335,6 +382,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -421,7 +470,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -437,7 +486,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -513,6 +562,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -615,6 +666,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -713,7 +766,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -820,7 +873,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -851,7 +904,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -876,7 +929,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -931,6 +986,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1063,10 +1120,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1123,6 +1176,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2095,7 +2153,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2169,7 +2227,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3011,6 +3071,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -10,6 +10,51 @@
<atom:link href="https://vodoraslo.xyz/tags/updates/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://vodoraslo.xyz/tags/updates/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Neater Footnotes in Hugo Using the &lt;details&gt; HTML Tag</title>
<link>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</link>
<pubDate>Sat, 31 Aug 2024 16:12:49 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/neater-footnotes-in-hugo-using-the-details-html-tag/</guid>
<description>&lt;p&gt;Hugo currently (v133) provides no way for me to choose where to place my footnotes - the excuse is that hugo does not know what goldmark (&lt;em&gt;it renders the markdown file?&lt;/em&gt;) does so whenever I&amp;rsquo;ve had to manually enclose the footnotes with &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; in the generated html file.&lt;/p&gt;
&lt;p&gt;That is no more! I&amp;rsquo;m sick of doing it and I don&amp;rsquo;t know how I just realised that I can just use HTML tags in markdown itself&amp;hellip; I&amp;rsquo;ve literally done that dozens of times already&amp;hellip;&lt;/p&gt;
&lt;p&gt;The end result looks like this by default:&lt;/p&gt;
&lt;p&gt;And when it&amp;rsquo;s clicked (or you click on a footnote in the article itself):&lt;/p&gt;
&lt;p&gt;The coolest thing is that it automatically expands itself!&lt;/p&gt;
&lt;p&gt;Add this to the bottom of your markdown files and don&amp;rsquo;t close the &lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt; tag:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;Footnotes&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;strong&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span style=&#34;color:#e06c75&#34;&gt;summary&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you close the tag, all the footnotes will be outside it. I don&amp;rsquo;t know how your website is structured but it works on my machine, also HTML is so foolproof that it automatically closes the tag so that&amp;rsquo;s why it has to be at the bottom.&lt;/p&gt;
&lt;p&gt;Test it out here! &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Removing the horizontal line that comes with it (might just be me though), add this to your css file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e06c75&#34;&gt;details&lt;/span&gt; &lt;span style=&#34;color:#e06c75&#34;&gt;hr&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#c678dd&#34;&gt;display&lt;/span&gt;: &lt;span style=&#34;color:#b756ff;font-weight:bold&#34;&gt;none&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Hello from the footnotes 👋&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
</item>
<item> <item>
<title>Hugo: Drafts Showing in Production</title> <title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link> <link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
@ -191,6 +236,8 @@
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -335,6 +382,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -421,7 +470,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -437,7 +486,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -513,6 +562,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -615,6 +666,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -713,7 +766,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -820,7 +873,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -851,7 +904,7 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -876,7 +929,9 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;September 29, 2020&lt;/p&gt; &lt;p&gt;September 29, 2020&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -931,6 +986,8 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1063,10 +1120,6 @@ Like Kurzweil, many techies stand to profit financially from Technianity, but it
&lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies. &lt;p&gt;When I wrote this article I had only begun to read II. Band, I. Teil [vol. 2, part 1] of Schebestas Die Bambuti-Pygmiien vom Ituri. Since reading the latter, and owing to the nature of the discrepancies that I found between Turnbulls account and that of Schebesta, Ive been forced to entertain serious doubts about the reliability of Turnbulls work on the Mbuti pygmies. I now suspect that Turnbull consciously or unconsciously slanted his description of the Mbuti to make them appear more attractive to modern leftish intellectuals like himself. However, I do not consider it necessary now to rewrite this article in such a way as to eliminate the reliance on Turnbull, because Ive cited Turnbull mainly for information that makes the Mbuti appear unattractive, e.g., for their wife-beating, fighting, and quarreling over food. Given the nature of Turnbulls bias, it seems safe to assume that, if anything, he would have understated the amount of wife-beating, fighting, and quarreling that he observed. But I think it is only fair to warn the reader that where Turnbull ascribes attractive or politically correct traits to the Mbuti, a certain degree of skepticism may be in order. I would like to thank a number of people who sent me books, articles, or other information pertaining to primitive societies, and without whose help the present article could not have been written: Facundo Bermudez, Chris J., Maijorie Kennedy, Alex Obledo, Patrick Scardo, Kevin Tucker, John Zerzan, and six other people who perhaps would not want their names to be mentioned publicly. But most of all I want to thank the woman I love, who provided me with more useful information than anyone else did, including two volumes of Paul Schebestas wonderful work on the Mbuti pygmies.
List of Works Cited&lt;/p&gt; List of Works Cited&lt;/p&gt;
&lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt; &lt;p&gt;Due to the fact that I am a prisoner and have no direct access to library facilities, the bibliographical information given in this list is in some instances incomplete. In most cases, however, I do not think this will lead to any serious difficulty in locating the works cited.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt; &lt;h2 id=&#34;works-listed-alphabetically-by-authors-last-name&#34;&gt;Works Listed Alphabetically by Authors Last Name&lt;/h2&gt;
&lt;ul&gt; &lt;ul&gt;
&lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt; &lt;li&gt;Barclay, Harold B., letter to editor, in Anarchy: A Journal of Desire Armed, spring/summer 2002, pages 7071.&lt;/li&gt;
@ -1123,6 +1176,11 @@ List of Works Cited&lt;/p&gt;
&lt;li&gt;Wired magazine.&lt;/li&gt; &lt;li&gt;Wired magazine.&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt; &lt;p&gt;Because most of the works cited here are cited repeatedly; citations are given in abbreviated form. For bibliographical details, see the accompanying List of Works Cited (p. 167). “Encycl. Brit.” means “The New Encyclopaedia Britannica”, Fifteenth 2003.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
@ -2095,7 +2153,7 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;hr&gt;</description> </description>
</item> </item>
<item> <item>
@ -2169,7 +2227,9 @@ List of Works Cited&lt;/p&gt;
&lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt; &lt;p&gt;This is the reason, or an important part of the reason, why attempts to teach people to be environmentally responsible have done so little to slow the destruction of our environment. And again—note well—the process weve described is not contingent on any accidental set of circumstances or on any defect in human character. Given the availability of advanced technology, the process of inevitability accompanies the action of natural selection upon self-propagating systems.&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt; &lt;li id=&#34;fn:1&#34;&gt;
@ -3011,6 +3071,8 @@ List of Works Cited&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt; &lt;div style=&#34;text-align: center;&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://vodoraslo.xyz/library/ted-kaczynski&#34;&gt;More from Ted Kaczynski&lt;/a&gt; - &lt;a href=&#34;https://vodoraslo.xyz/library&#34;&gt;Back to the Library&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;details&gt;
&lt;summary&gt;&lt;strong&gt;Footnotes&lt;/strong&gt;&lt;/summary&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt; &lt;hr&gt;
&lt;ol&gt; &lt;ol&gt;

View file

@ -554,3 +554,7 @@ a.footnote-ref::before {
a.footnote-ref::after { a.footnote-ref::after {
content: ']'; content: ']';
} }
details hr {
display: none;
}