From d04f47c4e205343ffa4ef0c58f372c3d6ec0ad4d Mon Sep 17 00:00:00 2001 From: Bill Date: Sat, 31 Dec 2022 21:56:14 -0500 Subject: Update site with feed link/update homepage --- www/blog/index.html | 5 ++++ www/index.html | 67 ++++++++++++++++++++++++++++------------------------- 2 files changed, 41 insertions(+), 31 deletions(-) (limited to 'www') diff --git a/www/blog/index.html b/www/blog/index.html index d266b8e..75870e7 100644 --- a/www/blog/index.html +++ b/www/blog/index.html @@ -70,6 +70,11 @@ + -
-

Recent Post - 2022-11-06

-

My Markdown -> HTML Setup

-

A common way I see a lot of people blog, especially micro-blog, is in - markdown.

-
-
-

Markdown is a lightweight markup language for creating formatted - text using a plain-text editor.

-
-
- Wikipedia | - Markdown -
-
-

It built itself on-top of common syntax prevalent on the web and was - designed to be converted into simple HTML output. Since it leveraged - preexisting syntax it was easy for new users to pick up, and is now found - all over the web and applications.

-

Since I started this website, I had been writing each page by hand - using a few tools to facilitate that - and for a while I had been looking - for a good way to try out using markdown to generate some lighter pages - and these blogposts.

- -

The site source is available at