Skip to content

Commit

Permalink
Rebuild theme - Hugo 0.38.2 (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuessWhoSamFoo authored and Jskobos committed Apr 11, 2018
1 parent 6ca2cc4 commit c9689f1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ env:

before_install:
- if [ $TEST_SUITE == pytest ]; then
wget https://github.com/gohugoio/hugo/releases/download/v0.36/hugo_0.36_Linux-64bit.deb;
wget https://github.com/gohugoio/hugo/releases/download/v0.38.2/hugo_0.38.2_Linux-64bit.deb;
sudo dpkg -i hugo*.deb;
(hugo server &);
fi
- sleep 7

script:
- ./ci/scripts/$TEST_SUITE.sh
- ./ci/scripts/$TEST_SUITE.sh
2 changes: 2 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ languageCode = "en-us"
title = "Linode Guides & Tutorials"
theme = "docsmith"

contentDir = "docs"

# Highlighting config (Pygments)

# Styles created with hugo gen chromastyles --style=perldoc > assets/stylesheets/_syntax-chroma.css
Expand Down
2 changes: 1 addition & 1 deletion themes/docsmith/layouts/partials/includes_head_prod.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link href="{{ relURL "build/stylesheets/home-538ad9615d.min.css" }}" rel='stylesheet' type='text/css'>
<link href="{{ relURL "build/stylesheets/home-efaa53b175.min.css" }}" rel='stylesheet' type='text/css'>

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions themes/docsmith/static/build/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -9499,6 +9499,9 @@ pre code {
text-align: center;
font-size: 16px;
}
.highlight {
margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
.sticky-header {
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion themes/docsmith/static/build/stylesheets/home.min.css

Large diffs are not rendered by default.

0 comments on commit c9689f1

Please sign in to comment.