Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ pygmentsStyle = "perldoc"

disqusShortname="linode-1"

disableKinds = ["taxonomy", "taxonomyTerm"]
#disableKinds = ["taxonomy", "taxonomyTerm"]

rssLimit = 15


[blackfriday]
fractions = false

Expand All @@ -33,7 +34,9 @@ section = ["HTML"]
page = ["HTML"]

[taxonomies]
category = "categories"
audience = "audiences"
concentration = "concentrations"
language = "languages"

[params]
description = "Guides and tutorials on the Linode platform, Linux basics, and software installation and configuration."
Expand All @@ -50,7 +53,7 @@ time_format_default = "Monday, January 2, 2006"
# threshold = 80
# includeNewer = true
# toLower = false
#
#
# [[related.indices]]
# name = "keywords"
# weight = 100
Expand Down
4 changes: 4 additions & 0 deletions themes/docsmith/layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
</div>
</div>
<div class="col-sm-10 col-sm-offset-1">
{{ if and (eq .Kind "taxonomy") (eq .Data.Singular "audience") }}
<h1 class="text-center">{{ .Title }} Guides</h1>
{{ else }}
<h1 class="text-center">{{ .Title }}</h1>
{{ end }}
<p class="text-center lead">{{ .Description | markdownify }}</p>
</div>
</div>
Expand Down
20 changes: 20 additions & 0 deletions themes/docsmith/layouts/_default/terms.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{{ define "main" }}
<section class="primary first-section some-space-bottom">
<div class="container">
<div class="row pad-xs with-subnavigation">
<div class="col-sm-8">
{{ partial "breadcrumb" . }}
</div>
<div class="col-sm-4 library-breadcrumb-search">
{{ partial "search_form" . }}
</div>
</div>
<div class="col-sm-10 col-sm-offset-1">
<h1 class="text-center">{{ .Title }}</h1>
<p class="text-center lead">{{ .Description | markdownify }}</p>
</div>
</div>
</div>
</section>
{{ partial "articles_and_categories" . }}
{{ end }}
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-0cb862fcd0.min.css" }}" rel='stylesheet' type='text/css'>
<link href="{{ relURL "build/stylesheets/home-84dcf75eeb.min.css" }}" rel='stylesheet' type='text/css'>
19 changes: 0 additions & 19 deletions themes/docsmith/static/build/stylesheets/home-0cb862fcd0.min.css

This file was deleted.

19 changes: 19 additions & 0 deletions themes/docsmith/static/build/stylesheets/home-84dcf75eeb.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/docsmith/static/build/stylesheets/home.min.css

Large diffs are not rendered by default.