Fix url jekyll
This commit is contained in:
parent
a5e6c048b7
commit
db24abfdf3
|
@ -22,8 +22,8 @@ title: Sonarqube Ruby
|
|||
email: marianilucas@gmail.com
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
Sonarqube is a Ruby wrapper for the Sonarqube API Rest.
|
||||
baseurl: "/" # the subpath of your site, e.g. /blog
|
||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
baseurl: "/sonarqube" # the subpath of your site, e.g. /blog
|
||||
url: "https://psyreactor.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
#twitter_username: jekyllrb
|
||||
github_username: psyreactor
|
||||
|
||||
|
@ -87,4 +87,4 @@ aux_links:
|
|||
"Sonarqube gem on GitHub":
|
||||
- "https://github.com/psyreactor/sonarqube"
|
||||
|
||||
footer_content: "2020 - Psyreactor. Distributed by an <a href=\"https://github.com/psyreactor/sonarqube/tree/master/LICENSE.txt\">BSD license.</a>"
|
||||
footer_content: "2020 - Psyreactor. Distributed by an <a href=\"https://github.com/psyreactor/sonarqube/tree/master/LICENSE.txt\">BSD license.</a>"
|
||||
|
|
Loading…
Reference in New Issue