We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1a22e commit 9b787b0Copy full SHA for 9b787b0
3 files changed
assets/scss/_styles_project.scss
@@ -62,4 +62,19 @@
62
63
.slightly-opaque-image {
64
opacity: 0.4;
65
+}
66
+
67
+/* Styles for RSS link */
68
+.td-rss-button {
69
+ font-size: 0;
70
+ background-color: $primary;
71
72
+ &:hover {
73
+ color: #fff;
74
+ background-color: darken($primary, 10%);
75
+ }
76
77
+ i { font-size: 20px; }
78
79
80
}
config.toml
@@ -19,6 +19,9 @@ enableMissingTranslationPlaceholders = true
19
# Comment out to enable taxonomies in Docsy
20
# disableKinds = ["taxonomy", "taxonomyTerm"]
21
22
+# Enable rss
23
+rss_sections = ["blog"]
24
25
# You can add your own taxonomies
26
[taxonomies]
27
tag = "tags"
content/en/blog/_index.md
@@ -0,0 +1,6 @@
1
+---
2
+title: Blog
3
+menu:
4
+ main:
5
+ weight: 40
6
0 commit comments