From 3d6d05006b1088d4e3cd5a6d8ad65a846530c9ee Mon Sep 17 00:00:00 2001 From: jamorrison Date: Mon, 4 Mar 2024 13:35:02 -0500 Subject: [PATCH] update page design --- docs/_quarto.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index e9f0db0..805b41b 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -1,19 +1,37 @@ project: type: website + preview: + host: 0.0.0.0 + port: 4000 website: title: "Dupsifter Documentation" + description: "Documentation site for dupsifter, a WGBS/WGS duplicate marking tool" navbar: left: - href: index.qmd text: Home - - about.qmd + - href: install.qmd + text: Download/Install + - href: usage.qmd + text: Usage + - href: methodology.qmd + text: Methodology + - href: releases.qmd + text: Releases + right: + - icon: github + href: https://github.com/huishenlab/dupsifter format: html: theme: flatly + highlight-style: github css: styles.css toc: true + code-copy: true + code-block-border-left: "#000000" + code-block-bg: "#F3F3F3"