means that tests defined within the
travis.yml configuration file either passed, failed, etc. as of .
Collection of Bash scripts for Jekyll and Git server administration and interaction via ssh or git command-line tools.
Unless otherwise stated both documentation and Bash scripts are shared under
(version
3) by default, a full copy of which is available undermaster:LICENSE. See the Licensing collection for when others may apply.
provides rendered documentation for this project; the source code modifications and raw doc-files of which can be found under the
gh-pages branch. Installation, and Update instructions are currently featured along with usage examples for Administrators and Git/Jekyll clients.
, however, please review GitHub's
Fork help page, and the Contributing collection of this project for set-up and styling tips. Oh and don't forget to add yourself to the Contributors collection before first Pull Request.
Consider checking Supporting Options for methods of encouraging projects like these.
The following use the
_layouts/modules/collection-home/collection-homeLayoutby default.
-
_administrationdirectory is complied into<host>/administration/collection of entries as configured byadministration.markdown -
_git-shell-commandsdirectory is complied into<host>/git-shell-commands/collection of entries as configured bygit-shell-commands.markdown -
_contributingdirectory is complied into<host>/contributing/collection of entries as configured bycontributing.markdown -
_contributorsdirectory is complied into<host>/contributers/collection of entries as configured bycontributers.markdown -
_licensingdirectory is complied into<host>/licensing/collection of entries as configured bylicensing.markdown -
_securitydirectory is complied into<host>/security/collection of entries as configured bysecurity.markdown -
_stylingdirectory is complied into<host>/styling/collection of entries as configured bystyling.markdown
-
_includesdirectory contains files that maybe included within other source, page, or post files via Liquid similar to;{%- include file-name named_arg='some value' -%} -
_layoutsdirectory contains files that posts, pages, and other Front-Matter files may choose via something likelayout: name-of-layoutwithin the file's configuration block -
_scssor_sassdirectories contains.scssor.sassfiles that when included within theassetsdirectory may use duringjekyll buildorserveoperations to build site.cssstyle sheets. -
assetsdirectory contains.scssor.sassfiles that are transmuted into.cssfiles, and in the future may contain image and/or JavaScript files, all of which are accessible by other site source files, pages, and/or posts