Skip to content

Commit

Permalink
Upgrade hugo and docsy (#1437)
Browse files Browse the repository at this point in the history
* Upgrade hugo, change background color defined

* Change persistLang to persist as it is depracted in new docsy version

* Remove mention of extra dependencies

* Add main css file so as to customize footer

* Rename file to .scss

* Change alert background

* Fix feedback.html tags to retun page feedback section

* Replace WARN deprecated values

* Fix missing related content in page taxonomy

* fix CSS hack on veritical scaling mermaid diagram

---------

Co-authored-by: mrjones-plip <[email protected]>
  • Loading branch information
esthermmoturi and mrjones-plip authored Aug 2, 2024
1 parent 9ce2d23 commit 6437147
Show file tree
Hide file tree
Showing 12 changed files with 19,888 additions and 32 deletions.
25 changes: 25 additions & 0 deletions assets/scss/_pageinfo.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.pageinfo {
font-weight: $font-weight-medium;
background: #f8f9fa;
color: inherit;
border-radius: 0;
margin: 2rem;
padding: 1.5rem;
padding-bottom: .5rem;

@each $color, $value in $theme-colors {
&-#{$color} {
border-style: solid;
border-color: #5f7681;
}
}
}

.td-page-meta {
&__lastmod {
@extend .text-body-secondary;
@extend .border-top;
margin-top: map-get($spacers, 5) !important;
padding-top: map-get($spacers, 3) !important;
}
}
Loading

0 comments on commit 6437147

Please sign in to comment.