Skip to content

Commit a6b6c28

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request linode#2 from abailly/linode-hugo-base-theme
Linode Hugo Base theme
2 parents 9d43e82 + 1a88d48 commit a6b6c28

File tree

98 files changed

+9013
-364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+9013
-364
lines changed

config.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ languageCode = "en-us"
33
title = "Linode Developers Site"
44
defaultContentLanguage = "en"
55
paginate = 25
6+
theme = "linode-hugo-base-theme"
67

78
# menu
89
[menu]
@@ -56,6 +57,9 @@ date_format = "Monday, January 2, 2006"
5657
copyright = "Copyright (c) 2018, Linode LLC"
5758
logo = "/img/linode-logo_standard_light_small.png"
5859

60+
[params.truncate]
61+
enable = true
62+
5963
[params.topbar]
6064
enable = true
6165
text = "For Developers, By Developers"
@@ -68,3 +72,6 @@ enable = true
6872

6973
[params.features2]
7074
enable = true
75+
76+
[params.dev]
77+
enable = true

content/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Home"
3+
---
4+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
5+
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>

content/changelog/2018/06-21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Exciting things, blah blah, promote promote.
1010

1111
<!--more-->
1212

13-
Did it work? I don't think it did.
13+
Did it work? It sure did

content/changelog/2018/06-25.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,5 @@ categories:
66
- APIv4
77
- Linode-CLI
88
---
9-
#### We Can Do Things with Stuff
10-
11-
That's right, I said it. If you want to see what else we are doing, click the link.
12-
13-
<!--more-->
14-
159
This is below-the-fold text that expands the changelog post. I am checking to see
1610
if I can get the page to only display the Summary.

content/changelog/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "_Index"
2+
title: "Changelog"
33
date: 2018-06-13T08:55:08-04:00
44
draft: false
55
---
File renamed without changes.

content/libraries-tools/index.md renamed to content/libraries-tools/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
99
date: 2018-06-13T08:55:08-04:00
1010
type: "libraries-tools"
1111
---
12-
# Libraries and Tools
13-
1412
We can put introduction copy here.

layouts/_default/list.html

Lines changed: 0 additions & 59 deletions
This file was deleted.

layouts/_default/single.html

Lines changed: 0 additions & 31 deletions
This file was deleted.

layouts/index.html

Lines changed: 0 additions & 25 deletions
This file was deleted.

layouts/libraries-tools/single.html

Lines changed: 0 additions & 57 deletions
This file was deleted.

layouts/partials/banners.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

layouts/partials/careers.html

Lines changed: 0 additions & 32 deletions
This file was deleted.

layouts/partials/carousel.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

layouts/partials/events.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

layouts/partials/features.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

layouts/partials/features2.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

layouts/partials/footer.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)