aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-10-06 04:54:57 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-10-06 04:54:57 +0300
commit0a88ade33bff3f714e701f8c4b210e824c3d231d (patch)
tree5b5f28e287a22ebb963f479d1872603101516bba /config.toml
parentc7cae0942d6cbc5efbf186fdbf6ea3c614a4f762 (diff)
downloadyaroslavps.com-0a88ade33bff3f714e701f8c4b210e824c3d231d.tar.gz
yaroslavps.com-0a88ade33bff3f714e701f8c4b210e824c3d231d.zip
CSS and templates revamp
Had been thinking for a long while (prob about 2y now) that I wanted for there to be no distractions while reading the content (i.e. no sidebar). Didn't know how to handle navigation, though. Have made a lot of changes and am actually pretty satisfied with the results. Looks much cleaner now, and for those who know how to use browsers is actually more comfortable, since you can just press the end key and you are taken to the footer where all the navigation is. Of course, where it is relevant there are some navigation links at the top of the page. Phone users have it a little more uncomfortable, but phone usage overall has and always will be uncomfy. Such is the nature of small touch screens.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml12
1 files changed, 10 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index bd3fa77..60d6489 100644
--- a/config.toml
+++ b/config.toml
@@ -36,8 +36,11 @@ recipes="Recipe book"
photos="Photo gallery"
other_links="Other links"
see_more="See more..."
-homepage="Home page"
+homepage="Home"
archive="Archive"
+back_home="Back to homepage"
+leave_tip="Leave a tip"
+latest_posts="Latest entries"
[languages.es]
generate_feed = false
@@ -61,6 +64,9 @@ other_links="Otros vínculos"
see_more="Ver más..."
homepage="Inicio"
archive="Archivo"
+back_home="Regresar al inicio"
+leave_tip="Dejar propina"
+latest_posts="Entradas recientes"
[languages.ru]
generate_feed = false
@@ -84,4 +90,6 @@ other_links="Другие ссылки"
see_more="Смотреть больше..."
homepage="Главная"
archive="Архив"
-
+back_home="Вернуться на главную"
+leave_tip="Оставить чаевые"
+latest_posts="Последние записи"