Skip to content

Commit a1d493d

Browse files
Configuring site for jekyll.
1 parent 271fc79 commit a1d493d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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/

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
include: ["_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

0 commit comments

Comments
 (0)