File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2323Thumbs.db
2424ehthumbs.db
2525Desktop.ini
26+ site /
Original file line number Diff line number Diff line change 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- }
Original file line number Diff line number Diff line change 11site_name : podbox
22site_url : https://bethropolis.github.io/podbox/
33site_description : Podman containers the way they should work — isolated, integrated, and yours.
4+ site_author : bethropolis
45repo_url : https://github.com/bethropolis/podbox
56repo_name : bethropolis/podbox
67edit_uri : edit/main/docs/
78
89theme :
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
4650markdown_extensions :
4751 - pymdownx.highlight :
@@ -53,3 +57,4 @@ markdown_extensions:
5357 - attr_list
5458 - toc :
5559 permalink : true
60+
You can’t perform that action at this time.
0 commit comments