-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing adding cactus comments to first blog post
- Loading branch information
huffstler
committed
Apr 17, 2024
1 parent
4a4b01e
commit f0d74ef
Showing
1 changed file
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-earthly.css" type="text/css"> | ||
<title>firstpost</title> | ||
<style> | ||
code{white-space: pre-wrap;} | ||
span.smallcaps{font-variant: small-caps;} | ||
span.underline{text-decoration: underline;} | ||
div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
ul.task-list{list-style: none;} | ||
</style> | ||
<!--[if lt IE 9]> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> | ||
<![endif]--> | ||
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-earthly.css" type="text/css"> | ||
<script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script> | ||
<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css"> | ||
<title>firstpost</title> | ||
<style> | ||
code{white-space: pre-wrap;} | ||
span.smallcaps{font-variant: small-caps;} | ||
span.underline{text-decoration: underline;} | ||
div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
ul.task-list{list-style: none;} | ||
</style> | ||
<!--[if lt IE 9]> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<h2 id="welcome-to-my-first-blog-post.">Welcome to my first blog post.</h2> | ||
<p>Not much ado to be had, this wasn’t planned out in any way. I’ve been putting off thinking about the types of topics I want to write about and have been procrastinating pretty bad.</p> | ||
<p>This is hopefully the kick I need to start getting my ideas “on paper” so-to-speak.</p> | ||
<p>I don’t have a plan for this blog currently, but I have a hazy idea of where I’d like it to go. I don’t want it to be solely about one topic, ideally it’d be a conglomeration of many short posts about a wide variety of “things”. Those things could be food recipes, thoughts about current events, new knowledge i’ve come across in life, shoot maybe even some gaming gifs. Point is, I plan to share a range of things here, and if it doesn’t do well…. that’s okay too.</p> | ||
<div id="post-comments"></div> | ||
</body> | ||
</html> | ||
<script> | ||
initComments({ | ||
node: document.getElementById("post-comments"), | ||
defaultHomeserverUrl: "https://matrix.cactus.chat:8448", | ||
serverName: "cactus.chat", | ||
siteName: "kIXYOhEjEOy1WSgRntynkB8ZcIFfTkcJ", | ||
commentSectionId: "section1" | ||
}) | ||
</script> |