Skip to content

Commit 15c874e

Browse files
Merge pull request #20 from joshuafhiggins/main
2 parents 18cfeb1 + aa77776 commit 15c874e

File tree

90 files changed

+210
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+210
-146
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.108.0
34+
HUGO_VERSION: 0.137.0
3535
steps:
3636
- name: Install Hugo CLI
3737
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/public/
88
assets/jsconfig.json
99
/.idea/
10+
/content/.obsidian/

assets/images/avatar.png

-1.57 MB
Binary file not shown.

assets/images/avatar.webp

153 KB

assets/images/banner.avif

343 KB
Binary file not shown.

assets/images/banner.png

-8.99 MB
Binary file not shown.

config/_default/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ subtitle = "The blog for my programming projects"
1313
[Params.Sidebar.Avatar]
1414
enabled = true
1515
local = true
16-
src = "images/avatar.png"
16+
src = "images/avatar.webp"
1717

1818
[Params.Footer]
1919
since = 2019
@@ -44,4 +44,4 @@ card = "summary"
4444
[Params.defaultImage.opengraph]
4545
enabled = true
4646
local = true
47-
src = "images/banner.png"
47+
src = "images/banner.avif"

config/_default/menu.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ url = "https://www.youtube.com/channel/UCIk0qQcaVTxhfTD9sK_0PtQ"
2626
[social.params]
2727
icon = "brand-youtube"
2828

29-
[[social]]
30-
identifier = "discord"
31-
name = "Discord"
32-
weight = 4
33-
url = "https://discord.com/invite/b48D4m8jNs"
34-
35-
[social.params]
36-
icon = "brand-discord"
37-
3829
[[social]]
3930
identifier = "email"
4031
name = "Email"

content/categories/butterengine/_index.md

Lines changed: 1 addition & 1 deletion
-22.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)