From c5a6dc49781a78167473d4386b402e76c8dcaeef Mon Sep 17 00:00:00 2001 From: Robpol86 Date: Sat, 5 Oct 2024 13:26:57 -0400 Subject: [PATCH] Update README with latest project changes. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56366b38..f568e084 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ My personal website. Built with [Sphinx](http://sphinx-doc.org/), hosted on [NearlyFreeSpeech.NET](https://www.nearlyfreespeech.net/), using the -[Sphinx Book Theme](https://sphinx-book-theme.readthedocs.io/) theme. SSL is provided for free by -[CloudFlare](https://www.cloudflare.com/). +[Sphinx Book Theme](https://sphinx-book-theme.readthedocs.io/) theme and [ABlog for Sphinx](https://ablog.readthedocs.io/). +SSL is provided for free by [CloudFlare](https://www.cloudflare.com/). I use GitHub Actions to automatically build and push HTML files to NFSN. ## Metrics -Google Analytics is enabled on my website via a [CloudFlare app](https://www.cloudflare.com/apps/googleanalytics). +Google Analytics is enabled on my website. * [Google Analytics](https://analytics.google.com/analytics/web/#/p275999550/reports/intelligenthome) * [Google Search Console](https://search.google.com/search-console?resource_id=https%3A%2F%2Frobpol86.com%2F) @@ -31,4 +31,5 @@ To release to production: 1. This will also be the section title in the [CHANGELOG.md](CHANGELOG.md) entry 1. Run workflow 1. When it completes a new git tag, GitHub release, and CHANGELOG.md entry will be created + 1. The version will be auto-bumped in [pyproject.toml](pyproject.toml) as well 1. The workflow will also deploy the HTML to production