Skip to content

Commit 1fe89bb

Browse files
committed
add blog main logo for the dark theme
1 parent 9f70971 commit 1fe89bb

File tree

5 files changed

+96
-3
lines changed

5 files changed

+96
-3
lines changed
47 KB
Loading

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Home
33
description: EmbedIDS is a lightweight Runtime Intrusion Detection SDK specifically designed for low-power embedded Internet of Things (IoT) devices. Our open-source SDK provides AI-driven protection to address the critical security gap in constrained IoT environments.
44
---
55

6-
![EmbedIDS Logo](assets/images/embedIDS_logo_text.png)
6+
![EmbedIDS Logo](assets/images/embedIDS_logo_text.png#only-light)
7+
![EmbedIDS Logo](assets/images/embedIDS_logo_text.jpeg#only-dark)
78

89
**🚀 New to EmbedIDS?**
910
- **[Quick Start Guide](https://embedids.samiralavi.com/quickstart.md)** - Get running in 5 minutes

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@ markdown_extensions:
9393
- toc:
9494
permalink: true
9595
toc_depth: 2
96+
- pymdownx.blocks.caption
9697

9798
plugins:
9899
- search
99100
- social
101+
- glightbox
100102
- blog:
101103
blog_dir: .
102104
archive: true

poetry.lock

Lines changed: 90 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ dependencies = [
1212
"mkdocs-material[imaging] (>=9.6.15,<10.0.0)",
1313
"mkdocs-rss-plugin (>=1.17.3,<2.0.0)",
1414
"mkdocs-git-revision-date-localized-plugin (>=1.4.7,<2.0.0)",
15-
"mkdocs-git-committers-plugin-2 (>=2.5.0,<3.0.0)"
15+
"mkdocs-git-committers-plugin-2 (>=2.5.0,<3.0.0)",
16+
"mkdocs-glightbox (>=0.5.1,<0.6.0)"
1617
]
1718

1819
[tool.poetry]

0 commit comments

Comments
 (0)