diff --git a/config.toml b/config.toml index 435a09d..8e85d63 100644 --- a/config.toml +++ b/config.toml @@ -38,45 +38,6 @@ pygmentsUseClasses = true creator = "" site = "" -[languages] - [languages.en] - languageName = "English" - title = "Ceda EI's Blog" - subtitle = "" - owner = "Ceda EI" - keywords = "" - copyright = "CC-BY-SA-4.0" - menuMore = "Show more" - readMore = "Read more" - readOtherPosts = "Read other posts" - - [languages.en.params.logo] - logoText = "Ceda EI's Blog" - logoHomeLink = "/" - - [languages.en.menu] - [[languages.en.menu.main]] - identifier = "about" - name = "About" - url = "https://webionite.com/" - - [[languages.en.menu.main]] - identifier = "rss" - name = "Subscribe" - url = "/index.xml" - - [[languages.en.menu.main]] - identifier = "telegram" - name = "Telegram Updates" - url = "https://t.me/cedaei/" - - [[languages.en.menu.main]] - identifier = "source" - name = "Source" - url = "https://git.webionite.com/ceda_ei/cedaei.com" - -# Paperesque {{{ - [[params.menu]] name = "Blog Posts" url = "posts/" @@ -96,6 +57,11 @@ pygmentsUseClasses = true [[params.menu]] name = "Telegram Updates" url = "https://t.me/cedaei" -# }}} -# vim: set foldmethod=marker foldlevelstart=0 foldlevel=0: +[[params.menu]] + name = "Source" + url = "https://git.webionite.com/ceda_ei/cedaei.com" + +[[params.topmenu]] + name = "Subscribe" + url = "/" diff --git a/static/images/insert_mode.jpg b/static/images/insert_mode.jpg index 6b139e9..3b0b325 100644 Binary files a/static/images/insert_mode.jpg and b/static/images/insert_mode.jpg differ diff --git a/static/images/normal_mode.jpg b/static/images/normal_mode.jpg index d286f05..1766e5c 100644 Binary files a/static/images/normal_mode.jpg and b/static/images/normal_mode.jpg differ diff --git a/static/images/normal_mode_unbound.jpg b/static/images/normal_mode_unbound.jpg index 712dec9..f77d282 100644 Binary files a/static/images/normal_mode_unbound.jpg and b/static/images/normal_mode_unbound.jpg differ