diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 73b9a9572..77407face 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,7 @@ on: jobs: deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: @@ -24,7 +24,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.96.0' + hugo-version: '0.147.2' extended: true - name: Build diff --git a/config.toml b/config.toml index f9608b972..38fff1c13 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,8 @@ theme = "hello-friend-ng" PygmentsCodeFences = true PygmentsStyle = "monokai" -paginate = 10 +[pagination] + pagerSize = 10 rssLimit = 10 # Maximum number of items in the RSS feed. copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template. @@ -135,7 +136,7 @@ disableHugoGeneratorInject = false # logoCursorAnimate = "2s" # Commento is more than just a comments widget you can embed — - # it’s a return to the roots of the internet. + # it's a return to the roots of the internet. # An internet without the tracking and invasions of privacy. # An internet that is simple and lightweight. # An internet that is focused on interesting discussions, not ads. @@ -165,6 +166,8 @@ disableHugoGeneratorInject = false name = "reddit" url = "https://www.reddit.com/r/dogecoindev" + googleAnalytics = "" + [languages] ############################## diff --git a/static/dogeathon-2025/css/dogeathon-2015.webflow.css b/static/dogeathon-2025/css/dogeathon-2025.webflow.css similarity index 99% rename from static/dogeathon-2025/css/dogeathon-2015.webflow.css rename to static/dogeathon-2025/css/dogeathon-2025.webflow.css index 0650b26ae..e260b5b3f 100644 --- a/static/dogeathon-2025/css/dogeathon-2015.webflow.css +++ b/static/dogeathon-2025/css/dogeathon-2025.webflow.css @@ -1981,7 +1981,6 @@ figcaption { } .modal { - margin: auto; padding: var(--_measurements---section-padding-y) var(--_measurements---section-padding-x); grid-column-gap: 3rem; grid-row-gap: 3rem; @@ -2080,6 +2079,7 @@ figcaption { color: var(--base-color-brand--blue); transform: rotate(-7deg); } + @media screen and (min-width: 1280px) { .button { padding-top: .75rem; @@ -2153,10 +2153,11 @@ figcaption { .hero-heading { font-size: 4rem; } + .activities { grid-column-gap: 3rem; grid-row-gap: 2rem; - } + } } @media screen and (max-width: 991px) { @@ -2461,7 +2462,7 @@ figcaption { } .section-backround-skew { - /*width: 800px;*/ + width: 100%; top: 5rem; } @@ -2606,9 +2607,10 @@ figcaption { .modal { border-radius: 1.5rem; } + .activities { font-size: 1.5rem; - } + } } @media screen and (max-width: 767px) { @@ -3112,11 +3114,6 @@ figcaption { .qr-code { width: 30%; } - - .list-cards, .list-cards{ - display: block; - } - .card-border, .card-calendar, .card-guest, .card-accomodation{ margin: 5px;} } @media screen and (max-width: 479px) { @@ -3436,11 +3433,12 @@ figcaption { width: auto; height: 8rem; } + .activities { grid-column-gap: 1rem; grid-row-gap: .5rem; font-size: 1.25rem; - } + } } #w-node-f63cbc6a-01b0-c56e-95d4-065080c06ed5-5d943133 { diff --git a/themes/hello-friend-ng/assets/scss/_footer.scss b/themes/hello-friend-ng/assets/scss/_footer.scss index 1be85c938..e41062df7 100644 --- a/themes/hello-friend-ng/assets/scss/_footer.scss +++ b/themes/hello-friend-ng/assets/scss/_footer.scss @@ -71,7 +71,7 @@ } } -@media screen and (max-width: 1200px) { +@media screen and (max-width: 1440px) { .footer-column1 { padding-left: 20px; } diff --git a/themes/hello-friend-ng/assets/scss/_header.scss b/themes/hello-friend-ng/assets/scss/_header.scss index 6d7523411..120762e41 100644 --- a/themes/hello-friend-ng/assets/scss/_header.scss +++ b/themes/hello-friend-ng/assets/scss/_header.scss @@ -36,7 +36,7 @@ justify-content: space-between; margin: 0 auto; width: 100%; - max-width: 1200px; + max-width: 1440px; } &.minimize { diff --git a/themes/hello-friend-ng/assets/scss/_main.scss b/themes/hello-friend-ng/assets/scss/_main.scss index 6af679323..75a7fa40d 100644 --- a/themes/hello-friend-ng/assets/scss/_main.scss +++ b/themes/hello-friend-ng/assets/scss/_main.scss @@ -550,7 +550,7 @@ hr { /* override default max-width */ @media (min-width: 1400px) { .container { - max-width: 1200px !important; + max-width: 1440px !important; } } diff --git a/themes/hello-friend-ng/assets/scss/_menu.scss b/themes/hello-friend-ng/assets/scss/_menu.scss index 99c479976..af76256d7 100644 --- a/themes/hello-friend-ng/assets/scss/_menu.scss +++ b/themes/hello-friend-ng/assets/scss/_menu.scss @@ -53,9 +53,12 @@ display: inline-block; margin-right: 15px; text-decoration: none; + font-weight: bold; + color: white; + font-size: 1rem !important; &:hover { - text-decoration: underline; + text-decoration: none; } &:last-of-type { diff --git a/themes/hello-friend-ng/layouts/dogeathon-2025/list.html b/themes/hello-friend-ng/layouts/dogeathon-2025/list.html index 6fc80004f..5851950e1 100644 --- a/themes/hello-friend-ng/layouts/dogeathon-2025/list.html +++ b/themes/hello-friend-ng/layouts/dogeathon-2025/list.html @@ -9,7 +9,7 @@ - + @@ -19,11 +19,17 @@