Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
selfishprimate committed Jan 22, 2022
1 parent e54f1df commit 4c52c7a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 13 deletions.
4 changes: 3 additions & 1 deletion assets/scss/partials/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
overflow-x: auto;
}
p{
font-size: .9em;
line-height: 1.4;
margin-bottom: 0;
@include breakpoint(min, small) {
font-size: 0.9rem;
}
}

.footnote{
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cleanDestinationDir = true
BookTocLabel = "Table of Contents"

LogoTitle = "Gerillass"
LogoDescription = "This goes to Gerillass home page"
LogoDescription = "Go to Gerillass home page"

# (Optional, default none) Set leaf bundle to render as side menu
# When not specified file structure and weights will be used
Expand Down
3 changes: 2 additions & 1 deletion content/docs/background-image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Let's try with a title text that placed inside the selected element to see it in
@include background-image(null, rgba(teal, 0.7) rgba(pink, 0.8), right);
}
{{< /highlight >}}
{{< highlight css "linenos=table,hl_lines=18-22,linenostart=1">}}
{{< highlight css >}}
//CSS Output
.element {
position: relative;
Expand All @@ -214,6 +214,7 @@ Let's try with a title text that placed inside the selected element to see it in
z-index: 1;
}
{{< /highlight >}}

<style>
.element.example06 {
border-radius: 5px;
Expand Down
27 changes: 19 additions & 8 deletions layouts/partials/docs/brand.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
<div class="book-brand">
<a class="book-brand__link" href="https://gerillass.com">
{{ with .Site.Params.LogoTitle }}


<a class="book-brand__link" href="https://gerillass.com">

<i class="book-brand__icon gls-arrow-left"></i>
<span class="book-brand__title">{{ . }}</span>
{{ end }}
</a>
{{ with .Site.Params.LogoDescription}}
<div class="book-brand__description">{{.}}</div>
{{ end }}

<div class="book-brand__logo">

{{ with .Site.Params.LogoTitle }}
<span class="book-brand__title">{{ . }}</span>
{{ end }}

{{ with .Site.Params.LogoDescription}}
<span class="book-brand__description">{{.}}</span>
{{ end }}

</div>

</a>

</div>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/styles.min.52286b97fb9c33c3f47358895f85cef17f2d32a556307dd6ebe7d662ef6d6425.css","MediaType":"text/css","Data":{"Integrity":"sha256-Uihrl/ucM8P0c1iJX4XO8X8tMqVWMH3W6+fWYu9tZCU="}}
{"Target":"scss/styles.min.39ce28b2750aa0e6548da528ac6754723eb4a3dd168ec1dfe44f9f4418bf30fd.css","MediaType":"text/css","Data":{"Integrity":"sha256-Oc4osnUKoOZUjaUorGdUcj60o90WjsHf5E+fRBi/MP0="}}

0 comments on commit 4c52c7a

Please sign in to comment.