From d6166ea8ddff36b0471041cf1d8f45b5b266afe1 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Fri, 29 Oct 2021 04:41:05 +0100 Subject: [PATCH] removed redundant info to reflect recent changes --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 74e253b..71dceb1 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ Netlify Status After abandoning the github pages blog, I had many static site generators and hosting providers recommended to me aside from Jekyll and GHPages. I had already tried Eleventy with GHPages and wanted to try that with Netlify. So, that is what I am doing. This blog uses the [eleventy base blog](https://github.com/11ty/eleventy-base-blog) as a framework. -For now the site forces a 'dark theme' - sorry to those who prefer their pages filled with brightness. I will eventually add both light and dark themes that will select based on your browser's preferences 😄 - Much of the documentation will be through blog posts rather than here, for now anyway. You can read the first blog [here](https://crimsontome.netlify.app/posts/making-your-own-blog/). See [CONTRIBUTING.md](CONTRIBUTING.md) for information on adding to this repository.