diff --git a/_config.yml b/_config.yml index f6f0e9b..f113159 100644 --- a/_config.yml +++ b/_config.yml @@ -6,8 +6,8 @@ url: https://evenbetterspecs.github.io favicon_ico: "/favicon.ico" -aux_links: - GitHub: https://github.com/evenbetterspecs/evenbetterspecs.github.io +# aux_links: +# GitHub: https://github.com/evenbetterspecs/evenbetterspecs.github.io # External navigation links nav_external_links: @@ -17,8 +17,8 @@ nav_external_links: # - title: Guiding principles # url: "#guiding-principles" # hide_icon: true - - title: Describe what you're testing - url: "#describe" + - title: Describe what you are testing + url: "#describe-what-you-are-testing" hide_icon: true - title: Use contexts url: "#use-contexts" diff --git a/_includes/describe.html b/_includes/describe.html index 5f31852..61ab3ba 100644 --- a/_includes/describe.html +++ b/_includes/describe.html @@ -1,6 +1,6 @@
-

- +

+ Describe what you are testing

diff --git a/_includes/header_custom.html b/_includes/header_custom.html new file mode 100644 index 0000000..a9791d3 --- /dev/null +++ b/_includes/header_custom.html @@ -0,0 +1,3 @@ +
+ +
\ No newline at end of file diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index bed7ca5..f797730 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -7,6 +7,11 @@ letter-spacing: 0.4px; } +.github-star-wrapper { + width: 54px; + margin-top: 18px; +} + .example, .bad, .good,