Premier commit
This commit is contained in:
17
blog/theme.py
Normal file
17
blog/theme.py
Normal 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
|
Reference in New Issue
Block a user