From 81dee40e7adb48097d8531b137ac54055be2e8e5 Mon Sep 17 00:00:00 2001 From: Keelan Fadden-Hopper Date: Fri, 30 Jun 2023 17:11:04 +0100 Subject: [PATCH] Remove references to blogs in README.md --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index 58a63944..28d617c5 100644 --- a/README.md +++ b/README.md @@ -12,26 +12,7 @@ The repository for the documentation sitting at https://docs.localgovdrupal.org/ 4. `lando yarn dev` to start a dev server -## Blog - -`*.md` files within `src/blog` will be parsed to generate blog posts which are listed at http://localgovdrupal.org/blog. Blog markdown files are required to have the following front matter. - -```yml ---- -title: "Example title" -description: "An example description." -date: "2021-01-18" (yyyy-mm-dd) -author: "J. Smith" -author_url: "#" (optional) -cannonicalUrl: "" (optional - for blog posts present on other sites) ---- -``` - -Posts will be displayed on the listing page in reverse chronological order based on the `date` key within the front matter. -The author can be linked to a website or a twitter account in order to give credit to the author. -Please add a cannonical URL if the blog post exists originally on another website as well. [Google article on this topic](https://developers.google.com/search/docs/advanced/crawling/consolidate-duplicate-urls) - -## Adding images to posts +## Adding images You can add your images to the `images` folder next to the other folders and then you can reference these by using `![Alt text here](~@images/image.png)`.