diff --git a/assets/.gitkeep b/assets/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/assets/background.jpg b/assets/background.jpg deleted file mode 100644 index ce09b4e..0000000 Binary files a/assets/background.jpg and /dev/null differ diff --git a/assets/pfp.png b/assets/img/pfp.png similarity index 100% rename from assets/pfp.png rename to assets/img/pfp.png diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 766dbfb..73bd4b0 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -16,7 +16,7 @@ title = "Blowfish" [params.author] name = "Taco" - image = "pfp.png" + image = "img/pfp.png" imageQuality = 96 headline = "Rawr" bio = "Dragon that does things." diff --git a/config/_default/params.toml b/config/_default/params.toml index 64016ad..4d7f047 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -11,7 +11,7 @@ autoSwitchAppearance = true enableA11y = false enableSearch = true -enableCodeCopy = false +enableCodeCopy = true enableStructuredBreadcrumbs = false # enableStyledScrollbar = true # disable to use native scrollbar style (defaults to true) @@ -54,7 +54,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" [homepage] layout = "background" # valid options: page, profile, hero, card, background, custom - homepageImage = "background.jpg" + homepageImage = "img/cover.jpg" showRecent = true showRecentItems = 5 showMoreLink = false @@ -72,8 +72,8 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" showDateUpdated = false showAuthor = true # showAuthorBottom = false - showHero = false - # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground + showHero = true + heroStyle = "background" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background showBreadcrumbs = false diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post/index.md similarity index 100% rename from content/posts/my-first-post.md rename to content/posts/my-first-post/index.md