Skip to content

Commit edaa405

Browse files
committed
Restore left sidebar, add logo, SEO meta, gitignore site/
1 parent 5c66665 commit edaa405

4 files changed

Lines changed: 7 additions & 29 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: '3.x'
3838

39-
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
39+
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin pillow cairosvg
4040

4141
- run: |
4242
cp README.md docs/index.md

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
Thumbs.db
2424
ehthumbs.db
2525
Desktop.ini
26+
site/

docs/stylesheets/catppuccin.css

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -110,31 +110,3 @@
110110
.md-header {
111111
display: none;
112112
}
113-
114-
/* Hide left sidebar */
115-
.md-sidebar--primary {
116-
display: none;
117-
}
118-
119-
/* Center content and keep right sidebar */
120-
.md-content {
121-
max-width: 720px;
122-
margin: 0 auto;
123-
}
124-
125-
.md-main__inner {
126-
display: flex;
127-
justify-content: center;
128-
gap: 2rem;
129-
}
130-
131-
.md-sidebar--secondary {
132-
width: 200px;
133-
flex-shrink: 0;
134-
padding-top: 1.5rem;
135-
}
136-
137-
/* Remove the site title from the navigation */
138-
.md-nav__title {
139-
display: none;
140-
}

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
site_name: podbox
22
site_url: https://bethropolis.github.io/podbox/
33
site_description: Podman containers the way they should work — isolated, integrated, and yours.
4+
site_author: bethropolis
45
repo_url: https://github.com/bethropolis/podbox
56
repo_name: bethropolis/podbox
67
edit_uri: edit/main/docs/
78

89
theme:
910
name: material
11+
logo: images/podbox-logo.svg
12+
favicon: images/podbox-logo.svg
1013
palette:
1114
- scheme: catppuccin-mocha
1215
toggle:
@@ -42,6 +45,7 @@ plugins:
4245
- git-revision-date-localized:
4346
enable_creation_date: true
4447
type: timeago
48+
- social
4549

4650
markdown_extensions:
4751
- pymdownx.highlight:
@@ -53,3 +57,4 @@ markdown_extensions:
5357
- attr_list
5458
- toc:
5559
permalink: true
60+

0 commit comments

Comments
 (0)