Skip to content

Commit e12f4b0

Browse files
authored
Merge pull request #195 from localgovdrupal/feature/126-update-readme
Remove references to blogs in README.md
2 parents 60e7a07 + 81dee40 commit e12f4b0

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,7 @@ The repository for the documentation sitting at https://docs.localgovdrupal.org/
1212

1313
4. `lando yarn dev` to start a dev server
1414

15-
## Blog
16-
17-
`*.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.
18-
19-
```yml
20-
---
21-
title: "Example title"
22-
description: "An example description."
23-
date: "2021-01-18" (yyyy-mm-dd)
24-
author: "J. Smith"
25-
author_url: "#" (optional)
26-
cannonicalUrl: "" (optional - for blog posts present on other sites)
27-
---
28-
```
29-
30-
Posts will be displayed on the listing page in reverse chronological order based on the `date` key within the front matter.
31-
The author can be linked to a website or a twitter account in order to give credit to the author.
32-
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)
33-
34-
## Adding images to posts
15+
## Adding images
3516

3617
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)`.
3718

0 commit comments

Comments
 (0)