Skip to content

Commit f233e65

Browse files
committed
Initial commit.
1 parent a00a0f1 commit f233e65

31 files changed

+129
-1170
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ DEPENDENCIES
5757
tzinfo-data
5858

5959
RUBY VERSION
60-
ruby 2.3.1p112
60+
ruby 2.3.3p222
6161

6262
BUNDLED WITH
63-
1.14.6
63+
1.16.1

_config.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# Site settings
2-
title: Jekyll Doc Theme
3-
email: your-email@domain.com
4-
description: >
5-
Jekyll Template for Project Websites
6-
providing documentation and blog post pages.
2+
title: Medikit
3+
email: romain@dorgueil.net
4+
description: Medikit is your technical sidekick for python project packaging, or simply your release engineering assistant.
75

8-
baseurl: "/jekyll-doc-theme" # the subpath of your site, e.g. /blog/
9-
url: https://aksakalli.github.io/jekyll-doc-theme # the base hostname & protocol for your site
10-
git_address: https://github.com/aksakalli/jekyll-doc-theme
11-
git_edit_address: https://github.com/aksakalli/jekyll-doc-theme/blob/gh-pages
6+
baseurl: ""
7+
url: https://python-medikit.github.io/ # the base hostname & protocol for your site
8+
git_address: https://github.com/python-medikit/medikit
9+
git_edit_address: https://github.com/python-medikit/python-medikit.github.io
1210

1311
# theme options from https://bootswatch.com/
1412
# comment out this to use default Bootstrap
15-
bootwatch: paper
13+
bootwatch: united
1614

1715
# Build settings
1816
markdown: kramdown
@@ -29,7 +27,7 @@ exclude:
2927
- .idea/
3028
- .gitignore
3129
- README.md
32-
timezone: Europe/Berlin
30+
timezone: Europe/Paris
3331
defaults:
3432
- scope:
3533
path: _posts
@@ -54,3 +52,4 @@ collections:
5452
posts:
5553
permalink: /blog/:year/:month/:day/:title/
5654
output: true
55+

_docs/customization.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)