Skip to content

Commit db49ca6

Browse files
mlbichemlbiche
andauthored
docs: add pagination (#80)
* docs: use conventional filename for custom styles * docs: update theme with pagination --------- Co-authored-by: mlbiche <tmlb@pm.me>
1 parent 8ec285c commit db49ca6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/assets/scss/main.scss renamed to docs/assets/scss/_custom.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import '../../themes//docs/assets/scss/main.scss';
2-
31
:root.dark {
42
--color-text: #c2c2c2;
53
}

docs/hugo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ enableInlineShortcodes = true
2626
date_format = "January 2, 2006"
2727
main_logo = "/lego.svg"
2828
versions = [ "v1", "v2" ]
29+
pagination = true
2930

3031
# Caches for deployment
3132
[caches]

0 commit comments

Comments
 (0)