diff --git a/bl-kernel/boot/variables.php b/bl-kernel/boot/variables.php index 2c6eb747..26a31c1a 100644 --- a/bl-kernel/boot/variables.php +++ b/bl-kernel/boot/variables.php @@ -57,7 +57,7 @@ define('REMEMBER_COOKIE_TOKEN', 'BLUDITREMEMBERTOKEN'); define('REMEMBER_COOKIE_EXPIRE_IN_DAYS', 30); // Filename -define('FILENAME', 'index.txt'); +define('FILENAME', 'index.md'); // Database date format define('DB_DATE_FORMAT', 'Y-m-d H:i:s'); diff --git a/bl-themes/docsx/.travis.yml b/bl-themes/docsx/.travis.yml deleted file mode 100755 index 18f48b17..00000000 --- a/bl-themes/docsx/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -sudo: false -language: node_js -node_js: - - "node" -install: npm install -script: - - npm test - - gulp -cache: - directories: - - node_modules diff --git a/bl-themes/docsx/css/style.css b/bl-themes/docsx/css/style.css index ececb10a..28a9e93d 100755 --- a/bl-themes/docsx/css/style.css +++ b/bl-themes/docsx/css/style.css @@ -6,6 +6,8 @@ html { body { /* Margin bottom for footer height */ margin-bottom: 60px; + + font-size: .875rem; } /* Footer */ @@ -22,3 +24,29 @@ footer { height: 22px; padding-bottom: 5px; } + +/* Sidebar */ +.sidebar { + position: fixed; + top: 0; + bottom: 0; + left: 0; + z-index: 100; + padding: 0; + box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); +} + +.sidebar .nav-link { + font-weight: 500; + color: #333; +} + +.sidebar-sticky { + position: -webkit-sticky; + position: sticky; + top: 48px; + height: calc(100vh - 48px); + padding-top: .5rem; + overflow-x: hidden; + overflow-y: auto; + } \ No newline at end of file diff --git a/bl-themes/docsx/index.php b/bl-themes/docsx/index.php index 73ab830d..2b378045 100755 --- a/bl-themes/docsx/index.php +++ b/bl-themes/docsx/index.php @@ -8,9 +8,6 @@ - - -