Premier commit

This commit is contained in:
Florestan Bredow
2025-05-31 12:30:19 +02:00
commit 73ec7dec65
18 changed files with 690 additions and 0 deletions

17
blog/theme.py Normal file
View File

@@ -0,0 +1,17 @@
import glob
from pathlib import Path
from blog.page import Page
from blog.config import Config
from jinja2 import Environment, FileSystemLoader, Template
class Theme:
def __init__(self, path: Path):
""" """
self.path = path
def _list_css(self)
""" """
pass