-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
executable file
·53 lines (51 loc) · 1.49 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
site_name: 'Generative Art'
nav:
- CoderDojo Mentor Resources: https://coderdojotc.github.io/CoderDojoTC/
- Home: index.md
- Course Content:
- Introduction: 01-intro.md
- Products: products/index.md
- Concepts: 03-concepts.md
- Prompt Design: 04-prompts.md
- Bias: 05-bias.md
- Fine Tuning: 06-fine-tuning.md
- Whats Next: 08-whats-next.md
- Activities:
- Introduction: activities/01-intro.md
- Dall-E 2: activities/02-dalle2.md
- Midjourney: activities/03-midjourney.md
- Stable Diffusion: activities/04-stable-diffusion.md
- Crayion: activities/05-crayion.md
- Examples:
- Introduction: index.md
- Artists: examples/artists/index.md
- Landscapes: examples/landscapes/index.md
- Tree Landscapes: examples/landscapes/trees.md
- Girl With Laptop: examples/girl-with-laptop/index.md
- Glossary: glossary.md
- References: references.md
- Contacts: contacts.md
site_description: 'Generative Art: Creative Commons licensed content for CoderDojo Twin Cities programs.'
site_author: 'Dan McCreary, Arun Batchu'
repo_name: 'GitHub Repo'
repo_url: 'https://github.com/CoderDojoTC/generative-art'
edit_uri: 'blob/master/docs'
theme:
name: material
logo: img/coderdojo-logo.png
palette:
primary: '#642580'
accent: '#41BAC1'
feature:
tabs: true
custom_dir: 'theme'
include_sidebar: true
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
- codehilite:
linenums: true
plugins:
- search