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
4 changes: 2 additions & 2 deletions ci/yaml_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@
},
"modified": {
"elements": false,
"required": true,
"required": false,
"type": "date",
"description": "The date this guide was last modified. Should use the form YYYY-MM-DD."
"description": "(DEPRECATED: Hugo now uses the date of the last Git commit) The date this guide was last modified. Should use the form YYYY-MM-DD."
},
"modified_by": {
"elements": false,
Expand Down
4 changes: 4 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ disqusShortname="linode-1"

rssLimit = 15

enableGitInfo = true

[frontmatter]
lastmod = [":git", "lastmod", "date", "publishDate"]

[blackfriday]
fractions = false
Expand Down
3 changes: 0 additions & 3 deletions docs/linode-writers-formatting-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description: 'The Linode Guides & Tutorials style guide for article submissions'
keywords: ["style guide", "format", "formatting", "how to write", "write for us", "write for linode", "linode docs", "submissions"]
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
aliases: ['style-guide/','linode-writers-guide/']
modified: 2017-12-08
modified_by:
name: Linode
published: 2014-01-15
Expand Down Expand Up @@ -44,7 +43,6 @@ description: 'Two to three sentences describing the purpose of the guide.'
keywords: ["list", "of", "keywords", "and key phrases"]
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
published: 2017-11-29
modified: 2017-11-30
modified_by:
name: Linode
title: 'Guide Title'
Expand Down Expand Up @@ -238,7 +236,6 @@ description: 'A shortguide that shows how to install Python via Miniconda.'
keywords: []
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
published: 2018-08-23
modified: 2018-08-23
modified_by:
name: Linode
title: "Install Python with Miniconda"
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-0cb862fcd0.min.css" }}" rel='stylesheet' type='text/css'>
<link href="{{ relURL "build/stylesheets/home-84dcf75eeb.min.css" }}" rel='stylesheet' type='text/css'>
Empty file modified themes/docsmith/static/build/js/libs-900db6b09b.min.js
100755 → 100644
Empty file.
Empty file modified themes/docsmith/static/build/js/libs.js
100755 → 100644
Empty file.
Empty file modified themes/docsmith/static/build/js/libs.min.js
100755 → 100644
Empty file.
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.