Skip to content

Commit ff3def8

Browse files
Merge pull request #17 from cjug/updates/add-neo4j-sponsor
add neo4j sponsor
2 parents 57a57f9 + b6e3bf5 commit ff3def8

File tree

5 files changed

+36
-23
lines changed

5 files changed

+36
-23
lines changed

.github/workflows/hugo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313

1414
jobs:
1515
deploy:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
steps:
@@ -25,8 +25,8 @@ jobs:
2525
- name: Setup Hugo
2626
uses: peaceiris/actions-hugo@v2
2727
with:
28-
hugo-version: '0.110.0'
29-
# extended: true
28+
hugo-version: '0.135.0'
29+
extended: true
3030

3131
- name: Build
3232
run: hugo --minify

config.toml

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,31 @@ theme = 'ananke'
3131
weight=5
3232

3333
[params]
34-
[[params.ananke_socials]]
35-
name = "twitter"
36-
url = "https://twitter.com/cjug"
37-
[[params.ananke_socials]]
38-
name = "facebook"
39-
url = "https://facebook.com/ChicagoJava"
40-
[[params.ananke_socials]]
41-
name = "linkedin"
42-
url = "https://www.linkedin.com/groups/4691739/profile"
43-
[[params.ananke_socials]]
44-
name = "youtube"
45-
url = "https://www.youtube.com/user/CJUGVideos"
46-
[[params.ananke_socials]]
47-
name = "discord"
48-
url = "https://discord.gg/U25g437"
49-
[[params.ananke_socials]]
50-
name = "mastodon"
51-
url = "https://foojay.social/@ChicagoJUG"
34+
35+
[params.ananke.social.follow]
36+
networks = [
37+
"twitter",
38+
"facebook",
39+
"linkedin",
40+
"youtube",
41+
"discord",
42+
"mastodon"
43+
]
44+
45+
[params.ananke.social.twitter]
46+
username = "cjug"
47+
48+
[params.ananke.social.facebook]
49+
username = "ChicagoJava"
50+
51+
[params.ananke.social.linkedin]
52+
profileLink = "https://www.linkedin.com/groups/4691739/profile"
53+
54+
[params.ananke.social.youtube]
55+
username = "CJUGVideos"
56+
57+
[params.ananke.social.discord]
58+
profileLink = "https://discord.gg/U25g437"
59+
60+
[params.ananke.social.mastodon]
61+
profileLink = "https://foojay.social/@ChicagoJUG"

content/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ For more information on our events, please visit our [Meetup page](https://www.m
1212
Previous meetup recordings can be found on [YouTube](https://www.youtube.com/user/CJUGVideos) and [Vimeo](https://vimeo.com/channels/1109817).
1313

1414
# Sponsors
15+
### Provider of complimentary IntelliJ licenses
1516
[![JetBrains](/images/jetbrains.jpg)](https://jetbrains.com)
16-
Provider of complimentary IntelliJ licenses
17+
18+
### GOLD (2024-Present)
19+
[![Neo4j](/images/neo4j-social-share-21.png)](https://neo4j.com/)
1720

1821
# Java OffHeap Podcast
1922
Some of our current and past leadership are featured in the [Java OffHeap Podcast](https://www.javaoffheap.com/).
28.8 KB
Loading

themes/ananke

Submodule ananke updated 546 files

0 commit comments

Comments
 (0)