Commit Graph

594 Commits (uci-hugo-doc)

Author SHA1 Message Date
renovate[bot] 1c504ed4cc
chore(deps): lock file maintenance (#359) 2022-03-14 09:00:22 +01:00
renovate[bot] a92fed899b
fix(deps): update dependency katex to v0.15.3 (#364) 2022-03-14 09:00:01 +01:00
Renovate Bot 213985854b chore(deps): update devdependencies (non-major) 2022-03-14 03:26:30 +00:00
renovate[bot] 031a9edc99
chore(deps): update dependency webpack-manifest-plugin to v5 (#363) 2022-03-08 22:26:35 +01:00
Renovate Bot 067b45d467 chore(deps): update devdependencies (non-major) 2022-03-07 02:42:56 +00:00
Robert Kaussow 4d706689b1
ci: update hugo to v0.93.2 2022-03-05 17:13:40 +01:00
Renovate Bot 4874a474d3 chore(deps): update devdependencies (non-major) 2022-02-28 03:47:56 +00:00
Robert Kaussow 9d61f9ddf9
fix: avoid to apply css class katex twice (#357) 2022-02-26 16:28:10 +01:00
Robert Kaussow e1edb90407
chore: ensure favicons is installed as devDependency 2022-02-23 20:55:46 +01:00
Robert Kaussow a4d1f51b1b
fix template auto-formatting 2022-02-22 21:45:14 +01:00
renovate[bot] f3e1ffdddc
chore(deps): lock file maintenance (#350) 2022-02-21 09:09:21 +01:00
renovate[bot] 69ff585cee
fix(deps): update dependency @cfworker/json-schema to v1.12.2 (#351) 2022-02-21 09:09:11 +01:00
Renovate Bot 7acb478b9d chore(deps): update devdependencies (non-major) 2022-02-21 03:27:48 +00:00
Robert Kaussow 2ecb63e7b2
fix: fix isPage detection for metatdata tags (#348) 2022-02-18 14:03:19 +01:00
Robert Kaussow 928906b251
remove unused page resources 2022-02-17 20:45:22 +01:00
Robert Kaussow 2dbe3a4a5f
fix: add schema.org metadata to docs sections (#347) 2022-02-17 20:44:08 +01:00
Robert Kaussow 7df6057ca0
feat: add new option geekdocContentLicense (#346) 2022-02-16 11:53:13 +01:00
Robert Kaussow 95c38f6193
refactor: cleanup and unify the featured image metadata integration (#345) 2022-02-15 22:27:43 +01:00
Robert Kaussow 055ab6c4e3
fix: fallback to 'content' if no contentDir parameter is set (#344) 2022-02-15 21:14:05 +01:00
Robert Kaussow c9f809ca19
fix: fix edit page link and auto-detect contentDir (#343)
BREAKING CHANGE: With support of the multilingual mode, we broke the `edit page` links, as the content directory was statically hard-coded into the `GeekdocEditPath` parameter. To get the correct content directory, regardless of the language or a disabled multilingual mode, we now use Hugo's built-in `.Site.Params.contentDir` parameter. Therefor, you have to remove the hard-coded `/content` part from the `geekdocEditPath` parameter in the configuration of your project.
2022-02-15 20:58:35 +01:00
Robert Kaussow 4e93b70b7b
fix: revert fix for broken `Edit Page` links (#339) (#342) 2022-02-14 23:23:06 +01:00
renovate[bot] 2067672172
fix(deps): update dependency mermaid to v8.14.0 (#338) 2022-02-14 14:31:35 +01:00
renovate[bot] 52004f6d27
chore(deps): lock file maintenance (#341) 2022-02-14 14:31:27 +01:00
Renovate Bot e47f406af3 chore(deps): update dependency eslint to v8.9.0 2022-02-14 04:04:10 +00:00
Andreas Deininger f66ca6a07d
fix: fix broken `Edit Page` links (#339) 2022-02-13 22:48:38 +01:00
Renovate Bot b57817fb3a chore(deps): update dependency svgtofont to v3.17.4 2022-02-10 21:35:47 +00:00
Robert Kaussow 87fdde4808
fix: use safeHTML for description in metadata (#334) 2022-02-07 14:47:32 +01:00
Robert Kaussow cd9ab9e48e
fix: fix formatting of multiline post metadata (#333) 2022-02-07 13:52:12 +01:00
Robert Kaussow e97cddfd2a
fix: use absolute ULRs in img shortcode (#332) 2022-02-07 13:24:00 +01:00
Robert Kaussow e100ccf034
feat: add canonical link to head (#331) 2022-02-07 12:04:51 +01:00
Robert Kaussow a901b3da36
fix: fix usage of terms and taxonomies list templates (#330) 2022-02-07 11:53:45 +01:00
Robert Kaussow d2668b43f6
refactor: unify title and description handling in meta files (#329) 2022-02-07 10:57:43 +01:00
renovate[bot] d94859e4ae
chore(deps): lock file maintenance (#326) 2022-02-07 09:38:46 +01:00
Renovate Bot be511994ce chore(deps): update dependency svgtofont to v3.15.0 2022-02-07 08:38:10 +00:00
Robert Kaussow 854e20b500
ci: relax image-size-responsive in lighthouse runs (#328) 2022-02-07 09:27:28 +01:00
Robert Kaussow e3e5969466
chore: limit supported nodejs versions (#323) 2022-02-04 13:53:49 +01:00
Robert Kaussow 3228f90eef
fix: prevent failing build if tags is an empty string (#322) 2022-02-04 13:31:23 +01:00
Robert Kaussow fdd4e19d0e
fix: use shx in npm scripts to fix cross-platform commands (#321) 2022-02-04 12:52:34 +01:00
Renovate Bot 78a24426c5 chore(deps): update dependency svg-sprite to v1.5.4 2022-02-03 16:40:53 +00:00
Robert Kaussow 39df04c78f
docs: fix theme build documentation (#318) 2022-02-03 14:41:42 +01:00
Robert Kaussow 4f3d48c1d9
fix: fix formatting on code links (#316) 2022-02-03 11:42:26 +01:00
Robert Kaussow 30d3c64c41
fix: fix post metadata positioning (#315) 2022-02-03 10:58:37 +01:00
renovate[bot] 134a50faf2
fix(deps): update dependency clipboard to v2.0.10 (#313) 2022-02-03 10:30:03 +01:00
Renovate Bot cbd906e1d9 chore(deps): update dependency @babel/eslint-parser to v7.17.0 2022-02-03 02:16:49 +00:00
Renovate Bot b62746452a chore(deps): update dependency css-loader to v6.6.0 2022-02-02 13:05:24 +00:00
Renovate Bot 51fc3db448 chore(deps): update dependency sass to v1.49.7 2022-02-02 01:49:12 +00:00
Renovate Bot 404746bfbd chore(deps): update dependency sass to v1.49.4 2022-02-01 05:13:44 +00:00
Renovate Bot 1d293d5677 chore(deps): update dependency webpack to v5.68.0 2022-01-31 18:21:54 +00:00
renovate[bot] 49101450e4
chore(deps): lock file maintenance (#307) 2022-01-31 15:15:48 +01:00
Renovate Bot fea18059a2 chore(deps): update dependency copy-webpack-plugin to v10.2.4 2022-01-31 12:11:29 +00:00