Compare commits
No commits in common. "b525f7505517f0166f56ee79c5178546b6465036" and "8c56abd321118db4bca959e2d8cf52c8838c2ca8" have entirely different histories.
b525f75055
...
8c56abd321
2 changed files with 7 additions and 14 deletions
|
@ -1,10 +1,12 @@
|
||||||
|
|
||||||
handle_path /docs* {
|
handle_path /docs* {
|
||||||
reverse_proxy 127.0.0.1:5100
|
reverse_proxdy 127.0.0.1:5100
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
handle_path /slides* {
|
handle_path /slides* {
|
||||||
reverse_proxy 127.0.0.1:5200
|
reverse_proxdy 127.0.0.1:5200
|
||||||
}
|
}
|
||||||
|
|
||||||
|
handle {
|
||||||
|
reverse_proxy localhost:5001
|
||||||
|
}
|
||||||
|
|
|
@ -6,13 +6,12 @@ site_dir: _build/docs
|
||||||
# theme_dir: 'themes/mkdocs-material'
|
# theme_dir: 'themes/mkdocs-material'
|
||||||
|
|
||||||
site_author: 'Glenn Y. Rolland'
|
site_author: 'Glenn Y. Rolland'
|
||||||
site_url: 'https://glenux.net'
|
site_url: 'http://glenux.github.io/teaching-boilerplate'
|
||||||
|
|
||||||
# copyright: 'Copyright (c) 2016 Glenux'
|
# copyright: 'Copyright (c) 2016 Glenux'
|
||||||
|
|
||||||
repo_name: 'Source'
|
repo_name: 'Source'
|
||||||
repo_url: ''
|
repo_url: 'https://bitbucket.com/glenux-corp/teaching-boilerplate'
|
||||||
# https://bitbucket.com/glenux-corp/teaching-boilerplate'
|
|
||||||
# site_favicon: 'favicon.ico'
|
# site_favicon: 'favicon.ico'
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
@ -28,7 +27,6 @@ theme:
|
||||||
neutral: 'black'
|
neutral: 'black'
|
||||||
features:
|
features:
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- navigation.footer
|
|
||||||
# - navigation.tabs
|
# - navigation.tabs
|
||||||
# - navigation.tabs.sticky
|
# - navigation.tabs.sticky
|
||||||
|
|
||||||
|
@ -38,16 +36,9 @@ i18n:
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- css/extra.css
|
- css/extra.css
|
||||||
- ../docs.assets/css/extra.css
|
|
||||||
# - css/source.css
|
|
||||||
# - css/patch.css
|
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- js/extra.js
|
- js/extra.js
|
||||||
- ../docs.assets/javascript/mathjax.js
|
|
||||||
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
|
||||||
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
|
||||||
# - ../docs.assets/javascript/extra.js
|
|
||||||
|
|
||||||
# author:
|
# author:
|
||||||
# github: 'glenux'
|
# github: 'glenux'
|
||||||
|
|
Loading…
Reference in a new issue