diff options
Diffstat (limited to '')
-rw-r--r-- | v2/src/lib/base.en.conf | 39 |
1 files changed, 25 insertions, 14 deletions
diff --git a/v2/src/lib/base.en.conf b/v2/src/lib/base.en.conf index 5ced00a..bc90b10 100644 --- a/v2/src/lib/base.en.conf +++ b/v2/src/lib/base.en.conf @@ -4,30 +4,41 @@ export site_name="EuAndreh's website" export lang='en' -export index_pastebins_title='Pastebins' +export about='About' -export index_recent_pastebins_title='Pastebins listing' +export about_url_name='about.html' -export index_category_pastebins_title='Pastebins by category' +export by_category_url_name='by-category.html' -export index by_category_url_part='by-category.html' +export homepage_url="$(url-for "$lang/")" -export feed_pastebins_title="EuAndreh's pastebins" +export homepage_url_absolute="$(absolute "$homepage_url")" -export index_tils_title='TIL' +export about_url="$(url-for "$lang/$about_url_name")" -export index_recent_tils_title='TIL listing' -export index_category_tils_title='TIL by category' +export index__title='Blog' -export feed_tils_title="EuAndreh's TIL" +export index_recent__title='Recent articles' -export about='About' +export index_category__title='Articles by category' -export about_url_name='about.html' +export feed__title="EuAndreh's articles" -export homepage_url="$(url-for "$lang/")" -export homepage_url_absolute="$(absolute "$homepage_url")" +export index_pastebin_title='Pastebins' -export about_url="$(url-for "$lang/$about_url_name")" +export index_recent_pastebin_title='Pastebins listing' + +export index_category_pastebin_title='Pastebins by category' + +export feed_pastebin_title="EuAndreh's pastebins" + + +export index_til_title='TIL' + +export index_recent_til_title='TIL listing' + +export index_category_til_title='TIL by category' + +export feed_til_title="EuAndreh's TIL" |