Skip to content

Commit 32841d0

Browse files
committed
more WIP
1 parent 7fef03d commit 32841d0

File tree

8 files changed

+1059
-11
lines changed

8 files changed

+1059
-11
lines changed
File renamed without changes.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.cache
2+
.venv

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Whitespace-only changes.

main.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: EMF Legacy Badge Documentation
1+
site_name: EMF Badge Documentation
22
site_description: "Documentation for the EMF Badges 2012-2022"
33
site_url: https://badge.emfcamp.org
44
repo_url: https://github.com/emfcamp/badge-website

pyproject.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,16 @@ name = "badge-website"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.11"
7-
dependencies = []
6+
requires-python = ">=3.12"
7+
dependencies = [
8+
"codespell>=2.4.1",
9+
"flake8-markdown>=0.6.0",
10+
"mkdocs>=1.6.1",
11+
"mkdocs-git-committers-plugin>=0.2.3",
12+
"mkdocs-glightbox>=0.5.1",
13+
"mkdocs-include-markdown-plugin>=7.2.0",
14+
"mkdocs-material[imaging]>=9.6.21",
15+
"mkdocs-minify-plugin>=0.8.0",
16+
"mkdocs-nav-weight>=0.3.0",
17+
"mkdocs-spellcheck>=1.1.2",
18+
]

uv.lock

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

0 commit comments

Comments
 (0)