Skip to content

Commit

Permalink
feat: update for doks-core 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Dec 22, 2023
1 parent e2ef90f commit e847c26
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 581 deletions.
4 changes: 2 additions & 2 deletions config/_default/markup.toml
Expand Up @@ -24,8 +24,8 @@ defaultMarkdownHandler = "goldmark"
lineNumbersInTable = false
noClasses = false
noHl = false
style = 'github-dark'
tabWidth = 4
style = 'monokai'
tabWidth = 2

[tableOfContents]
endLevel = 3
Expand Down
6 changes: 5 additions & 1 deletion config/postcss.config.js
Expand Up @@ -43,10 +43,14 @@ module.exports = {
'img-fluid',
'blur-up',
'lazyloaded',
'container-fw ',
...whitelister([
'./assets/scss/**/*.css',
'./assets/scss/**/*.scss',
'./node_modules/katex/dist/katex.css',
// './node_modules/katex/dist/katex.css',
'./node_modules/@hyas/doks-core/assets/scss/components/_code.scss',
'./node_modules/@hyas/doks-core/assets/scss/components/_expressive-code.scss',
'./node_modules/@hyas/doks-core/assets/scss/common/_syntax.scss',
]),
],
}),
Expand Down
8 changes: 7 additions & 1 deletion content/blog/example/index.md
@@ -1,7 +1,7 @@
---
title: "Example Post"
description: "Just an example post."
summary: ""
summary: "You can use blog posts for announcing product updates and features."
date: 2023-09-07T16:27:22+02:00
lastmod: 2023-09-07T16:27:22+02:00
draft: false
Expand All @@ -17,3 +17,9 @@ seo:
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---

Well-thought-through product announcements will help increase feature awareness and engage users with new functionality. Just like [sharing your public roadmap](https://canny.io/blog/should-you-have-a-public-roadmap/), it's also a great way to let potential customers see that you're constantly improving.

## Further reading

- Read [How to announce product updates and features](https://canny.io/blog/announce-product-updates-features/)
18 changes: 0 additions & 18 deletions hugo_stats.json
Expand Up @@ -32,7 +32,6 @@
"noscript",
"p",
"path",
"pre",
"script",
"section",
"small",
Expand Down Expand Up @@ -62,17 +61,10 @@
"btn-primary",
"btn-toggle",
"btn-toggle-nav",
"callout",
"callout-body",
"callout-content",
"callout-icon",
"callout-note",
"callout-title",
"card",
"card-body",
"card-list",
"categories",
"chroma",
"col-lg-10",
"col-lg-11",
"col-lg-12",
Expand Down Expand Up @@ -125,7 +117,6 @@
"h3",
"h4",
"h5",
"highlight",
"home",
"icon",
"icon-tabler",
Expand All @@ -139,7 +130,6 @@
"icon-tabler-search",
"icon-tabler-sun",
"icon-tabler-x",
"info-circle",
"justify-content-between",
"justify-content-center",
"justify-content-end",
Expand All @@ -152,8 +142,6 @@
"list-view",
"mb-0",
"mb-1",
"mb-3",
"mb-4",
"me-2",
"me-auto",
"me-lg-1",
Expand All @@ -172,7 +160,6 @@
"ms-3",
"ms-lg-2",
"mt-3",
"mt-4",
"mt-n3",
"mx-2",
"mx-auto",
Expand All @@ -198,13 +185,9 @@
"page-links",
"page-nav",
"pb-1",
"pb-2",
"pb-3",
"pe-4",
"position-relative",
"privacy",
"ps-3",
"pt-4",
"px-0",
"query-no-results",
"reading-time",
Expand All @@ -230,7 +213,6 @@
"sticky-top",
"stretched-link",
"submitted",
"svg-inline",
"tags",
"taxonomy",
"text-body",
Expand Down

0 comments on commit e847c26

Please sign in to comment.