Commit graph

137 commits

Author SHA1 Message Date
c47 0f9f69d939 Add social item ht.nixre.net 2022-10-25 18:55:01 +02:00
c47 a40d099982 Update me.jpg 2022-10-09 08:44:22 +02:00
c47 833dce6e6b Add bandcamp link to social link list 2022-10-07 20:45:45 +02:00
c47 ab9b3098f5 Remove h-card microformat from /about/ 2022-09-27 18:41:19 +02:00
c47 3e2d601bdb Add github to social link list 2022-09-26 20:09:54 +02:00
c47 6f80390380 Remove identity tag from ace post 2022-09-11 16:51:54 +02:00
c47 08fc90163a Add blog/ace- ; assets/js/hightlight update
Added blog entry "ace-eine-schnitzeljagd"

hightlight.min.js update caused rebuild of all the
pages.
2022-09-11 09:39:06 +02:00
c47 9bfa49fbc3 Add /omemo/ 2022-08-27 23:46:57 +02:00
c47 35239e2da4 Remove hubzilla from social ul
Removed the link to my hubzilla account from the
social link list. Account is not yet deleted, but
I'm pretty sure that I will delete it soon.
2022-08-21 10:03:43 +02:00
c47 b62d9300ae Make headings of entry-headers hyperlinks
I just realised that papermod is quite an
unaccessible theme. Post aren't really linked on
list pages. Clicking them in a graphical
environment works well, but this requires
javascript to work. Reading contents is not
possible by default with text browsers for
example. So I used the headings inside
entry-headers to put permalinks to the entries.
2022-07-10 09:05:25 +02:00
c47 f712103743 Improve DIY-Hafermilch blog post
Rewrote a few parts to make it sound better.

Also added the link to the original recipe that my
one is based on.

Fixed a few typos :-)
2022-05-29 08:14:54 +02:00
c47 c87d6629d3 Shorten inline code to improve mobile experience.
There was that long piece of inline code:

`path/to/my/hugo-website/www.nixre.net/content`

which I shortened to:

`path/to/my/[..]/content`

because due to commit 80162b7 there happens no
linebreak in inline code elements. I have to keep
this in mind, because this can make a whole
page become too wide and side scrollable.
2022-05-29 07:40:26 +02:00
c47 21f94dbd1a Fix typo in recipe 2022-05-28 22:35:29 +02:00
c47 365e34f8f0 Add blog entry Hafermilch 2022-05-28 22:18:19 +02:00
c47 eb6f818800 Assign post to series; Add series list page; CSS
Assigned vim2neovim to "vim-to-neovim-migration"
series.

Created a basic list page for series - it's not
the final version yet... only made it work
rudimentarily.

Added CSS rules to style the newly introduced
div.series-note.
2022-05-27 22:38:53 +02:00
c47 939326ddb2 Add "Series" menu entry 2022-05-24 16:08:55 +02:00
c47 71f8474ce8 Add series taxonomy 2022-05-24 16:04:14 +02:00
c47 a64ae67e94 Update meta generator hugo version number 2022-05-24 16:03:36 +02:00
c47 80162b73a9 white-space nowrap; editor tag; vim2nvim
1)
Wrote the vim2nvim blog post:
- tagged the post with 'editor' and realized, that
  'update-lastmod-using-vim' should get tagged
  with it as well
- realised that inline code could span over
  multiple lines, which I don't like so decided to
  add 'p code { white-space: nowrap; }' to .css.

2)
Added the 'editor' tag to the new blog post and to
an older one. This caused modifications of index
pages and feeds.

3)
Added

p code {
    white-space: nowrap;
}

to main.css to address inline code and avoid
line-breaks in these elements.
2022-05-22 09:23:22 +02:00
c47 fd5148cd68 Remove JSON-LD metadata 2022-05-11 21:25:25 +02:00
c47 ad885b71a7 Add heart-o fa-icon to <3 2022-05-07 07:51:53 +02:00
c47 b85e481eaa Add mailto-link to social and change CSS
Changed the css and added margins to every li-item
but the first one. Now they arranged in a grid.
2022-05-07 00:14:50 +02:00
c47 830bea7696 Add target="_blank" to social links 2022-05-06 23:31:39 +02:00
c47 d8e1e94d7e Add social link list to /about/
Added a list of social links to about and css
rules to main.css.
2022-05-06 23:28:32 +02:00
c47 e7796c025d Add cookie information 2022-05-02 18:50:31 +02:00
c47 92fa6c7dcf Correct privacy statement 2022-05-01 22:28:59 +02:00
c47 82ccb1f5b3 Add privacy statement
Added /privacy/ and link in footer.
2022-05-01 17:16:59 +02:00
c47 d6beabc8c0 Add favicons 2022-05-01 15:27:23 +02:00
c47 2b088264c3 Add favicon-32x32.png 2022-05-01 15:01:36 +02:00
c47 1e9e1b8162 Add favicon32x32.png 2022-05-01 14:58:08 +02:00
c47 86373d72df Add favicon32x32.jpg and dcterms 2022-05-01 14:53:48 +02:00
c47 e4be525295 Change code bg-color back 2022-05-01 12:10:09 +02:00
c47 4dcdca934c Change code bg-color 2022-05-01 12:07:54 +02:00
c47 9b400868c9 Fix a typo 2022-05-01 11:57:18 +02:00
c47 d7f0f3e954 Add blog entry 2022-05-01 11:48:11 +02:00
c47 f9c5a7cf50 Add lastmod to about.html and set correct tz
Set correct timing info in timestamps:
+01:00 -> +02:00
2022-05-01 09:41:29 +02:00
c47 1387dbb4be Add dcterms.created and lastmod info 2022-04-30 22:32:11 +02:00
c47 d7ce1e1e96 Remove unneeded meta info
Remove twitter_card and google_analytics
2022-04-30 16:34:57 +02:00
c47 e1dc6d7c22 Add hint that this website is under development 2022-04-30 16:24:19 +02:00
c47 0384bc5721 Fix typo 2022-04-29 21:22:43 +02:00
c47 2db3d0c057 Add new blog post 2022-04-29 20:15:07 +02:00
c47 6769a84e86 Fix post_nav_links
The post_nav_links "Next page" and "Prev page" in articles's footer were
used in a wrong way:

"Next page" referred to the older post and "Prev page" to the newer one.
2022-04-27 07:10:57 +02:00
c47 bcb401615c Change tooltips
Change accesskeys tooltip description to something more generic.
2022-04-26 19:19:53 +02:00
c47 a971193c21 Change default color in light theme
RGB 31,31,31 to 66,66,66 as default content color in light theme.
2022-04-26 13:18:15 +02:00
c47 11f106cb11 Fix shortcodes
This commit fixes the lack of target="_blank" attribute
on external links and fixes the nixre.net link on
about.html.
2022-04-18 08:42:21 +02:00
c47 fa57940862 Add target="_blank" to h-card link 2022-04-18 08:33:03 +02:00
c47 0b433495c4 Add RSS link to menu 2022-04-17 23:37:00 +02:00
c47 1d658daf74 Switch Color-your-world to PaperMod 2022-04-17 23:00:06 +02:00
c47 73ecd81c20 Add soundcloud social item 2022-03-20 09:49:05 +01:00
c47 3a5c50677a Add friendica and hubzilla to social decentralized
Added friendica and hubzilla to customized
social.json to be able to provide links to those
of my profiles, too.

hugo update changes cause meta data updates again.
2022-03-12 07:21:32 +01:00