diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 27c14cd..9fc1e03 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -12,8 +12,8 @@ dateFormat = "2 January 2006" logo = "AM.ico' " [author] - name = "Your name here" - image = "profile.jpg" + name = "Ash Marlow" + image = "assets/img/me.jpg" headline = "I'm only human" bio = "A little bit about you" links = [ diff --git a/config/_default/params.toml b/config/_default/params.toml index f5356b2..b451b32 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -27,17 +27,17 @@ layout = "basic" [footer] showMenu = true -showCopyright = true -showThemeAttribution = true +showCopyright = false +showThemeAttribution = false showAppearanceSwitcher = true showScrollToTop = true [homepage] layout = "card" showRecent = true -showRecentItems = 5 +showRecentItems = 6 showMoreLink = true -showMoreLinkDest = "/posts/" +showMoreLinkDest = "/blog/" cardView = true cardViewScreenWidth = false layoutBackgroundBlur = false diff --git a/content/_index.md b/content/_index.md index a09b087..078a4c5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,6 +3,7 @@ title: "Ash Marlow" description: "Software Engineer specializing in hardware, security, and automation." type: "background" layout: "profile" +showAuthor: true --- diff --git a/content/blog/hello-world.md b/content/blog/hello-world.md deleted file mode 100644 index 9afcd0f..0000000 --- a/content/blog/hello-world.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "hello world" -date: 2026-02-19 -summary: Welcome to my world." -tags: [] ---- -Testing 123 - -# A nice test header - - -Does this webhook work? - - -WELL!? \ No newline at end of file diff --git a/resources/_gen/images/blogs/retro-handhelds/featured_hu_9a1528ea52fa35df.gif b/resources/_gen/images/blogs/retro-handhelds/featured_hu_9a1528ea52fa35df.gif deleted file mode 100644 index 72e93c1..0000000 Binary files a/resources/_gen/images/blogs/retro-handhelds/featured_hu_9a1528ea52fa35df.gif and /dev/null differ