This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29873dd
commit 0685f5f
Showing
1 changed file
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,46 @@ | ||
jekyllplus: Wiredcraft/jekyll-basics/master | ||
## | ||
# Parameters for WikiToJekyll | ||
# Used by Rake:wikisub, Rake:wiki and wikiLinks generator plugin | ||
## | ||
wikiToJekyll: | ||
|
||
# your user Github Name | ||
user_name: Stars-Beyond | ||
|
||
# your repository Name | ||
repository_name: Horizon-Docs | ||
|
||
# set your remote name. 'origin' is the default name set | ||
# when you do a 'git init' | ||
# if you changed this name be sure to change this parameter | ||
deploy_remote: "origin" | ||
|
||
# for an organization / user, publication branch is master | ||
# for a project, publication branch is gh-pages | ||
deploy_branch: "main" | ||
|
||
# wiki repository url | ||
# if you live this blank, it will be derived from you code | ||
# user_name and repository_name | ||
# eg : wiki_repository_url = user_name/repository_name/wiki' | ||
# | ||
# If you're importing a wiki from another code repository | ||
# you MUST set this url | ||
# | ||
# IMPORTANT: no git@github.com: in front | ||
# You MUST use the htpps:// url or it will | ||
# cause a submodule error on github | ||
# | ||
# Example : https://github.com/userName/repositoryName.wiki.git | ||
|
||
wiki_repository_url: # https://github.com/userName/repositoryName.wiki.git | ||
|
||
# wiki submodule folder | ||
# the underscore makes sure that this folder is ignored by Jekyll | ||
wiki_source: "_wiki" | ||
|
||
# wiki Jekyll generated pages destination folder | ||
wiki_dest: "wiki" | ||
|
||
# commit and push to Jekyll repository after wiki synchronisation | ||
commit_and_push: false |