diff options
author | Alan Pearce | 2023-09-22 08:40:59 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-22 12:03:47 +0200 |
commit | 1f8292fcb328a95a9987f03cd88c05632efad52d (patch) | |
tree | c1532ae7ca20c842801cf1075235db92a6782ea5 | |
parent | 2b5b84173f96f3346206d366a9b2f293a10e4383 (diff) | |
download | website-1f8292fcb328a95a9987f03cd88c05632efad52d.tar.lz website-1f8292fcb328a95a9987f03cd88c05632efad52d.tar.zst website-1f8292fcb328a95a9987f03cd88c05632efad52d.zip |
Replace zola with DOM-based static site generation code
-rw-r--r-- | config.toml | 20 | ||||
-rw-r--r-- | feed-styles/index.md | 4 | ||||
-rw-r--r-- | post/_index.md | 6 |
3 files changed, 3 insertions, 27 deletions
diff --git a/config.toml b/config.toml index f7ec542..b62dbe2 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,9 @@ description = "Developer, Emacs User" generate_feed = true +domain_start_date = "2014-06-07" +original_domain = "alanpearce.eu" + theme = "bear" [markdown] @@ -39,20 +42,3 @@ content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none' [[extra.main_menu]] name = "Repositories" url = "https://git.alanpearce.eu" - -[[extra.contact_menu]] - name = "alan@alanpearce.eu" - url = "mailto:alan@alanpearce.eu" - weight = 1 -[[extra.contact_menu]] - name = "Codeberg" - url = "https://codeberg.org/alanpearce" -[[extra.contact_menu]] - name = "GitHub" - url = "https://github.com/alanpearce" -[[extra.contact_menu]] - name = "Mastodon" - url = "https://ieji.de/@alanpearce" -[[extra.contact_menu]] - name = "Bluesky" - url = "https://bsky.app/profile/alanpearce.eu" diff --git a/feed-styles/index.md b/feed-styles/index.md deleted file mode 100644 index bac7916..0000000 --- a/feed-styles/index.md +++ /dev/null @@ -1,4 +0,0 @@ -+++ -title = "feed-styles" -template = "feed-styles.html" -+++ diff --git a/post/_index.md b/post/_index.md deleted file mode 100644 index e0d2523..0000000 --- a/post/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Posts" -sort_by = "date" -paginate_reversed = true -transparent = true -+++ |