Commit graph

137 commits

Author SHA1 Message Date
c47 afff2dd2d0 Remove octodon.social account 2022-02-21 19:30:37 +01:00
c47 197f6ba992 Provide full articles in feed 2022-02-21 19:23:50 +01:00
c47 234f012c90 Fix typo 2022-01-29 12:03:34 +01:00
c47 c51003d367 Add blog entry "calendars", tags and cats
... also update the other pages about new hugo
version in meta information.
2022-01-29 11:39:21 +01:00
c47 50b52623b9 Add pronouns to about.html 2022-01-03 05:27:43 +01:00
c47 e873fc784f Add target="_blank" to ext. links 2022-01-02 23:16:42 +01:00
c47 96596b9847 Remove css fingerprinting 2022-01-02 19:26:32 +01:00
c47 0758511121 Remove css fingerprinting 2022-01-02 16:56:10 +01:00
c47 a15f0bfe12 Update web0 2022-01-02 14:25:47 +01:00
c47 2a444b7a9c Add /privacy/ and link it in footer 2022-01-02 13:48:15 +01:00
c47 96186d940c Really remove indieweb tag! 2022-01-02 12:51:25 +01:00
c47 db80aace89 Remove indieweb tag from web0
Removed the indieweb tag from the web0 blog
posting. Initially I had in mind to mention
indieweb as well, but decide to write a separate
posting about that and forgot to remove the tag
from front matter.

And accidentally didn't create a folder for the
blog-post with index.html - so moved web0.html to
web0/index.html.
2022-01-02 12:46:48 +01:00
c47 b3b4b1c09c Add web0 blogpost; File changes due to hugo update
Added an new blog post about web0.
By this the taxonomies for categories and tags
got introduced and published.

Due to an update of hugo the CSS changed and the
version number in the meta tag.
2022-01-02 12:40:08 +01:00
c47 10048fcb6e Remove me.jpg 2021-12-27 22:40:24 +01:00
c47 0996c83ea5 Fix css list item styling
In the original (S)CSS list items for unordered
lists were set by ::before instead of ::marker.

I just commented that whole block and set a custom
list item marker. It looks like the developer
wanted to address lists in TOCs only - for me the
original styling worked in other lists as well and
was quite ugly.
2021-12-27 22:21:02 +01:00
c47 cd00b6146f Add target="_blank" to external links
Added target="_blank" to external links in footer.
2021-12-27 10:22:30 +01:00
c47 f68112bfb6 Fix typo nois{e,y} 2021-12-27 10:21:49 +01:00
c47 7d01bdaf27 Use entities instead of plain text
Introduced a shortcode for email address.
2021-12-27 10:20:36 +01:00
c47 2db046361f Remove div and add span instead for p-note
Before I tried to include the social links by
adding a surrounding div with p-note class, which
of course was a super silly idea.

So now I removed that div and added a span element
with p-note class to the text at proper position.
2021-12-27 09:49:51 +01:00
c47 f84277b5cc Add u-url class to social links
To include links to my social profiles I added the
u-url class.
2021-12-27 09:39:36 +01:00
c47 a1cfc7c984 Revert "Add correct link to h-card"
This reverts commit 4df1e88133.

With this the h-card should be fixed and
representative.
2021-12-26 21:00:31 +01:00
c47 4df1e88133 Add correct link to h-card
Link has to point to self and not to "/".
Now the h-card is hopefully fixed and
representative.
2021-12-26 20:38:13 +01:00
c47 50393e0d54 Add extra div to assign p-note attribute
Added an extra div to assign p-note to the social
links. Just adding it to the section element
didn't help - hugo removed it for some reasonn.
2021-12-26 18:46:28 +01:00
c47 9330d019f3 Move impressum link to footer
Moved the impressum link to the footer and fixed
the u-url link in about.html.
2021-12-26 18:27:42 +01:00
c47 7802dd097e Add image and h-card microformats to about
Added an image of myself and started implementing
indieweb microformats using hugo shortcodes.

Also decided for now to not minify that much as I
did before, because I'm still developing and at
this point single line html-files are not so good.
2021-12-26 01:37:25 +01:00
c47 cc1f8a0593 Improve minification by calling script
htmlmin is nice and does it's job very well.
The current situation is that generated html files
cotain embedded json data for schema.org and this
doesnt' get minified. Well, of course not:
"htmlmin" ;-)
Thats why I created a small shell script that uses
GNU/sed to join the lines and redundant space
characters.
2021-12-25 09:37:59 +01:00
c47 a9c8e7ce7f Change link text back to chaos.social 2021-12-25 01:34:32 +01:00
c47 8c9a6f093a Minify without hugo - only with htmlmin
hugo --minify strips quotes from some attribrutes,
which could be very problematic.
I decided to not use hugo's --minify option
anymore - instead I use the external tool htmlmin
from now. Configured the 'M' git alias which
minifies every .html file and afterwards it
executes the `git add .' command.
2021-12-24 22:59:58 +01:00
c47 0682cda7b8 ... and giving it another try 2021-12-24 20:50:26 +01:00
c47 2976dabf5b Fix rel-me
The previos fix didn't make it. Now testing
something different - this hopefully works.
2021-12-24 20:46:41 +01:00
c47 511ce0f4b1 Fix rel="me"
The rel="me" attribute in social links are set
incorrectly: rel=me. With this commit I fixed this
manually with sed and find and hope that this
fixes my rel-me-verification /o\
2021-12-24 20:37:13 +01:00
c47 00a85dbea6 Fix typo and really minify everything
Decided to use htmlmin for minification of .html
files, because it looks like hugo doesn't fully do
that. Have to check the documentation.
2021-12-24 20:18:54 +01:00
c47 6e3058cc8b Set up website with hugo
Today I've set it up with hugo and
color-your-world theme, which I like very much.
i decided to keep the very original git
repository and not to create a new one. Don't ask
me for the reason - there's no specific reason for
the decision :-)
2021-12-24 19:48:09 +01:00
c47 95d8ac6b96 Change background and forground colors 2021-02-07 16:41:42 +01:00
c47 926455ee82 Change title; Add style.css 2021-02-07 15:52:06 +01:00
c47 bb0a6ab93d Correct date 2021-02-07 11:11:24 +01:00
c47 a2a3484056 Initial 2021-02-07 11:08:20 +01:00