Committing edited website files

This commit is contained in:
Scott C. MacCallum 2023-03-02 15:15:26 +00:00
parent 3980c2fbb1
commit 1be2ec2cdb
1 changed files with 20 additions and 0 deletions

20
posts/2023/03.html Executable file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>2023 - March Posts</title>
<meta name="2023 - March Posts" content="">
<meta name="Scott C. MacCallum" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="container">
<div class="row">
<h3>3/01 - html-to-other source</h3>
<p>Gef, on the Cluster asked if I could share my html-to-other project, which of course I'm happy to do. In order for it to be the most useful to others, I've begun modifying the source and started writing a setup script. In the spirit of free software development I've made the source available before I make a stable release. It can be found at <a href="https://git.sdf.org/scm/html-to-other.git">https://git.sdf.org/scm/html-to-other.git</a>. Enjoy!</p>
<p><a href="https://scm.sdf.org/posts/2023/02.html">02</a>
</div>
</div>
</body>
</html>