Skip to content

Commit 6e5b1cd

Browse files
committed
HOTFIX: Fix icon, remove generated files =D
1 parent f880ab7 commit 6e5b1cd

37 files changed

Lines changed: 6 additions & 1218 deletions

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
.sass-cache
2-
_site
1+
static
2+
*.pyc
3+
__pycache__
4+
*.egg-info
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
144 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/geno/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ def main():
1919
content = pathlib.Path("content")
2020
shutil.copytree("./assets", static / "assets")
2121

22+
shutil.copy("assets/images/nesware/nesware-logo-textless-64px.ico", static / "favicon.ico")
23+
2224
css = CSS(pathlib.Path("assets") / "css")
2325

2426
def split_frontmatter_from_content(md_content: str) -> tuple[str, str]:

static/about.html

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

static/assets/css/headers.css

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

static/assets/css/navbar.css

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)