Skip to content

Commit 71a6ae7

Browse files
committed
Remove base because this is not hosted on a subdir anymore
1 parent a012a31 commit 71a6ae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ bundle install
1919
jekyll serve -H 0.0.0.0 --incremental
2020
```
2121

22-
Open [localhost:4000/gtg](http://localhost:4000/gtg) and the website should appear.
22+
Open [localhost:4000/gtg](http://localhost:4000/) and the website should appear.
2323

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: >- # this means to ignore newlines until "baseurl:"
1919
Write an awesome description for your new site here. You can edit this
2020
line in _config.yml. It will appear in your document head meta (for
2121
Google search results) and in your feed.xml site description.
22-
baseurl: "/gtg/" # TODO: Change this when moving the website
22+
baseurl: "/"
2323
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2424
twitter_username: GetThingsGNOME
2525
github_username: getting-things-gnome

0 commit comments

Comments
 (0)