Skip to content

Commit

Permalink
adds location setting, hopefully fixes feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
ajzeigert committed Jan 4, 2024
1 parent 0c3bad7 commit 584b6d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions _config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import transformImages from "lume/plugins/transform_images.ts";

const site = lume({
src: "./src",
location: new URL("https://zeigert.com")
})
.use(blog())
.use(favicon())
Expand Down
4 changes: 2 additions & 2 deletions src/_data.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
home:
# welcome: Andy Zeigert's homepage
welcome: Andy Zeigert's homepage
description: On this page you will find information by and about me

extra_head: <link rel="stylesheet" href="/variables.css"/>
Expand All @@ -17,7 +17,7 @@ menu_links:

# Metas plugin https://lume.land/plugins/metas/#description
metas:
site: Andy Zeigert
site: Zeigert.com
description: Andy Zeigert's personal portfolio website and blog.
keywords:
- Andy Zeigert
Expand Down

0 comments on commit 584b6d3

Please sign in to comment.