Skip to content

Commit

Permalink
Delete index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
thevahidal committed Dec 28, 2023
1 parent f588d66 commit d36ffa7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions data.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name = "Vahid Al"
bio = "Software Developer"

[[sections]]
title = "Projects"
description = "Some of my projects"
Expand Down
8 changes: 0 additions & 8 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion script.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
)
),
),
h("body")(sections),
h("body")(h("h1")(data.get("name")), h("p")(data.get("bio")), sections),
).render()

with open("index.html", "w") as f:
Expand Down

0 comments on commit d36ffa7

Please sign in to comment.