Skip to content

Commit 21ab061

Browse files
committed
update mkdocs config
1 parent 8625433 commit 21ab061

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Makefile

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
BASEDIR=$(CURDIR)
2-
DOCDIR=$(BASEDIR)/docs
3-
4-
install:
1+
site_install:
52
pip install mkdocs==0.16.3
63
pip install mkdocs-material==1.12.2
74

8-
link:
9-
ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md
5+
site_link:
6+
ln -sf $(CURDIR)/README.md $(CURDIR)/docs/index.md
107

11-
preview: link
8+
site_preview: site_link
129
mkdocs serve
1310

14-
deploy: link
11+
site_deploy: site_link
1512
mkdocs gh-deploy --clean
File renamed without changes.

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ extra:
2121
google_analytics:
2222
- 'UA-510626-7'
2323
- 'auto'
24+
extra_css:
25+
- css/extra.css
2426
pages:
2527
- "Life is short, you need Python.": "index.md"

0 commit comments

Comments
 (0)