Skip to content

Commit b17cb01

Browse files
committed
Added files for mkdocs
1 parent 504466a commit b17cb01

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

docs/DEFUNCT.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{!DEFUNCT.md!}

docs/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{!README.md!}

docs/stylesheets/extra.css

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:root > * {
2+
--md-primary-fg-color: #8e0b56;
3+
--md-primary-fg-color--light: #C785AB;
4+
--md-primary-fg-color--dark: #47072B;
5+
}

mkdocs.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
site_name: Tech Coops list
2+
repo_url: https://github.com/hng/tech-coops
3+
repo_name: hng/tech-coops
4+
markdown_extensions:
5+
- markdown_include.include:
6+
base_path: .
7+
theme:
8+
name: material
9+
icon:
10+
logo: material/dots-circle
11+
palette:
12+
primary: purple
13+
nav:
14+
- Home: 'index.md'
15+
- 'List of defunct coops': 'DEFUNCT.md'
16+
extra_css:
17+
- stylesheets/extra.css

0 commit comments

Comments
 (0)