2
2
3
3
[ ![ CircleCI] ( https://circleci.com/gh/vsoch/docsy-jekyll/tree/master.svg?style=svg )] ( https://circleci.com/gh/vsoch/docsy-jekyll/tree/master )
4
4
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)
6
6
7
7
This is a [ starter template] ( https://vsoch.github.com/docsy-jekyll/ ) for a Docsy jekyll theme, based
8
8
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.
10
10
11
11
## Changes
12
12
@@ -28,15 +28,15 @@ cd docs
28
28
29
29
### 2. Customize
30
30
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.
33
33
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)
36
36
37
37
### 3. Options
38
38
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,
40
40
and for more details, see the [ getting started page] ( https://vsoch.github.io/docsy-jekyll/docs/getting-started )
41
41
rendered on the site.
42
42
0 commit comments