Compare commits
9 Commits
4b9d65f4df
...
30b0cabf0e
Author | SHA1 | Date |
---|---|---|
|
30b0cabf0e | |
|
f69a20dcd4 | |
|
ea53e8a936 | |
|
9f433902c2 | |
|
a362d37b3f | |
![]() |
2c955aefc3 | |
![]() |
64fab20028 | |
![]() |
9026d135a8 | |
![]() |
c177c10daa |
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -4,12 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d
|
|||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v1.4.1](https://github.com/gethyas/doks/compare/v1.4.0...v1.4.1)
|
||||
|
||||
- deps: bump hugo from v0.123.6 to v0.123.7 [`64fab20`](https://github.com/gethyas/doks/commit/64fab200283a0dc090f18e6ebc6c76ea1184716c)
|
||||
|
||||
#### [v1.4.0](https://github.com/gethyas/doks/compare/v1.3.0...v1.4.0)
|
||||
|
||||
> 1 March 2024
|
||||
|
||||
- feat: update for @hyas/doks-core v1.4.0 [`c177c10`](https://github.com/gethyas/doks/commit/c177c10daaca12e4ee5a9190c95969fbc7cdf989)
|
||||
- meta: update CHANGELOG.md [`9026d13`](https://github.com/gethyas/doks/commit/9026d135a859c1e3fc6aba8db3fbc27ce474ea08)
|
||||
- config: update .npmignore [`d33d5b6`](https://github.com/gethyas/doks/commit/d33d5b6b2268b8ddb36d3ad9eaaa000faf75c2cd)
|
||||
|
||||
#### [v1.3.0](https://github.com/gethyas/doks/compare/v1.2.0...v1.3.0)
|
||||
|
||||
> 11 January 2024
|
||||
|
||||
- Restructures dependencies+ [`#1172`](https://github.com/gethyas/doks/pull/1172)
|
||||
- feat: restructure dependencies+ [`a6b7491`](https://github.com/gethyas/doks/commit/a6b74916fc898280687dac342b9b49995ff2502d)
|
||||
- meta: update templates GitHub [`1e0d1ff`](https://github.com/gethyas/doks/commit/1e0d1ffd677421a7edf3707d53ec1640d972da25)
|
||||
- meta: update templates GitHub [`021ae5c`](https://github.com/gethyas/doks/commit/021ae5c4d2e45fe58d1f7ddea0bdd351605be472)
|
||||
- meta: update CHANGELOG.md [`bdb5023`](https://github.com/gethyas/doks/commit/bdb5023cf64c10a74343f90b263096f49de5046f)
|
||||
|
||||
#### [v1.2.0](https://github.com/gethyas/doks/compare/v1.1.1...v1.2.0)
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": [
|
||||
"*",
|
||||
"..\\node_modules\\@hyas\\doks-core\\assets\\*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -58,6 +58,21 @@
|
|||
post = "v0.1.0"
|
||||
weight = 30
|
||||
|
||||
# [[sidebar_docs]]
|
||||
# name = "Guides"
|
||||
# pageRef = "/docs/guides"
|
||||
# weight = 10
|
||||
#
|
||||
# [[sidebar_docs]]
|
||||
# name = "Reference"
|
||||
# pageRef = "/docs/reference"
|
||||
# weight = 20
|
||||
#
|
||||
# [[sidebar_docs]]
|
||||
# name = "Resources"
|
||||
# pageRef = "/docs/resources"
|
||||
# weight = 30
|
||||
|
||||
[[footer]]
|
||||
name = "Privacy Policy"
|
||||
url = "/privacy/"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
[[mounts]]
|
||||
source = "node_modules/@hyas/images/assets"
|
||||
target = "assets"
|
||||
excludeFiles = "/scss/**.scss"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/doks-core/assets"
|
||||
|
|
|
@ -87,10 +87,10 @@ mainSections = ["docs"]
|
|||
# textLight = "#1d2d35" # "#1d2d35" (default), "#1d2d35" (orignal), or custom color
|
||||
# accentLight = "#8ed6fb" # "#8ed6fb" (default), "#8ed6fb" (orignal), or custom color
|
||||
|
||||
[doks.menu]
|
||||
[doks.menu.section]
|
||||
auto = true # true (default) or false
|
||||
collapsibleSidebar = true # true (default) or false
|
||||
# [doks.menu]
|
||||
# [doks.menu.section]
|
||||
# auto = true # true (default) or false
|
||||
# collapsibleSidebar = true # true (default) or false
|
||||
|
||||
# Debug
|
||||
[render_hooks.image]
|
||||
|
@ -102,14 +102,14 @@ mainSections = ["docs"]
|
|||
|
||||
# Images (@hyas/images)
|
||||
[hyas_images]
|
||||
[hyas_images.landscape]
|
||||
normalize = "1360x765" # "1600x900" (default)
|
||||
lqip = "16x9" # "16x9" (default)
|
||||
widths = [480, 640, 800, 1024]
|
||||
[hyas_images.portrait]
|
||||
normalize = "765x1360" # "900x1600" (default)
|
||||
lqip = "9x16" # "9x16" (default)
|
||||
widths = [480, 640, 800, 1024]
|
||||
[hyas_images.defaults]
|
||||
decoding = "async" # sync, async, or auto (default)
|
||||
fetchpriority = "auto" # high, low, or auto (default)
|
||||
loading = "lazy" # eager or lazy (default)
|
||||
widths = [480, 576, 768, 1025, 1200, 1440] # [640, 768, 1024, 1366, 1600, 1920] for example
|
||||
sizes = "auto" # 100vw (default), 75vw, or auto for example
|
||||
process = "" # "fill 1600x900" or "fill 2100x900" for example
|
||||
lqip = "16x webp q20" # "16x webp q20" or "21x webp q20" for example
|
||||
|
||||
# Inline SVG (@hyas/inline-svg)
|
||||
[inline_svg]
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:12:03+02:00
|
||||
lastmod: 2023-09-07T16:12:03+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "docs-9602b15bad02600f3883f55e2ade6b81"
|
||||
weight: 999
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:06:50+02:00
|
||||
lastmod: 2023-09-07T16:06:50+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "guides-4e0d0e0f89f7decc11eaad4ae9193018"
|
||||
weight: 800
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be4373e933280d78ea53de6158e"
|
||||
weight: 810
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,12 +5,10 @@ summary: ""
|
|||
date: 2023-09-07T16:12:37+02:00
|
||||
lastmod: 2023-09-07T16:12:37+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "reference-22e9ba8aefa7ef9891199cf8db3a08cd"
|
||||
weight: 900
|
||||
toc: true
|
||||
sidebar:
|
||||
collapsed: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:13:18+02:00
|
||||
lastmod: 2023-09-07T16:13:18+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-ee51430687e728ba6e68dea3359133ad"
|
||||
weight: 910
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "Resources"
|
||||
description: ""
|
||||
summary: ""
|
||||
date: 2024-02-27T09:30:56+01:00
|
||||
lastmod: 2024-02-27T09:30:56+01:00
|
||||
draft: false
|
||||
weight: 999
|
||||
toc: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
canonical: "" # custom canonical URL (optional)
|
||||
noindex: false # false (default) or true
|
||||
---
|
||||
|
||||
Link to valuable, relevant resources.
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "doks",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.1",
|
||||
"description": "Doks theme",
|
||||
"author": "Hyas",
|
||||
"license": "MIT",
|
||||
|
@ -30,8 +30,8 @@
|
|||
"version": "auto-changelog -p && git add CHANGELOG.md"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hyas/doks-core": "^1.3.0",
|
||||
"@hyas/images": "^2.0.3",
|
||||
"@hyas/doks-core": "^1.4.1",
|
||||
"@hyas/images": "^3.1.0",
|
||||
"@hyas/inline-svg": "^1.0.5",
|
||||
"@hyas/seo": "^2.1.0",
|
||||
"@tabler/icons": "^2.40.0",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"shx": "^0.3.4"
|
||||
},
|
||||
"otherDependencies": {
|
||||
"hugo": "0.121.1"
|
||||
"hugo": "0.123.7"
|
||||
},
|
||||
"overrides": {
|
||||
"semver": "^7.5.4"
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:12:03+02:00
|
||||
lastmod: 2023-09-07T16:12:03+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "docs-9602b15bad02600f3883f55e2ade6b81"
|
||||
weight: 19
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6azbe4373e933280d78ea5e6158"
|
||||
weight: 600
|
||||
toc: true
|
||||
icon: messages
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
# menu:
|
||||
# docs:
|
||||
# parent: ""
|
||||
# identifier: "example-zbe4373e933280d78ea5e6158"
|
||||
weight: 610
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be4373e933280d78"
|
||||
weight: 100
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be437933280d78"
|
||||
weight: 110
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: ""
|
||||
weight: 130
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6azbe4373e933280d78ea53de6158"
|
||||
weight: 500
|
||||
toc: true
|
||||
icon: pencil
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6373e933280d78ea5"
|
||||
weight: 510
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be4373e933280d78ea53de"
|
||||
weight: 300
|
||||
toc: true
|
||||
icon: files
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be4373e933280d78ea5"
|
||||
weight: 310
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be4373e933280d78ea53d"
|
||||
weight: 900
|
||||
toc: true
|
||||
icon: shield-lock
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a4373e933280d78ea5"
|
||||
weight: 910
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be4373e933280d78ea53de615"
|
||||
weight: 700
|
||||
toc: true
|
||||
icon: file-type-pdf
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be4373e9332ea5"
|
||||
weight: 710
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be4373e933280d78ea53de615"
|
||||
weight: 700
|
||||
toc: true
|
||||
icon: list-details
|
||||
|
|
|
@ -5,10 +5,6 @@ summary: ""
|
|||
date: 2023-09-07T16:04:48+02:00
|
||||
lastmod: 2023-09-07T16:04:48+02:00
|
||||
draft: false
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
identifier: "example-6a1a6be4373e9332ea5"
|
||||
weight: 710
|
||||
toc: true
|
||||
seo:
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
{{ end -}}
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="offcanvasNavSectionLabel">{{ .Section | humanize }}</h5>
|
||||
<button type="button" class="btn btn-link nav-link p-0" data-bs-dismiss="offcanvas" aria-label="Close">
|
||||
<button type="button" class="btn btn-link nav-link p-0 ms-auto" data-bs-dismiss="offcanvas" aria-label="Close">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M18 6l-12 12"></path>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<div class="offcanvas-body">
|
||||
<aside class="doks-sidebar mt-n3">
|
||||
<nav id="doks-docs-nav" aria-label="Tertiary navigation">
|
||||
{{ partial "sidebar/docs-menu.html" . }}
|
||||
{{ partial "sidebar/section-menu.html" . }}
|
||||
</nav>
|
||||
</aside>
|
||||
</div>
|
||||
|
@ -91,7 +91,7 @@
|
|||
{{ end -}}
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="offcanvasNavMainLabel">{{ site.Title }}</h5>
|
||||
<button type="button" class="btn btn-link nav-link p-0" data-bs-dismiss="offcanvas" aria-label="Close">
|
||||
<button type="button" class="btn btn-link nav-link p-0 ms-auto" data-bs-dismiss="offcanvas" aria-label="Close">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M18 6l-12 12"></path>
|
||||
|
@ -281,4 +281,3 @@
|
|||
{{ if site.Params.doks.flexSearch -}}
|
||||
{{ partial "header/search-modal" . }}
|
||||
{{ end -}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue