-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
69 lines (64 loc) · 1.75 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Project details
site_name: Chandler Cowell's Personal Page
site_url: https://cowellbunga.github.io/
site_author: Chandler Cowell
site_description: >-
I am Chandler Cowell, an economist and spatial analytics master's student.
Welcome to my personal and professional page powered by Git/Github, Markdown, and Python.
# Github Repo
repo_name: cowellbunga/cowellbunga.github.io
repo_url: https://github.com/cowellbunga/cowellbunga.github.io
edit_uri: edit/main/docs/
# Theme
theme:
name: terminal
features:
- navigation.side.indexes
- revision.date
- revision.history
extra_css:
- overrides/multi-size-headers.css
# Extensions
markdown_extensions:
# Python Markdown
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- toc:
permalink: "#"
permalink_title: Anchor link to this section for reference
# PyMdown Extensions
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.snippets:
base_path:
- docs
# Navigation Tree
nav:
- Home: index.md
- About: about.md
- Projects:
- Index: projects/index.md
- Active Projects:
- Index: projects/active/index.md
- Applying a predictive model to produce bathymetric data from topographic data: projects/active/bathy.md
- Project 2: projects/active/project2.md
- Project 3: projects/active/project3.md
- Completed Projects:
- Index: projects/completed/index.md
- Project 1: projects/completed/project1.md
- Project 2: projects/completed/project2.md
- Project 3: projects/completed/project3.md
- Publications:
- Index: publications.md
- Skills: skills.md
# Plugins
plugins:
- search
- git-revision-date
- macros:
modules:
- mkdocs-terminal:terminal.pluglets.tile_grid.main