Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled dark and light mode with switch for docs using docsify-darklight-theme #18

Merged
merged 2 commits into from
Jan 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enabled dark and light mode with switch for docs using docsify-darkli…
…ght-theme
  • Loading branch information
boopathikumar018 committed Apr 17, 2020
commit 6b360392ec5781992e5f69c6162cf952e072656a
11 changes: 10 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="_images/favicons/favicon-180.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="_images/favicons/favicon-144.png">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="vue">
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
title="docsify-darklight-theme"
type="text/css"
/>
<!-- Open Graph -->
<meta property="og:url" content="https://fvcproductions.github.io/hire-me/">
<meta property="og:type" content="website">
Expand Down Expand Up @@ -94,6 +99,10 @@
}
};
</script>
<script
src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"
type="text/javascript">
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
Expand Down