Set a specific name for the main blog

This commit is contained in:
mmk2410 2015-07-03 10:21:20 +02:00
parent a1cf5b45be
commit 8fe84b6ef7
3 changed files with 17 additions and 1 deletions

View file

@ -17,6 +17,9 @@ $bloghome = 'yes';
$bloghomeurl = '../';
// Home name - Set here an individual name for your main page
$bloghomename = 'Home';
// Main Blog name -> Set a specific name for your name blog
// This value is empty by default
$blogmainname = '';
// Intro - set yes if you have a blog intro and no if you don't have one
$blogintro = 'yes';
// Disqus - Provide here your Disqus shortname. Leave empty if you don't want to use it.