Compare commits
No commits in common. "e3d4fd17193b64a5685afdbb3107384b54ff8b08" and "4c592a0dfcaff7e63606cd051ee12fe99f0705cd" have entirely different histories.
e3d4fd1719
...
4c592a0dfc
@ -1,24 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Welcome to the new blog"
|
|
||||||
date: 2024-08-01T00:00:00+02:00
|
|
||||||
draft: false
|
|
||||||
tags:
|
|
||||||
- meta
|
|
||||||
---
|
|
||||||
|
|
||||||
Welcome to my new blog.
|
|
||||||
|
|
||||||
This blog continues where my old one at
|
|
||||||
<https://www.xltoolbox.net/blog/index.html> left off.
|
|
||||||
|
|
||||||
I thought about moving the old blog posts over to this new blog, but those posts
|
|
||||||
are really ancient and not relevant any more. I leave them at the old place for
|
|
||||||
archival purposes.
|
|
||||||
|
|
||||||
I have implemented a commenting system based on [Discourse][]. Please feel free
|
|
||||||
to comment on my posts, ask questions etc. You'll either have to create a
|
|
||||||
standalone account, or you can log in with your Google or Github account.
|
|
||||||
|
|
||||||
See the discussion forum at <https://discuss.bovender.de>.
|
|
||||||
|
|
||||||
[discourse]: https://discourse.org
|
|
@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
<div id='discourse-comments'></div>
|
|
||||||
<meta name='discourse-username' content='DISCOURSE_USERNAME'>
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
DiscourseEmbed = {
|
|
||||||
discourseUrl: 'https://discuss.bovender.de/',
|
|
||||||
discourseEmbedUrl: '{{ .Permalink }}',
|
|
||||||
// className: 'CLASS_NAME',
|
|
||||||
};
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
|
||||||
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
|
||||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
|
|
||||||
})();
|
|
||||||
</script>
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 7.0 KiB |
@ -1 +1 @@
|
|||||||
Subproject commit 3d8790e329fff2c8a96e97d238b8ab283aeecefd
|
Subproject commit 5d7becd0eeab4fecac666f0ef7b85b5a066333b3
|
Loading…
Reference in New Issue
Block a user