generated from makenotion/notion-sdk-typescript-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump themes/ananke from
0ba75ea
to 799886d
Bumps [themes/ananke](https://github.com/theNewDynamic/gohugo-theme-ananke) from `0ba75ea` to `799886d`. - [Release notes](https://github.com/theNewDynamic/gohugo-theme-ananke/releases) - [Commits](theNewDynamic/gohugo-theme-ananke@0ba75ea...799886d) --- updated-dependencies: - dependency-name: themes/ananke dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4811f01
commit dc45564
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ananke
updated
22 files
+9 −0 | .github/CODEOWNERS | |
+6 −2 | .github/ISSUE_TEMPLATE/bugs.md | |
+4 −1 | .github/ISSUE_TEMPLATE/config.yml | |
+8 −4 | .gitignore | |
+2 −2 | README.md | |
+0 −31 | ananke.code-workspace | |
+37 −37 | config/_default/params.toml | |
+3 −0 | exampleSite/README.md | |
+13 −2 | exampleSite/config.toml | |
+0 −2 | exampleSite/go.sum | |
+49 −0 | i18n/oc.toml | |
+1 −1 | layouts/_default/baseof.html | |
+0 −3 | layouts/_default/by.html | |
+3 −1 | layouts/_default/single.html | |
+3 −3 | layouts/partials/func/style/GetMainCSS.html | |
+2 −2 | layouts/partials/func/warn.html | |
+3 −3 | layouts/partials/site-style.html | |
+1 −1 | layouts/partials/summary-with-image.html | |
+1 −1 | layouts/partials/summary.html | |
+2,126 −985 | package-lock.json | |
+2 −2 | package.hugo.json | |
+9 −6 | package.json |