Skip to content

Commit 2bbef8a

Browse files
committed
initial site config, ignore old stuff
1 parent 0758798 commit 2bbef8a

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

_config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Site settings
2-
title: Jekyll Doc Theme
3-
email: your-email@domain.com
2+
title: microROS
3+
email: ingo.luetkebohle@de.bosch.com
44
description: >
55
Jekyll Template for Project Websites
66
providing documentation and blog post pages.
77
lang: en-US
88

9-
baseurl: "/jekyll-doc-theme" # the subpath of your site, e.g. /blog/
10-
url: https://aksakalli.github.io/jekyll-doc-theme # the base hostname & protocol for your site
11-
git_address: https://github.com/aksakalli/jekyll-doc-theme
12-
git_edit_address: https://github.com/aksakalli/jekyll-doc-theme/blob/gh-pages
9+
baseurl: "" # the subpath of your site, e.g. /blog/
10+
url: https://microros.github.io/ # the base hostname & protocol for your site
11+
git_address: https://github.com/microROS/microros.github.io
12+
git_edit_address: https://github.com/microROS/microros.github.io/blob/master
1313

1414
# theme options from https://bootswatch.com/
1515
# comment out this to use default Bootstrap
@@ -30,6 +30,9 @@ exclude:
3030
- .idea/
3131
- .gitignore
3232
- README.md
33+
- old
34+
- .git
35+
3336
timezone: Europe/Berlin
3437
defaults:
3538
- scope:

0 commit comments

Comments
 (0)