You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,26 +12,7 @@ The repository for the documentation sitting at https://docs.localgovdrupal.org/
12
12
13
13
4.`lando yarn dev` to start a dev server
14
14
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
35
16
36
17
You can add your images to the `images` folder next to the other folders and then you can reference these by using ``.
0 commit comments