|
14 | 14 | # You can create any custom variable you would like, and they will be accessible |
15 | 15 | # in the templates via {{ site.myvariable }}. |
16 | 16 |
|
17 | | -title: Docsy Jekyll |
18 | | -email: your-email@domain.com |
19 | | -author: Dinosaur Avocado |
| 17 | +title: Elekto Documentation |
| 18 | +email: admin@elekto.io |
| 19 | +author: Elekto Project Contributors |
20 | 20 | description: > # this means to ignore newlines until "baseurl:" |
21 | | - Write an awesome description for your new site here. You can edit this |
22 | | - line in _config.yml. It will appear in your document head meta (for |
23 | | - Google search results) and in your feed.xml site description. |
| 21 | + Documentation on how to install, run, contribute to, and vote using Elekto |
24 | 22 |
|
25 | 23 | # DO NOT CHANGE THE LINE OF THIS FILE without editing .circleci/circle_urls.sh |
26 | 24 | baseurl: "/docsy-jekyll" # the subpath of your site, e.g. /blog |
27 | 25 |
|
28 | 26 | # This is mostly for testing |
29 | | -url: "https://vsoch.github.io" # the base hostname & protocol for your site |
| 27 | +url: "https://elekto.io" # the base hostname & protocol for your site |
30 | 28 |
|
31 | 29 | # Social (First three Required) |
32 | | -repo: "https://github.com/vsoch/docsy-jekyll" |
33 | | -github_user: "vsoch" |
34 | | -github_repo: "docsy-jekyll" |
| 30 | +repo: "https://github.com/elekto-io/docs" |
| 31 | +github_user: "elekto-io" |
| 32 | +github_repo: "docs" |
35 | 33 |
|
36 | 34 | # Optional |
37 | | -twitter: vsoch |
38 | | -linkedin: vsochat |
39 | | -dockerhub: vanessa |
| 35 | +# twitter: vsoch |
| 36 | +# linkedin: vsochat |
| 37 | +# dockerhub: vanessa |
40 | 38 |
|
41 | 39 | # Should there be feedback buttons at the bottom of pages? |
42 | | -feedback: true |
| 40 | +feedback: false |
43 | 41 |
|
44 | 42 | # Link to a privacy policy in footer, uncomment and define if wanted |
45 | 43 | # privacy: https://domain.com/privacy |
|
0 commit comments