Post about writing
This commit is contained in:
parent
8b67f4ef79
commit
ace5d52a8b
22
content/post/writing.org
Normal file
22
content/post/writing.org
Normal file
@ -0,0 +1,22 @@
|
||||
#+title: "Writing"
|
||||
#+date: 2023-04-08T14:27:28+02:00
|
||||
#+draft: false
|
||||
#+categories[]: Writing
|
||||
#+tags[]: Writing
|
||||
|
||||
Writing can be hard sometimes.
|
||||
So just now, I am meant to be working on writing an essay and a report.
|
||||
The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis.
|
||||
Both of them are quite different from how I like to write about thing.
|
||||
When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.
|
||||
|
||||
The essay is forcing me to take a stance and build up arguments from there so it is in the opposite order from what I am used to.
|
||||
That is quite interesting to try and change my natural way of writing and what it leads to.
|
||||
So far it feels way more one sided, due to me kinda already figured out my stance.
|
||||
|
||||
The technical report means that I cant go on tangents which I like to do, when talking and writing.
|
||||
Something that is related, that I want to explore, is something that I will write about.
|
||||
There might be something that ends up being relevant or explain the context from where I am thinking.
|
||||
|
||||
With this in mind, I think it makes sense that I have ended with a bit of writers block.
|
||||
I could spend time, figuring out what I think before writing, but that seems inefficient.
|
@ -64,6 +64,10 @@
|
||||
<a href="https://acorneroftheweb.com/categories/servers/">Servers</a> (1)
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://acorneroftheweb.com/categories/writing/">Writing</a> (1)
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<footer>
|
||||
|
@ -6,7 +6,16 @@
|
||||
<description>Recent content in Categories on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Writing</title>
|
||||
<link>https://acorneroftheweb.com/categories/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/categories/writing/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Blåhaj</title>
|
||||
<link>https://acorneroftheweb.com/categories/bl%C3%A5haj/</link>
|
||||
|
107
public/categories/writing/index.html
Normal file
107
public/categories/writing/index.html
Normal file
@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
|
||||
<link rel="manifest" href="/images/site.webmanifest">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
|
||||
<title>Writing | acorneroftheweb</title>
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<link rel="stylesheet" href="/css/fonts.css" />
|
||||
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left current">
|
||||
<a href="/categories/">~/categories</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="/tags/">~/tags</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pull-right">
|
||||
<a href="/index.xml">~/subscribe</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br/>
|
||||
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
||||
<h1>Writing</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="date">2023/04/08</span>
|
||||
<a href="/post/2023/04/08/writing/">“Writing”</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
function center_el(tagName) {
|
||||
var tags = document.getElementsByTagName(tagName), i, tag;
|
||||
for (i = 0; i < tags.length; i++) {
|
||||
tag = tags[i];
|
||||
var parent = tag.parentElement;
|
||||
|
||||
if (parent.childNodes.length === 1) {
|
||||
|
||||
if (parent.nodeName === 'A') {
|
||||
parent = parent.parentElement;
|
||||
if (parent.childNodes.length != 1) continue;
|
||||
}
|
||||
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
|
||||
}
|
||||
}
|
||||
}
|
||||
var tagNames = ['img', 'embed', 'object'];
|
||||
for (var i = 0; i < tagNames.length; i++) {
|
||||
center_el(tagNames[i]);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<hr/>
|
||||
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
20
public/categories/writing/index.xml
Normal file
20
public/categories/writing/index.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Writing on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/writing/</link>
|
||||
<description>Recent content in Writing on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/writing/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Writing"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/08/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/08/writing/</guid>
|
||||
<description>Writing can be hard sometimes. So just now, I am meant to be working on writing an essay and a report. The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis. Both of them are quite different from how I like to write about thing. When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
@ -77,6 +77,11 @@ I am right now a part of the committee known as <a href="https://wiki.dtek.se/wi
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="date">2023/04/08</span>
|
||||
<a href="/post/2023/04/08/writing/">“Writing”</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="date">2023/03/25</span>
|
||||
<a href="/post/2023/03/25/i-got-a-bl%C3%A5haj/">“I got a Blåhaj”</a>
|
||||
|
@ -6,7 +6,16 @@
|
||||
<description>Recent content in Home on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Writing"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/08/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/08/writing/</guid>
|
||||
<description>Writing can be hard sometimes. So just now, I am meant to be working on writing an essay and a report. The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis. Both of them are quite different from how I like to write about thing. When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
|
129
public/post/2023/04/08/writing/index.html
Normal file
129
public/post/2023/04/08/writing/index.html
Normal file
@ -0,0 +1,129 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
|
||||
<link rel="manifest" href="/images/site.webmanifest">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
|
||||
<title>"Writing" | acorneroftheweb</title>
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<link rel="stylesheet" href="/css/fonts.css" />
|
||||
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="/categories/">~/categories</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="/tags/">~/tags</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pull-right">
|
||||
<a href="/index.xml">~/subscribe</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br/>
|
||||
|
||||
<div class="article-meta">
|
||||
<h1><span class="title">“Writing”</span></h1>
|
||||
|
||||
<h2 class="date">2023/04/08</h2>
|
||||
<p class="terms">
|
||||
|
||||
|
||||
Categories: <a href="/categories/writing">Writing</a>
|
||||
|
||||
|
||||
|
||||
Tags: <a href="/tags/writing">Writing</a>
|
||||
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content-wrapper">
|
||||
<main>
|
||||
<p>
|
||||
Writing can be hard sometimes.
|
||||
So just now, I am meant to be working on writing an essay and a report.
|
||||
The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis.
|
||||
Both of them are quite different from how I like to write about thing.
|
||||
When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</p>
|
||||
<p>
|
||||
The essay is forcing me to take a stance and build up arguments from there so it is in the opposite order from what I am used to.
|
||||
That is quite interesting to try and change my natural way of writing and what it leads to.
|
||||
So far it feels way more one sided, due to me kinda already figured out my stance.</p>
|
||||
<p>
|
||||
The technical report means that I cant go on tangents which I like to do, when talking and writing.
|
||||
Something that is related, that I want to explore, is something that I will write about.
|
||||
There might be something that ends up being relevant or explain the context from where I am thinking.</p>
|
||||
<p>
|
||||
With this in mind, I think it makes sense that I have ended with a bit of writers block.
|
||||
I could spend time, figuring out what I think before writing, but that seems inefficient.</p>
|
||||
|
||||
<a href="/"> >> Home</a>
|
||||
</main>
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
function center_el(tagName) {
|
||||
var tags = document.getElementsByTagName(tagName), i, tag;
|
||||
for (i = 0; i < tags.length; i++) {
|
||||
tag = tags[i];
|
||||
var parent = tag.parentElement;
|
||||
|
||||
if (parent.childNodes.length === 1) {
|
||||
|
||||
if (parent.nodeName === 'A') {
|
||||
parent = parent.parentElement;
|
||||
if (parent.childNodes.length != 1) continue;
|
||||
}
|
||||
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
|
||||
}
|
||||
}
|
||||
}
|
||||
var tagNames = ['img', 'embed', 'object'];
|
||||
for (var i = 0; i < tagNames.length; i++) {
|
||||
center_el(tagNames[i]);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<hr/>
|
||||
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -63,6 +63,11 @@
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="date">2023/04/08</span>
|
||||
<a href="/post/2023/04/08/writing/">“Writing”</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="date">2023/03/25</span>
|
||||
<a href="/post/2023/03/25/i-got-a-bl%C3%A5haj/">“I got a Blåhaj”</a>
|
||||
|
@ -6,7 +6,16 @@
|
||||
<description>Recent content in Posts on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/post/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/post/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Writing"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/08/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/08/writing/</guid>
|
||||
<description>Writing can be hard sometimes. So just now, I am meant to be working on writing an essay and a report. The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis. Both of them are quite different from how I like to write about thing. When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
|
@ -2,6 +2,27 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://acorneroftheweb.com/post/2023/04/08/writing/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/writing/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/writing/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
@ -10,18 +31,6 @@
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/bl%C3%A5haj/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
|
@ -68,6 +68,10 @@
|
||||
<a href="https://acorneroftheweb.com/tags/servers/">Servers</a> (1)
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://acorneroftheweb.com/tags/writing/">Writing</a> (1)
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<footer>
|
||||
|
@ -6,7 +6,16 @@
|
||||
<description>Recent content in Tags on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Writing</title>
|
||||
<link>https://acorneroftheweb.com/tags/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/writing/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Blåhaj</title>
|
||||
<link>https://acorneroftheweb.com/tags/bl%C3%A5haj/</link>
|
||||
|
107
public/tags/writing/index.html
Normal file
107
public/tags/writing/index.html
Normal file
@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
|
||||
<link rel="manifest" href="/images/site.webmanifest">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
|
||||
<title>Writing | acorneroftheweb</title>
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<link rel="stylesheet" href="/css/fonts.css" />
|
||||
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="/categories/">~/categories</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left current">
|
||||
<a href="/tags/">~/tags</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pull-right">
|
||||
<a href="/index.xml">~/subscribe</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br/>
|
||||
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
||||
<h1>Writing</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="date">2023/04/08</span>
|
||||
<a href="/post/2023/04/08/writing/">“Writing”</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
function center_el(tagName) {
|
||||
var tags = document.getElementsByTagName(tagName), i, tag;
|
||||
for (i = 0; i < tags.length; i++) {
|
||||
tag = tags[i];
|
||||
var parent = tag.parentElement;
|
||||
|
||||
if (parent.childNodes.length === 1) {
|
||||
|
||||
if (parent.nodeName === 'A') {
|
||||
parent = parent.parentElement;
|
||||
if (parent.childNodes.length != 1) continue;
|
||||
}
|
||||
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
|
||||
}
|
||||
}
|
||||
}
|
||||
var tagNames = ['img', 'embed', 'object'];
|
||||
for (var i = 0; i < tagNames.length; i++) {
|
||||
center_el(tagNames[i]);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<hr/>
|
||||
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
20
public/tags/writing/index.xml
Normal file
20
public/tags/writing/index.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Writing on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/writing/</link>
|
||||
<description>Recent content in Writing on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/writing/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Writing"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/08/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/08/writing/</guid>
|
||||
<description>Writing can be hard sometimes. So just now, I am meant to be working on writing an essay and a report. The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis. Both of them are quite different from how I like to write about thing. When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Reference in New Issue
Block a user