Skip to content

Commit

Permalink
site_test
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLMcIntosh committed Jan 10, 2024
1 parent cf90f9c commit b117b65
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ vignettes/*.pdf
# R Environment Variables
.Renviron

# pkgdown site
docs/

# translation temp files
po/*~

Expand Down
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Test

dfsfla

## Hi

sfafss
68 changes: 68 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
site_name: 'Forest Carbon Codefest'
site_description: 'Website for the 2024 Forest Carbon Codefest'
site_author: Tyler McIntosh
site_url: earthlab.github.io/Forest_Carbon_Codefest

# Repository
repo_name: forest-carbon-codefest-2024
repo_url: https://github.com/earthlab/forest-carbon-codefest-2024
edit_uri: edit/main/docs/
# Copyright
copyright: 'Copyright © 2024 University of Colorado Boulder'

# Page tree
nav:
- Home: index.md

# Configuration
theme:
highlightjs: true
name: material
font:
text: 'Open Sans'
code: 'Roboto Mono'
logo: 'assets/esiil_content/ESIIL_logo.png'
favicon: 'assets/esiil_content/favicon.ico'
# setting features for the navigation tab
features:
- navigation.sections
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- toc.integrate
- toc.follow
- content.code.copy
# Default values, taken from mkdocs_theme.yml
language: en
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: white)"
primary: 'white'
toggle:
icon: material/weather-night
name: Switch to dark mode

# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to system preference

# Options
extra:
social:
- icon: fontawesome/brands/github
# link: https://github.com/cu-esiil/

extra_css:
- stylesheets/extra.css

plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True

0 comments on commit b117b65

Please sign in to comment.