Compare commits
4 Commits
4c592a0dfc
...
e3d4fd1719
Author | SHA1 | Date | |
---|---|---|---|
e3d4fd1719 | |||
9d52cab006 | |||
c9a1cb2a46 | |||
650e61d07d |
24
content/posts/2024-08-01-new-blog/index.md
Normal file
24
content/posts/2024-08-01-new-blog/index.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
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
|
17
layouts/partials/comments.html
Normal file
17
layouts/partials/comments.html
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
<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>
|
48
static/bovender.svg
Normal file
48
static/bovender.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.0 KiB |
@ -1 +1 @@
|
||||
Subproject commit 5d7becd0eeab4fecac666f0ef7b85b5a066333b3
|
||||
Subproject commit 3d8790e329fff2c8a96e97d238b8ab283aeecefd
|
Loading…
Reference in New Issue
Block a user