File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -108,4 +108,5 @@ venv.bak/
108108# mypy
109109.mypy_cache /
110110.idea /
111- pandas /bower_components /
111+ pandas /bower_components /
112+ _site /
Original file line number Diff line number Diff line change 11include : ["_test.html", "_static", "pandas/guide/_static"]
2+ # Site settings
3+ title : Python-Sprints
4+ # email: your-email@domain.com
5+ description : > # this means to ignore newlines until "baseurl:"
6+ Python-Sprints is a non profit organisation gathering Python programmers and helping improve code in open source projects.
7+ baseurl : " " # the subpath of your site, e.g. /blog/
8+ url : " https://python-sprints.github.io/" # the base hostname & protocol for your site
9+ # twitter_username: jekyllrb
10+ github_username : python-sprints
11+
12+ # Build settings
13+ markdown : kramdown
You can’t perform that action at this time.
0 commit comments