From 61330e85bf149b2ed4ad212852007ba5e3dcbdf6 Mon Sep 17 00:00:00 2001 From: Eric Taylor Date: Mon, 24 Nov 2025 11:14:41 -0500 Subject: [PATCH] Changed readme to markdown file --- readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..652d279 --- /dev/null +++ b/readme.md @@ -0,0 +1,22 @@ +# www.erictaylor.me +Personal Website for Eric Taylor + +This is my personal website built with a simple Pandoc-based static site generator. The site features my blog posts, thoughts, and various projects. + +## Technology Stack +- Built with Pandoc for markdown to HTML conversion +- Static site generation using bash scripts +- Custom CSS styling +- Minimal, fast-loading design + +## Site Structure +- `content/` - All markdown content and static files +- `content/blog/` - Blog posts +- `content/files/` - CSS, JavaScript, images, and other assets + +## Building the Site +1. Install pandoc +2. Run `./convert.sh` to generate the static site +3. Deploy the generated files to your web host + +This site is based on the Monospace Web project by Oskar Wickström, but has been customized and adapted for my personal use.