mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: wildspace and typos
This commit is contained in:
parent
1a1f49ea59
commit
67e1f2567b
4 changed files with 115 additions and 115 deletions
|
@ -25,7 +25,7 @@ import re
|
||||||
# the standard input in the form:
|
# the standard input in the form:
|
||||||
# <local ref> <local sha1> <remote ref> <remote sha1>
|
# <local ref> <local sha1> <remote ref> <remote sha1>
|
||||||
# This hook prevents the push of commits that belong to branches starting with
|
# This hook prevents the push of commits that belong to branches starting with
|
||||||
# an "#" (whiwork in progress).
|
# an "#" (which are work in progress).
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
local_branch = subprocess.check_output(['git', 'rev-parse', '--abbrev-ref', 'HEAD'], universal_newlines=True).strip()
|
local_branch = subprocess.check_output(['git', 'rev-parse', '--abbrev-ref', 'HEAD'], universal_newlines=True).strip()
|
||||||
|
|
|
@ -38,8 +38,8 @@ social.twitter = ""
|
||||||
# These options are specific to the Relearn theme.
|
# These options are specific to the Relearn theme.
|
||||||
|
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
# Variants
|
# Branding
|
||||||
# These options set your color variant.
|
# These options set your overall visual apperance.
|
||||||
|
|
||||||
# Used color variants.
|
# Used color variants.
|
||||||
# Default: "auto"
|
# Default: "auto"
|
||||||
|
|
Loading…
Reference in a new issue