From dc033815a6f29e0c3d8a12ecefd42f60b6af3766 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 30 Aug 2022 02:34:11 +0000 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bcbef9..3f82183 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ This uses [jekyll-theme-console by b2a3e8](https://github.com/b2a3e8/jekyll-them - assets/list.scss now contains the list bullet code - _includes/head.html modified to search for "list: bullet" in front matter - _includes/header.html modified to look for page titled "/git" to display non-relative URL. -- _layouts: page and post html file have had title added using

+- _layouts: page and post html file have had title added using h1 tag +- _layouts: default.html has *pickmy.org added to img-src CSP since img.pickmy.org hosts images All other changes are made in the markdown. @@ -33,7 +34,7 @@ Post images or external resources ***ARE NOT*** stored in this repository. You t Despite being a static site generator; pickmy.org has usually had some form of random text line on it's pages since it's inception. To this effect I have specified permalinks on everything using a new format so Jekyll outputs .php files. -taglines.txt is not the same one used on the site. That one is stored externally and symlinked when the site is built. +taglines.txt and tails.txt is not the same one used on the site. That one is stored externally and symlinked when the site is built. ## compose.sh