Skip to content

Commit 6d451cf

Browse files
committed
adding site.url to config
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 8e294ef commit 6d451cf

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ Critical items to know are:
1414
- changed behaviour
1515

1616
## [master](https://github.com/vsoch/docsy-jekyll/tree/master)
17+
- adding site.url to config, making links in readme absolute (0.0.1)
1718
- start of theme (0.0.0)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![CircleCI](https://circleci.com/gh/vsoch/docsy-jekyll/tree/master.svg?style=svg)](https://circleci.com/gh/vsoch/docsy-jekyll/tree/master)
44

5-
![assets/img/docsy-jekyll.png](assets/img/docsy-jekyll.png)
5+
![https://raw.githubusercontent.com/vsoch/docsy-jekyll/master/assets/img/docsy-jekyll.png](https://raw.githubusercontent.com/vsoch/docsy-jekyll/master/assets/img/docsy-jekyll.png)
66

77
This is a [starter template](https://vsoch.github.com/docsy-jekyll/) for a Docsy jekyll theme, based
88
on the Beautiful [Docsy](https://github.com/google/docsy) that renders with Hugo. This version is intended for
9-
native deployment on GitHub pages. The original [Apache License](LICENSE) is included.
9+
native deployment on GitHub pages. The original [Apache License](https://github.com/vsoch/docsy-jekyll/blob/master/LICENSE) is included.
1010

1111
## Changes
1212

@@ -28,15 +28,15 @@ cd docs
2828

2929
### 2. Customize
3030

31-
To edit configuration values, customize the [_config.yml](_config.yml).
32-
To add pages, write them into the [pages](pages) folder.
31+
To edit configuration values, customize the [_config.yml](https://github.com/vsoch/docsy-jekyll/blob/master/_config.yml).
32+
To add pages, write them into the [pages](https://github.com/vsoch/docsy-jekyll/blob/master/pages) folder.
3333
You define urls based on the `permalink` attribute in your pages,
34-
and then add them to the navigation by adding to the content of [_data/toc.myl](_data/toc.yml).
35-
The top navigation is controlled by [_data/navigation.yml](_data/navigation.yml)
34+
and then add them to the navigation by adding to the content of [_data/toc.myl](https://github.com/vsoch/docsy-jekyll/blob/master/_data/toc.yml).
35+
The top navigation is controlled by [_data/navigation.yml](https://github.com/vsoch/docsy-jekyll/blob/master/_data/navigation.yml)
3636

3737
### 3. Options
3838

39-
Most of the configuration values in the [_config.yml](_config.yml) are self explanatory,
39+
Most of the configuration values in the [_config.yml](https://github.com/vsoch/docsy-jekyll/blob/master/_config.yml) are self explanatory,
4040
and for more details, see the [getting started page](https://vsoch.github.io/docsy-jekyll/docs/getting-started)
4141
rendered on the site.
4242

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.0.1

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description: > # this means to ignore newlines until "baseurl:"
2626
baseurl: "/docsy-jekyll" # the subpath of your site, e.g. /blog
2727

2828
# This is mostly for testing
29-
url: "" # the base hostname & protocol for your site
29+
url: "https://vsoch.github.io" # the base hostname & protocol for your site
3030

3131
# Social (First three Required)
3232
repo: "https://github.com/vsoch/docsy-jekyll"

0 commit comments

Comments
 (0)