-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md.html
More file actions
22 lines (19 loc) · 1.23 KB
/
README.md.html
File metadata and controls
22 lines (19 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<title>README</title>
<link rel="stylesheet" href="global.css">
</head>
<body>
<main>
<h1 id="astrobeefgithubio">astrobeef.github.io</h1>
<h2 id="automated-obsidian-markdown-to-html-converter">Automated Obsidian Markdown to HTML Converter</h2>
<p>I want this site to be as streamlined for me as possible. I take notes with <a class="link-external" href="https://obsidian.md/">Obsidian</a> (.obsidian directory ignored) already, so it'd be easiest if I could create this site simply in Obsidian and use an automated script to convert these notes to HTML. I looked at some tools already available (like Jekyll and Pandoc), but they all seem bloated for this modest project. I also realized, while researching, that it would be better for me to implement this conversion myself as a way of practice. So:</p>
<p><button class="obsi-tag" data-tag="todo-done">#todo-done</button> Create an Obsidian Makrdown to HTML Converter CLI project</p>
</main>
<script type="module" src="global.js"></script>
</body>
</html>