Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefab100 authored Jul 31, 2023
1 parent 5aff6cf commit 005b40b
Showing 1 changed file with 18 additions and 25 deletions.
43 changes: 18 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages">
<meta name="description" content="Web3 resources documentataion">
<meta name="description" content="Web3 learning resources docs website">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link
rel="stylesheet"
Expand All @@ -17,21 +17,30 @@
/>
<link rel="stylesheet" href="css/style.css">
<!-- Edit on GitHub plugin. -->
<script src="//unpkg.com/docsify-edit-on-github@1/index.js"></script>
<script src="//unpkg.com/docsify-edit-on-github@1/index.js"></script>

<!-- Docsify core. -->
<script defer src="//unpkg.com/docsify@4/lib/docsify.min.js"></script>
<script defer src="//unpkg.com/docsify@4/lib/docsify.min.js"></script>
<!-- Syntax highlighting.-->
<!-- TODO: Add prism-bash, prism-python, prism-javascript etc. as separate items so you can load syntax highlighting for that language. -->
<script defer src="//unpkg.com/prismjs@1/components/prism-markdown.min.js"></script>
<script defer src="//unpkg.com/prismjs@1/components/prism-markdown.min.js"></script>
</head>
<body>
<div id="app">Blockchain Development Resources ...</div>
<script>
var repoUrl = "https://github.com/frankiefab100/Blockchain-Development-Resources"; ; ; // TODO: Update.
var editPath = repoUrl + "/blob/main/";
var editMsg = "📝 Edit on GitHub";

window.$docsify = {
search: 'auto',
coverpage: true,
name: 'Blockchain Development Resources',
repo: repoUrl,
auto2top: true,
loadSidebar: false,
subMaxLevel: 2,
themeColor: "#224",
search: {
noData: {
'/': 'No results!'
Expand All @@ -42,10 +51,13 @@
}
},
plugins: [
EditOnGithubPlugin.create(editPath, null, editMsg)
],
[
function(hook) {
var footer = [
'<footer style="text-align: center;margin-top: 50px;">',
'<span> Blockchain Development Resources &copy; 2021 </span>',
'<span> &copy; 2022 Blockchain Development Resources </span>',
'</footer>'
].join('');

Expand All @@ -56,26 +68,7 @@
],
}
</script>
<script>
var repoUrl = "https://github.com/frankiefab100/Blockchain-Development-Resources/"; ; ; // TODO: Update.
var editPath = repoUrl + "/blob/main/docs/";
var editMsg = "📝 Edit on GitHub";

window.$docsify = {
name: "Blockchain Development Resources",
repo: repoUrl,

auto2top: true,
coverpage: true,
loadSidebar: false,
subMaxLevel: 2,
themeColor: "#224",
plugins: [
EditOnGithubPlugin.create(editPath, null, editMsg)
],
}

</script>

<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script
Expand Down

0 comments on commit 005b40b

Please sign in to comment.