Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thegeeklab/hugo-geekdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: thegeeklab/hugo-geekdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 11 commits
  • 20 files changed
  • 3 contributors

Commits on Jan 18, 2025

  1. fix(deps): update dependency katex to v0.16.21 [security] (#954)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1bbf6f0 View commit details

Commits on Jan 20, 2025

  1. chore(deps): update devdeps non-major (#955)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fd4da7a View commit details
  2. chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.141 (#956)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    02a7c2b View commit details

Commits on Jan 27, 2025

  1. chore(deps): update dependency eslint to v9.19.0 (#957)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bee3499 View commit details
  2. chore(deps): lock file maintenance (#958)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a2d2d27 View commit details

Commits on Jan 28, 2025

  1. chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.142 (#959)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 28, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1b8ad3a View commit details

Commits on Feb 1, 2025

  1. fix(deps): update dependency @cfworker/json-schema to v4.1.1 (#960)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 1, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6eed2cb View commit details

Commits on Feb 3, 2025

  1. chore(deps): update dependency html-validate to v9.2.0 (#961)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5888203 View commit details

Commits on Feb 7, 2025

  1. chore(deps-dev): bump undici from 6.21.0 to 6.21.1 (#966)

    Bumps [undici](https://github.com/nodejs/undici) from 6.21.0 to 6.21.1.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v6.21.0...v6.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    540fa35 View commit details
  2. refactor: replace deprecated sass global imports (#965)

    xoxys authored Feb 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    939ec0f View commit details
  3. chore(deps): update quay.io/thegeeklab/hugo docker tag to v0.143 (#962)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    93979d4 View commit details
2 changes: 1 addition & 1 deletion .woodpecker/docs.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ steps:
- event: [pull_request]

- name: build
image: quay.io/thegeeklab/hugo:0.140
image: quay.io/thegeeklab/hugo:0.143
commands:
- hugo --panicOnWarning -s exampleSite/

2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ steps:
FORCE_COLOR: "true"

- name: testbuild
image: quay.io/thegeeklab/hugo:0.140
image: quay.io/thegeeklab/hugo:0.143
depends_on: [assets]
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
1 change: 1 addition & 0 deletions layouts/shortcodes/gist.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script src="https://gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script>
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -34,10 +34,10 @@
"node": ">=18 <=22"
},
"dependencies": {
"@cfworker/json-schema": "4.1.0",
"@cfworker/json-schema": "4.1.1",
"clipboard": "2.0.11",
"flexsearch": "0.7.43",
"katex": "0.16.20",
"katex": "0.16.21",
"lodash": "4.17.21",
"mermaid": "11.4.1",
"store2": "2.14.4",
@@ -48,17 +48,17 @@
"autoprefixer": "10.4.20",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-prettier": "5.2.3",
"favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1",
"globals": "15.14.0",
"html-validate": "9.1.3",
"html-validate": "9.2.0",
"npm-run-all2": "7.0.2",
"postcss-loader": "8.1.1",
"prettier": "3.4.2",
"sass": "1.83.1",
"sass": "1.83.4",
"sass-loader": "16.0.4",
"shx": "0.3.4",
"svg-sprite": "2.0.4",
23 changes: 13 additions & 10 deletions src/sass/_asciidoc.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
@use "sass:color";
@use "defaults";

.admonitionblock {
@each $name, $color in $hint-colors {
@each $name, $color in defaults.$hint-colors {
&.#{$name} {
border-left-color: $color;
background-color: color.scale($color, $lightness: 95%, $saturation: -30%);
color: $body-font-color;
color: defaults.$body-font-color;
}
}

& {
margin: $padding-16 0;
margin: defaults.$padding-16 0;
padding: 0;

border-left: $border-4 solid var(--accent-color);
border-radius: $border-radius;
border-left: defaults.$border-4 solid var(--accent-color);
border-radius: defaults.$border-radius;
}

table {
@@ -25,10 +28,10 @@

td {
display: block;
padding: $padding-4 $padding-16 !important;
padding: defaults.$padding-4 defaults.$padding-16 !important;

&:first-child {
background-color: color.scale($gray-600, $alpha: -95%);
background-color: color.scale(defaults.$gray-600, $alpha: -95%);
font-weight: bold;

&.icon {
@@ -40,18 +43,18 @@
i.fa::after {
content: attr(title);
font-style: normal;
padding-left: $padding-24;
padding-left: defaults.$padding-24;
}

i.fa {
color: $black;
color: defaults.$black;
background-size: auto 90%;
background-repeat: no-repeat;
filter: invert(30%);
margin-left: -5px;
}

@each $name, $icon in $hint-icons {
@each $name, $icon in defaults.$hint-icons {
i.fa.icon-#{$name} {
background-image: url(img/geekdoc-stack.svg##{$icon});
}
Loading