Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnWx2019 committed Jun 8, 2024
1 parent 5ac8e0f commit e666fb0
Show file tree
Hide file tree
Showing 14 changed files with 16,928 additions and 532 deletions.
39 changes: 21 additions & 18 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
project:
project:
type: website

website:
website:
page-navigation: true
title: "MetMiner Cookbook"
site-url: "https://shawnwx2019.github.io/metminer-cookbook"
title: "MetMiner Cookbook"
site-url: "https://shawnwx2019.github.io/metminer-cookbook"
repo-url: "https://github.com/ShawnWx2019/metminer-cookbook"
repo-actions: [edit, source, issue]
favicon: images/favicon.ico

page-footer:
right: "This page is built with [Quarto](https://quarto.org/).Template: [NOAA-quarto-simple](https://github.com/nmfs-opensci/NOAA-quarto-simple)"
right: "This page is built with [Quarto](https://quarto.org/)"
left: "© CC-1.0"

sidebar:
background: "#D9E3E4"
logo: "https://github.com/ShawnWx2019/metminer-cookbook/blob/main/metminer_icon.jpeg"
logo: "https://shawnmagic-1257599720.cos.ap-chengdu.myqcloud.com/picgologo_long.webp"
favicon: images/favicon.ico
pinned: true
align: center
tools:
tools:
- icon: globe
href: https://shawnwx2019.github.io/
text: "Shawn learn bioinformatics"
Expand All @@ -36,15 +36,17 @@ website:
- href: content/installation.qmd
text: Installation
- section: "Upstream data processing"
contents:
contents:
- href: content/Upstream_method.qmd
text: Introduction
- href: content/Untargeted_method.qmd
text: Untargeted method
- href: content/pre_targeted.qmd
text: Pseudotargeted method
- href: content/Project_init.qmd
text: Project initiate
- href: content/Import_data.qmd
text: Data import
- href: content/Data_ummary.qmd
text: Raw data summary
- section: "Downstream data processing"
contents:
contents:
- href: content/Downstream_method.qmd
text: Introduction
- href: content/feature_anno.qmd
Expand All @@ -58,7 +60,7 @@ website:
- href: content/dam.qmd
text: DAM analysis
- section: "Data mining"
contents:
contents:
- href: content/Datamining_method.qmd
text: Introduction
- href: content/iWGCNA.qmd
Expand All @@ -69,7 +71,7 @@ website:
format:
html:
theme:
light: [cosmo, theme.scss]
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
Expand All @@ -80,4 +82,5 @@ filters:
- include-files.lua
- quarto



bibliography: content/reference.bib
File renamed without changes.
2 changes: 2 additions & 0 deletions content/Project_init.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Project initiate

Loading

0 comments on commit e666fb0

Please sign in to comment.