Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 7 additions & 0 deletions _coverpage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
![Logo](_media/Poseidon-Logo-Horizontal-White.svg)

> A framework to work with human aDNA data and its archaeological context information.

[Explore our Data <i class="fas fa-globe"></i>](archive_explorer.md)
[Read the Documentation <i class="fab fa-readme"></i>](home.md)
[Join our Community <i class="fab fa-gitter"></i>](https://app.gitter.im/#/room/!TycQipeBdEPTHWqilU:gitter.im)
1 change: 1 addition & 0 deletions _media/Poseidon-Description-White.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _media/Poseidon-Logo-Horizontal-White.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _media/Poseidon-Logo-WaterGraphicNoText.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions _media/theme-simple-dark.css

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
<link rel="stylesheet" href="_media/theme-simple-dark.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<style>
header {
Expand Down Expand Up @@ -81,6 +81,7 @@
loadSidebar: true,
relativePath: true,
homepage: 'home.md',
coverpage: true,
subMaxLevel: 2,
alias: {
'/.*/_sidebar.md': '/_sidebar.md'
Expand Down Expand Up @@ -154,6 +155,19 @@
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>

<style>
:root {
/* this is relative to the path of the docsify-themeable stylesheet, which is now hosted locally */
--cover-background-image : url('/_media/Poseidon-Logo-WaterGraphicNoText.svg');
--cover-button-border : 1px solid white;
--cover-button-primary-border : 1px solid white;
--cover-max-width : 80em;
--cover-blockquote-color : white ;
--cover-button-primary-background : ;
}
</style>

<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-python.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-r.min.js"></script>
Expand Down