From 9a35d1798876b89962141b07afd94166a8f81260 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Thu, 22 Apr 2021 23:14:28 -0400 Subject: [PATCH] doc: Add .md extension to README (again) Was I trying to make a statement about markdown? Maybe. Is it worth not having a pretty landing page on git forges? No... --- README | 28 ---------------------------- README.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 24e29e1..0000000 --- a/README +++ /dev/null @@ -1,28 +0,0 @@ -alexkarle.com -============= -My small corner of the internet. - -www. ----- -A static site comprised of mdoc(7) flavored man pages, built to HTML via -mandoc(1) (managed by make(1)). - -Currently hosted with OpenBSD's httpd(8), but any web server should be able to -serve it up. - -git. ----- -I use a simple setup of git-daemon for anonymous (read-only) downloads, -ssh+git for read+write access (limited to myself) and stagit(1) to host static -views into the diffs and files of each repo. - -I like the stagit approach in that it is simple, modular, and emphasizes the use -of regular git for larger operations (i.e. diff between refs, etc). - -I use the default post-receive and create scripts that ship with the tool (with -small modifications for the installation). The logo is in this repo as -logo.png. - -The content, being static, is served up with httpd(8) as well. - -[stagit]: https://git.codemadness.org/stagit diff --git a/README.md b/README.md new file mode 100644 index 0000000..24e29e1 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +alexkarle.com +============= +My small corner of the internet. + +www. +---- +A static site comprised of mdoc(7) flavored man pages, built to HTML via +mandoc(1) (managed by make(1)). + +Currently hosted with OpenBSD's httpd(8), but any web server should be able to +serve it up. + +git. +---- +I use a simple setup of git-daemon for anonymous (read-only) downloads, +ssh+git for read+write access (limited to myself) and stagit(1) to host static +views into the diffs and files of each repo. + +I like the stagit approach in that it is simple, modular, and emphasizes the use +of regular git for larger operations (i.e. diff between refs, etc). + +I use the default post-receive and create scripts that ship with the tool (with +small modifications for the installation). The logo is in this repo as +logo.png. + +The content, being static, is served up with httpd(8) as well. + +[stagit]: https://git.codemadness.org/stagit -- libgit2 1.1.1