-
Notifications
You must be signed in to change notification settings - Fork 173
/
mkdocs.yml
67 lines (65 loc) · 1.56 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
site_name: dev
#pages:
nav:
- "index.md"
- "Textile-Cheat-Sheet.md"
- "Image-Resize.md"
- "Screenshots-Screencasts-Animated-Gifs.md"
- "ffmpeg-notes.md"
- "Unix-y-notes.md"
- "lattice-reduction.md"
- "GCode-Conversion.md"
- "Git-Rename-Master.md"
- "MkDocs-Quickstart.md"
- "GPG-Notes.md"
- "Git-Notes.md"
- "Shannon-Entropy.md"
- "Enabling-Server-HTTPS.md"
- "BGZF-Example.md"
- "Kelly-Criterion.md"
- "C-Project-Template.md"
- "Project-Organization.md"
- "File-Naming-Conventions.md"
- "Command-Line-Option-Loose-Standard.md"
- "PCB-Notes.md"
- "Coding-Style.md"
- "Energy-Consumption-Stats.md"
- "Simple-Sum.md"
- "Fisher-Yates-Shuffle.md"
- "Halting-Problem.md"
- "Assorted-Small-Probability-Problems.md"
- "Probability-Notes.md"
- "Amdahls-Law.md"
- "Is-It-Really-Open.md"
- "Number-Theory-Notes.md"
- "Arbitrary-Binary-Functions.md"
- "Empirical-Laws.md"
- "Food-CO2-Water.md"
- "SSH-Recipes.md"
- "Future-Predictions.md"
- "Diophantine-Approximation.md"
- "GCode-Common.md"
- "Misc-Math.md"
- "Socio-Economic-Definitions.md"
- "Bitcoin-Moon-Math.md"
- "Energy-Discussion.md"
- "AWK-Cheatsheet.md"
- "Littlewood-Polynomials-Notes.md"
- "Useful-Tables.md"
- "Belief-Propagation.md"
- "Puzzle-Ribbon-Tiles.md"
- "Kullback-Leibler-Divergence.md"
- "Statistical-Mechanics-For-Computer-Scientists.md"
docs_dir: 'wiki'
use_directory_urls: false
#theme_dir: 'dev_theme'
theme:
name: mkdocs
custom_dir: dev_theme/
extra:
# for production
#
base : "/dev/"
# to test
#
#base : "/"