Skip to content

Commit

Permalink
Added docsify-navbar-fixed plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nerun committed Dec 30, 2024
1 parent eb073be commit 4804f97
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions _navbar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<!-- Logo -->
[![.](./_media/logo.png)](/)

<!-- Title -->
RPG SRD Template

* Navbar
* Customize this navbar in file "`_navbar.md`"
* [Docsify documentation](https://docsify.js.org)
* [Docsify Navbar Fixed plugin](https://github.com/LIGMATV/docsify-navbar-fixed)

* [![GitHub Repo stars](https://img.shields.io/github/stars/7thExtinctionrpg/RPG_SRD_Template ':class=badge')](https://github.com/7thExtinctionrpg/RPG_SRD_Template/)

<!-- You can safely delete this file if you don't want a navigation bar. -->
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/sidebar-folder.min.css" />
-->

<!-- docsify-navbar-fixed -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/LIGMATV/docsify-navbar-fixed/navbar-fixed.css">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
Expand All @@ -49,10 +52,11 @@

// Configure the repository url, or a string of username/repo,
// to add the GitHub Corner widget in the top right corner of the site.
repo: '7thExtinctionrpg/RPG_SRD_Template',
//repo: '7thExtinctionrpg/RPG_SRD_Template',

// load from _navbar.md
loadNavbar: true,
themeColor: '#3F51B5',

// Sidebar Configuration
auto2top: true,
Expand Down

0 comments on commit 4804f97

Please sign in to comment.