Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland authored Jun 5, 2024
1 parent 29873dd commit 0685f5f
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion _config.yml
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

0 comments on commit 0685f5f

Please sign in to comment.