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. $blogdisqus = 'rangitaki'; // Share FAB - this enables or disables the share button $sharefab = 'yes'; // Google Analytics - Provide here your Google Analytics Tracking-ID. Leave empty if you don't want to use it. $bloganalytics = ''; // Footer - set here the text for your footer (e.g. a copyright info). You can replace the whole text after the '=' with your own one. $blogfooter = 'Rangitaki ' . date("Y") . ' github.com/mmk2410/Rangitaki'; // This enables the optional rangitaki control center. Please read the documentation before you enable it. $rcc = 'no'; // Here you can disable and enable the navigation menu. Usefull if you have no subblogs and no home directory $nav_drawer = 'yes'; // Set here the name of your theme. Read the documentation for more themes $theme = 'material-light'; // Set here your language. The file must exist in the lang directory $language = "en"; // Favicon - Set here the path to your favicon $favicon = "https://example.com/res/img/favicon.png";