Skip to content

Commit 7691f92

Browse files
committed
Initial configuration.
1 parent 40ca2c2 commit 7691f92

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

_config.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,30 @@
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
1616

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
2020
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
2422
2523
# DO NOT CHANGE THE LINE OF THIS FILE without editing .circleci/circle_urls.sh
2624
baseurl: "/docsy-jekyll" # the subpath of your site, e.g. /blog
2725

2826
# 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
3028

3129
# 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"
3533

3634
# Optional
37-
twitter: vsoch
38-
linkedin: vsochat
39-
dockerhub: vanessa
35+
# twitter: vsoch
36+
# linkedin: vsochat
37+
# dockerhub: vanessa
4038

4139
# Should there be feedback buttons at the bottom of pages?
42-
feedback: true
40+
feedback: false
4341

4442
# Link to a privacy policy in footer, uncomment and define if wanted
4543
# privacy: https://domain.com/privacy

0 commit comments

Comments
 (0)