School/Perlite/perlite/settings.php
2025-09-01 20:50:07 +02:00

43 lines
1.0 KiB
PHP

<?php
/*!
* Perlite v1.6 (https://github.com/secure-77/Perlite)
* Author: sec77 (https://secure77.de)
* Licensed under MIT (https://github.com/secure-77/Perlite/blob/main/LICENSE)
*/
$rootDir = "Demo";
$hideFolders = "docs,trash";
$hiddenFileAccess = false;
$relPathes = false;
$uriPath = "/";
$siteTitle = "Perlite";
$siteType = "article";
$siteImage = "https://raw.githubusercontent.com/secure-77/Perlite/main/screenshots/screenshot.png";
$siteURL = "https://perlite.secure77.de";
$siteLogo = "perlite.svg"; // empty for no logo/customSection
$siteDescription = "A web based markdown viewer optimized for Obsidian Notes";
$siteName = "Perlite Demo";
$siteHomepage = ""; // empty for $siteURL
$siteGithub = "https://github.com/secure-77"; // empty for no Github
$siteTwitter = "@secure_sec77";
$tempPath = ""; // blanc so it gets it automatically
$lineBreaks = true;
$allowedFileLinkTypes = ['pdf', 'mp4'];
$disablePopHovers = "false";
$showTOC = "true";
$showLocalGraph = "true";
$index = "README";
$font_size = "15";
$htmlSafeMode = true;
?>