Skip to content

Commit 765c280

Browse files
authored
Update
1 parent b03598b commit 765c280

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,15 @@ If you are using `config.yaml` or `config.json`, consult the [configuration mark
245245
This theme follows a simple incremental versioning. e.g. `v1`, `v2` and so on. There might be breaking changes between versions.
246246

247247
If you want lower maintenance, use one of the released versions. If you want to live on the bleeding edge of changes, you can use the `main` branch and update your website when needed.
248+
249+
## Contributing
250+
251+
Docket is expected to evolve over time. I intend to keep adding features and making changes as required. Feel free to get in touch with any issues or suggestions for new features you'd like to see.
252+
253+
- 🐞 **Bug reports & issues:** Use [GitHub Issues](https://github.com/refactorian/docket/issues)
254+
- 💡 **Ideas for new features:** Open a discussion on [GitHub Discussions](https://github.com/refactorian/docket/discussions)
255+
- 🙋 **General questions:** Head to [GitHub Discussions](https://github.com/refactorian/docket/discussions)
256+
257+
## License
258+
259+
[MIT License](https://github.com/refactorian/docket/blob/main/LICENSE)

theme.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ licenselink = "https://github.com/refactorian/docket/blob/master/LICENSE"
77
description = "Docket - Hugo Documentation Theme"
88
homepage = "https://github.com/refactorian/docket"
99
demosite = "https://refactorian.github.io/docket"
10-
tags = ["responsive", "clean", "documentation", "docs", "blog", "dark", "flexbox", "search", "mobile", "multilingual", "disqus", "giscus"]
11-
features = []
10+
tags = ["responsive", "clean", "documentation", "docs", "blog", "light", "dark", "flexbox", "search", "mobile", "multilingual", "minimal", "disqus", "giscus", "dark mode"]
11+
features = ["responsive", "dark mode", "docs", "blog", "shortcodes", "search", "minimal", "mobile", "multilingual"]
1212
min_version = "0.112.0"
1313

1414
[author]

0 commit comments

Comments
 (0)