Skip to content

Commit

Permalink
icons: added and other enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
pateash committed Jun 22, 2024
1 parent 52a3144 commit 0b535eb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/_static/INFO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Logo
* logos are created using template https://app.logomakr.com/2gTgc1
Binary file added docs/source/_static/hckr-logo-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/hckr-logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,25 @@

# TODO: enhance it https://shibuya.lepture.com/install/
html_theme_options = {
# "announcement": "The content of the announcement",
"color_mode": "light", # light or dark
"github_url": "https://github.com/pateash/hckr",
"discussion_url": "https://github.com/pateash/hckr/discussions",
"globaltoc_expand_depth": 1,
"nav_links": [
{
"title": "pypi",
"url": "https://pypi.org/project/hckr/",
"external": "true"
},
],
"light_logo": "_static/hckr-logo-black.png",
"dark_logo": "_static/hckr-logo-white.png",
# "accent_color": "red",
"announcement":"""<div style="text-align: center;">
<div style="display: inline-block;">
Please support the project by starring it on <a href='https://github.com/pateash/hckr/' target="_blank">Github</a>
</div>
</div>""",
}

html_context = {
Expand Down

0 comments on commit 0b535eb

Please sign in to comment.