Skip to content

Commit

Permalink
Update default page and RSS xml config
Browse files Browse the repository at this point in the history
  • Loading branch information
ew-b committed Apr 15, 2024
1 parent 94379b8 commit cdbdae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions archetypes/posts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "My 1st post"
date: 2020-09-15T11:30:03+00:00
title: "Content"
date: 2024-01-15T11:30:03+00:00
# weight: 1
# aliases: ["/first"]
tags: ["posts", "media"]
Expand All @@ -12,7 +12,7 @@ draft: false
hidemeta: false
comments: false
description: "Desc Text."
canonicalURL: "https://canonical.url/to/page"
canonicalURL: "https://ew-b.github.io/posts/"
disableHLJS: true # to disable highlightjs
disableShare: false
disableHLJS: false
Expand All @@ -31,7 +31,7 @@ cover:
relative: false # when using page bundles set this to true
hidden: true # only hide on current single page
editPost:
URL: "https://github.com/<path_to_repo>/content"
URL: "https://github.com/ew-b/ew-b.github.io/tree/main/content/"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
---
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ params:
- name: github
url: "https://github.com/ew-b"
- name: "rss"
url: "https://ew-b.github.io/ewb-archive/index.xml"
url: "https://ew-b.github.io/index.xml"

analytics:
google:
Expand Down

0 comments on commit cdbdae0

Please sign in to comment.