Skip to content

Commit 85fda2d

Browse files
committed
use absolute urls
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
1 parent 75e1a06 commit 85fda2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

77
This is a [starter template](https://vsoch.github.com/mkdocs-jekyll/) for a mkdocs jekyll theme, based on these two
88
previous arts:
@@ -23,14 +23,14 @@ cd docs
2323

2424
### 2. Customize
2525

26-
To edit configuration values, customize the [_config.yml](_config.yml).
27-
To add pages, write them into the [pages](pages) folder.
26+
To edit configuration values, customize the [_config.yml](https://github.com/vsoch/mkdocs-jekyll/blob/master/_config.yml).
27+
To add pages, write them into the [pages](https://github.com/vsoch/mkdocs-jekyll/tree/master/pages) folder.
2828
You define urls based on the `permalink` attribute in your pages,
29-
and then add them to the navigation by adding to the content of [_data/toc.myl](_data/toc.yml).
29+
and then add them to the navigation by adding to the content of [_data/toc.myl](https://github.com/vsoch/mkdocs-jekyll/blob/master/_data/toc.yml).
3030

3131
### 3. Options
3232

33-
Most of the configuration values in the [_config.yml](_config.yml) are self explanatory,
33+
Most of the configuration values in the [_config.yml](https://github.com/vsoch/mkdocs-jekyll/blob/master/_config.yml) are self explanatory,
3434
and for more details, see the [about page](https://vsoch.github.io/mkdocs-jekyll/about/)
3535
rendered on the site.
3636

0 commit comments

Comments
 (0)