Skip to content

Commit

Permalink
Revised index.html and added navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
nerun committed Dec 29, 2024
1 parent 1e12f25 commit 4511f46
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 81 deletions.
3 changes: 3 additions & 0 deletions _navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* SRD ring
* [Cepheus Engine SRD (pt-BR)](https://nerun.github.io/cepheus)
* [Sistema Daemon SRD (pt-BR)](https://nerun.github.io/sistema-daemon)
177 changes: 96 additions & 81 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap">

<!-- Fontawesome -->
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/fontawesome.css" />
Expand All @@ -13,19 +13,13 @@
<link rel="stylesheet" href="//unpkg.com/@fortawesome/fontawesome-free/css/solid.css" />

<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
title="docsify-darklight-theme"
type="text/css"
/>
<link
rel="stylesheet"
href="./_assets/css/style.css"
type="text/css"
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
title="docsify-darklight-theme"
type="text/css"
/>
<link rel="stylesheet" href="./_assets/css/style.css" type="text/css" />

<!-- Collapsable Menu: arrow style -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/sidebar.min.css" />
Expand All @@ -35,77 +29,98 @@
-->

<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">

<!-- Replace with your own title and description. -->
<title>Mongoose's Legend SRD</title>
<meta name="description" content="Mongoose's Legend System Reference Document.">

<!-- Default Theme (see https://docsify.js.org/#/themes) -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"> -->

<link rel="icon" href="_media/favicon.ico">

<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">
<meta name="rating" content="12 years" />
<title>Mongoose's Legend SRD</title>
<meta name="description" content="Mongoose's Legend System Reference Document.">
<link rel="icon" href="_media/favicon.ico">
</head>

<body>
<div id="app"></div>

<script>
// Docsify Configuration (see https://docsify.js.org/#/configuration)
window.$docsify = {
name: 'Menu',
logo: '/_media/Legend%20Compatible%20Logo.png width=200px',

// Sidebar Configuration
auto2top: true,
loadSidebar: true,
maxLevel: 3,
// Set subMaxLevel to 0 to remove automatic display of page table of contents (TOC) in Sidebar
subMaxLevel: 3,
//
sidebarDisplayLevel: 0, // set sidebar display level


// Search Plugin Configuration
search: {
placeholder: 'Type to search',
noData: 'No matches found.',
// Headline depth, 1 - 6
depth: 3,
}
};
</script>

<script
src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"
type="text/javascript">
</script>

<!-- Required -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>

<!-- Fontawesome -->
<script src="//unpkg.com/docsify-fontawesome/dist/docsify-fontawesome.min.js"></script>

<!-- Material Icons -->

<!-- Recommended -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script> -->

<!-- Recommended -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>

<!-- Footnotes -->
<script src="//cdn.jsdelivr.net/npm/@sy-records/docsify-footnotes/lib/index.min.js"></script>

<!-- Collapsable Menu -->
<script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
<div id="app"></div>

<script>
// Docsify Configuration (see https://docsify.js.org/#/configuration)
window.$docsify = {
name: 'Menu',
logo: '/_media/Legend%20Compatible%20Logo.png width=200px',

// 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: 'nerun/legend-srd',

// load from _navbar.md
loadNavbar: true,

// Sidebar Configuration
auto2top: true,
loadSidebar: true,
maxLevel: 3,
// Set subMaxLevel to 0 to remove automatic display of page table of
// contents (TOC) in Sidebar
subMaxLevel: 3,
// set sidebar display level for collapsable menu
sidebarDisplayLevel: 0,

// Search Plugin Configuration
search: {
placeholder: 'Digite para procurar',
noData: 'Nenhuma equivalência encontrada.',
// Headline depth, 1 - 6
depth: 3,
},

// Latex
latex: {
inlineMath : [['$', '$'], ['\\(', '\\)']],
displayMath : [['$$', '$$']],
},

//Flexible Alerts
'flexible-alerts': {
note: {
label: "Nota"
},
tip: {
label: "Dica"
},
warning: {
label: "Aviso"
},
attention: {
label: "Atenção"
}
}
};
</script>

<!-- Theme -->
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"></script>

<!-- Required -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>

<!-- Fontawesome -->
<script src="//unpkg.com/docsify-fontawesome/dist/docsify-fontawesome.min.js"></script>

<!-- Recommended -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script>

<!-- Recommended -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>

<!-- Footnotes -->
<script src="//cdn.jsdelivr.net/npm/@sy-records/docsify-footnotes/lib/index.min.js"></script>

<!-- Collapsable Menu -->
<script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>

<!-- LaTeX & MathJax -->
<script src="//cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-latex@0"></script>

</body>
</html>

0 comments on commit 4511f46

Please sign in to comment.