We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504466a commit b17cb01Copy full SHA for b17cb01
docs/DEFUNCT.md
@@ -0,0 +1 @@
1
+{!DEFUNCT.md!}
docs/index.md
+{!README.md!}
docs/stylesheets/extra.css
@@ -0,0 +1,5 @@
+:root > * {
2
+ --md-primary-fg-color: #8e0b56;
3
+ --md-primary-fg-color--light: #C785AB;
4
+ --md-primary-fg-color--dark: #47072B;
5
+}
mkdocs.yml
@@ -0,0 +1,17 @@
+site_name: Tech Coops list
+repo_url: https://github.com/hng/tech-coops
+repo_name: hng/tech-coops
+markdown_extensions:
+ - 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