Skip to content

Commit 4c385d8

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#63 from Linode/development
Release 1.0.0
2 parents 0691253 + 84e8245 commit 4c385d8

File tree

30 files changed

+219
-1088
lines changed

30 files changed

+219
-1088
lines changed

config.toml

Lines changed: 1 addition & 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+
preserveTaxonomyNames = true
67
theme = ["dlc", "linode-hugo-theme"]
78

89
# menu

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "Developer Tools"
3-
subtitle: "By Developers for Developers"
4-
Description: Developer Tools, By Developers for Developers
3+
subtitle: "For Developers, by Developers"
4+
Description: Developer Tools, For Developers, by Developers
55
---

content/changelog/2018/09-24.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "4.0.6: 2018-09-24"
3+
date: "2018-09-24T11:02:00-04:00"
4+
description: "API Changelog 4.0.6"
5+
changelog:
6+
- API
7+
version: 4.0.6
8+
---
9+
### Added
10+
* Added closeable support tickets via /support/tickets/:id/close
11+
* Only applies to tickets that are closeable

content/events/2018/1014djangocon.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "DjangoCon"
3+
date: "2018-10-10T11:02:00-04:00"
4+
start_date: "2018-10-14T11:02:00-04:00"
5+
end_date: "2018-10-18T11:02:00-04:00"
6+
location: "San Diego, CA"
7+
event_url: "https://2018.djangocon.us"
8+
image_url: "https://goo.gl/images/fpNDRW"
9+
register_link: "https://ti.to/defna/djangocon-us-2018"
10+
sites:
11+
- developers
12+
---
13+
DjangoCon US is a six-day international conference for the community by the community, held each year in North America, about the Django web framework.

content/events/2018/1019rgblan.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "RGB LAN 3"
3+
date: "2018-10-10T11:02:00-04:00"
4+
start_date: "2018-10-19T11:02:00-04:00"
5+
end_date: "2018-10-21T11:02:00-04:00"
6+
location: "Oaks, PA"
7+
event_url: "https://www.rgblan.org"
8+
image_url: "https://goo.gl/images/iuRgDY"
9+
register_link: "https://www.lanreg.org/rgblan/rgblan3"
10+
sites:
11+
- developers
12+
---
13+
RGB LAN is a three-day long, BYOC (bring-your-own-computer) LAN party and charity video game tournament, dedicated to power of gaming for good.

content/events/2018/LISA18.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "LISA18"
3+
date: "2018-08-16T11:02:00-04:00"
4+
start_date: "2018-10-29T11:02:00-04:00"
5+
end_date: "2018-10-31T11:02:00-04:00"
6+
location: "Nashville, TN"
7+
event_url: "https://www.usenix.org/conference/lisa18"
8+
image_url: "https://www.eventinfo.com/event.png"
9+
register_link: "https://www.usenix.org/user"
10+
sites:
11+
- developers
12+
---
13+
LISA is the premier conference for operations professionals.

content/events/2018/allthingsopen.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "All Things Open"
3+
date: "2018-08-16T11:02:00-04:00"
4+
start_date: "2018-10-21T11:02:00-04:00"
5+
end_date: "2018-10-23T11:02:00-04:00"
6+
location: "Raleigh, NC"
7+
event_url: "https://www.allthingsopen.org"
8+
image_url: "https://www.eventinfo.com/event.png"
9+
register_link: "https://allthingsopen.org/register-now/"
10+
sites:
11+
- developers
12+
---
13+
Exploring Open Source, Open Tech, and the Open Web in the enterprise.

content/events/2018/hashiconf.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "HashiConf"
3+
date: "2018-08-16T11:02:00-04:00"
4+
start_date: "2018-10-22T11:02:00-04:00"
5+
end_date: "2018-10-24T11:02:00-04:00"
6+
location: "San Francisco, CA"
7+
event_url: "https://www.hashiconf.com"
8+
image_url: "https://www.eventinfo.com/event.png"
9+
register_link: "https://ti.to/hashicorp/hashiconf-2018"
10+
sites:
11+
- developers
12+
---
13+
Join us for three days of hands-on product training, keynotes, technical talks, and one-on-one time with the HashiCorp developers.

content/libraries-tools/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Libraries & Tools
3-
subtitle: What You Need to Integrate the Linode API with Your Application
4-
Description: What You Need to Integrate the Linode API with Your Application
3+
subtitle: Integrate the Linode API with Your Application
4+
Description: Integrate the Linode API with Your Application
55
author:
66
name: Josh Sager
77
@@ -11,4 +11,4 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
type: "libraries-tools"
1313
---
14-
What You Need to Integrate the Linode API with Your Application
14+
Integrate the Linode API with Your Application

content/libraries-tools/kubes-linode.md

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

themes/dlc/gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ gulp.task('compile', () => {
6767
purgecss({
6868
content: [baseThemeHtml, html],
6969
whitelist: ['mobile-nav', 'active'],
70+
whitelistPatterns: [/wl$/],
7071
extractors: [
7172
{
7273
extractor: TailwindExtractor,
@@ -87,6 +88,7 @@ gulp.task('size', () => {
8788
purgecss({
8889
content: [baseThemeHtml, html],
8990
whitelist: ['mobile-nav', 'active'],
91+
whitelistPatterns: [/wl$/],
9092
extractors: [
9193
{
9294
extractor: TailwindExtractor,

themes/dlc/layouts/_default/changelog.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<span class="uppercase font-semibold text-xs mr-4">Product:</span>
1010
{{ $currentTag := index (last 1 (split (delimit (split .URL "/") "," "") ",")) 0 }}
1111
{{ range $name, $items := .Site.Taxonomies.changelog }}
12-
<a href="{{ $.Site.BaseURL }}changelog/{{ $name | urlize | lower }}" class="btn btn-small btn-grey mr-2 {{ if eq $currentTag $name}}active{{end}}">{{ $name | upper}}</a>
12+
<a href="/changelog/{{ $name | urlize | lower }}" class="btn btn-small btn-grey mr-2 {{ if eq $currentTag $name}}active{{end}}">{{ $name | upper}}</a>
1313
{{ end }}
1414
</nav>
1515

@@ -19,5 +19,4 @@
1919

2020
{{ partial "2_molecules/paginator" . }}
2121
</div>
22-
{{ end }}
23-
22+
{{ end }}

themes/dlc/layouts/_default/guides.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{{ define "main" }}
22

33
<div class="mx-auto text-center max-w-lg my-8 pb-4">
4-
<h2>API Guides</h2>
4+
<h2 class="font-normal text-BaseGreenDark">API Guides</h2>
55
</div>
66

77
<div class="max-w-xl mx-auto pb-4">
88
<div class="flex flex-wrap mt-8 -mx-4">
99
{{ range .Paginator.Pages }}
1010
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
11-
<div class="p-8 h-full bg-d-cell tile">
11+
<div class="p-8 h-full bg-ThemeCell tile">
1212
<header>
13-
<h3 class="mt-0 text-2xl"><a href="{{ .Params.external_url }}" class="text-black tile-link" target="_blank">{{ .Title | markdownify }}</a></h3>
13+
<h3 class="mt-0 text-2xl font-normal"><a href="{{ .Params.external_url }}" class="text-black tile-link" target="_blank">{{ .Title | markdownify }}</a></h3>
1414
{{ partial "2_molecules/post-categories" . }}
1515
</header>
1616
<section>{{ .Content }}</section>
@@ -34,17 +34,17 @@ <h3 class="mt-0 text-2xl"><a href="{{ .Params.external_url }}" class="text-black
3434
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
3535
<div class="p-8 h-full flex flex-col justify-center">
3636
<header>
37-
<h2 class="mt-0">Want more help?</h2>
37+
<h2 class="mt-0 font-normal text-BaseGreenDark">Want more help?</h2>
3838
</header>
39-
<p class="text-xl mt-2">Find answers, ask questions, and help others.</p>
39+
<p class="text-xl mt-2 font-light">Find answers, ask questions, and help others.</p>
4040
<a href="https://linode.com/community/questions" target="_blank" class="btn mt-4">Join our Community</a>
4141
</div>
4242
</article>
4343
</div>
4444

4545
<div class="my-8 -mx-4 pb-4">
4646
<div class="text-center my-4">{{ partial "0_svgs/divider.svg" }}</div>
47-
<h2 class="text-center mx-auto">Get started in the Linode cloud today.</h2>
47+
<h2 class="text-center mx-auto font-normal text-BaseGreenDark">Get started in the Linode cloud today.</h2>
4848
<div class="flex justify-center">
4949
<a href="https://manager.linode.com/session/signup" target="_blank" class="btn mt-4 mr-2">Create an Account</a>
5050
<a href="https://www.linode.com/linodes" target="_blank" class="btn mt-4 ml-2">Learn More</a>

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,48 @@
22

33
<div class="flex flex-wrap mb-8 -mx-4">
44

5-
<div class="w-full sm:w-1/4 md:w-1/5 px-4">
6-
<div class="button-group filters-group sm:py-4 sm:mt-4">
7-
<div id="createdFilters" class="flex flex-wrap md:block">
8-
<div class="md:my-4 invisible sm:visible">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
9-
<h4 class="uppercase mb-4 w-full">Created By</h4>
5+
<div class="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap">
6+
<div id="filters" class="button-group filters-group sm:py-4 sm:mt-4">
7+
<div class="flex flex-wrap sm:block">
8+
<div class="md:mt-4 invisible sm:visible text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
9+
<h4 class="uppercase mt-2 mb-4 w-full md:text-center">Created By</h4>
1010
{{ partial "1_atoms/radio.html" (dict "ID" "linode" "Name" "created" "Value" ".linode" "Label" "Linode") . }}
1111
{{ partial "1_atoms/radio.html" (dict "ID" "community" "Name" "created" "Value" ".community" "Label" "Community") . }}
1212
</div>
13-
<button class="btn btn-small mt-4 mb-4" onclick="uncheckAll('createdFilters')">View All</button>
14-
<div id="languageFilters" class="flex flex-wrap md:block">
15-
<h4 class="uppercase mb-4 w-full">Language</h4>
13+
<div class="flex flex-wrap sm:block">
14+
<h4 class="uppercase mb-4 w-full md:text-center">Language</h4>
1615
{{range ($.Site.GetPage "taxonomyTerm" "languages").Pages }}
1716
{{ partial "1_atoms/radio.html" (dict "ID" (lower (replace .Title "." "-")) "Name" "language" "Value" (print "." (lower (replace .Title "." "-"))) "Label" .Title) . }}
1817
{{end}}
1918
</div>
20-
<button class="btn btn-small mt-4" onclick="uncheckAll('languageFilters')">View All</button>
19+
<button class="text-BaseBlue underline mt-4" onclick="uncheckAll('filters')">Reset Filters</button>
20+
<div class="md:block md:text-center mt-16">
21+
<h4 class="uppercase mb-4 w-full community-header">Want More Help?</h4>
22+
<a href="https://linode.com/community/questions" target="_blank" class="btn btn-small block text-center">Visit Linode Community</a>
23+
</div>
2124
</div>
2225
</div>
2326

2427
<div class="w-full sm:w-3/4 md:w-4/5 px-4">
2528
<div class="my-4 md:mt-12 md:mt-8 max-w-3xl">
2629
<div class="mb-4 mt-8 sm:hidden text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
27-
<h2>Tools</h2>
30+
<h2 class="font-normal text-BaseGreenDark">Tools</h2>
2831
<div class="flex -mx-4 md:items-center flex-col-reverse md:flex-row mb-2">
2932
<div class="px-4 flex flex-wrap">
3033
<div style="width: 300px;">
3134
{{ partial "2_molecules/code-box.html" }}
3235
</div>
33-
<div class="mt-4 md:hidden flex w-full"><a href="https://www.linode.com/cli" target="_blank" class="btn btn-small">Linode CLI on GitHub</a></div>
36+
<div class="mt-4 md:hidden flex w-full"><a href="https://www.linode.com/cli" target="_blank" class="btn text-sm">Linode CLI on GitHub</a></div>
3437
</div>
3538
<div class="px-4">
36-
<h3 class="md:text-2xl mt-0">Linode CLI</h3>
37-
<div class="md:text-lg my-3">An easy way to get up and running with the Linode API.</div>
38-
<div class="pt-3 hidden hidden md:block"><a href="https://www.linode.com/cli" target="_blank" class="btn btn-small">Linode CLI on GitHub</a></div>
39+
<h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark">Linode CLI</h3>
40+
<div class="md:text-lg my-3 text-light">An easy way to get up and running with the Linode API.</div>
41+
<div class="pt-3 hidden hidden md:block"><a href="https://www.linode.com/cli" target="_blank" class="btn text-sm">Linode CLI on GitHub</a></div>
3942
</div>
4043
</div>
4144
<div class="flex flex-wrap mt-8 md:mb-4 -mx-4">
4245
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
43-
<div class="p-8 h-full bg-d-cell tile">
46+
<div class="p-8 h-full bg-ThemeCell tile">
4447
<header>
4548
<h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/pharmer/pharmer" target="_blank">Pharmer</a></h3>
4649
</header>
@@ -50,7 +53,7 @@ <h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/pharme
5053
</div>
5154
</article>
5255
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
53-
<div class="p-8 h-full bg-d-cell tile">
56+
<div class="p-8 h-full bg-ThemeCell tile">
5457
<header>
5558
<h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/displague/vagrant-linode" target="_blank">vagrant-linode</a></h3>
5659
</header>
@@ -59,16 +62,27 @@ <h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/displa
5962
</section>
6063
</div>
6164
</article>
65+
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
66+
<div class="p-8 h-full bg-ThemeCell tile">
67+
<header>
68+
<h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/kahkhang/kube-linode" target="_blank">kube-linode</a></h3>
69+
</header>
70+
<section class="mt-2">
71+
Provision a Kubernetes/CoreOS cluster on Linode.
72+
</section>
73+
</div>
74+
</article>
6275
</div>
6376
</div>
64-
<h2>Libraries</h2>
77+
<h2 class="font-normal text-BaseGreenDark">Libraries</h2>
6578
<div class="flex flex-wrap md:mt-8 md:mb-4 -mx-4 grid">
6679
<div id="noResultsContainer" class="visually-hidden">
6780
<div class="px-4">No results</div>
6881
</div>
6982
{{ range .Paginator.Pages }}
7083
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8 {{ range .Params.languages }}{{ lower (replace . "." "-") }} {{ end }}{{ .Params.origin }}">
71-
<div class="p-8 h-full bg-d-cell tile">
84+
<div class="p-8 h-full bg-ThemeCell tile">
85+
<div class="origin mb-2 text-xs uppercase font-semibold {{ if eq .Params.origin "linode" }}text-BaseGreen{{ end }}">{{ .Params.origin }}</div>
7286
<header>
7387
<h3 class="mt-0"><a class="text-black tile-link" href="{{ .Params.external_url }}" target="_blank">{{ .Title | markdownify }}</a></h3>
7488
</header>

0 commit comments

Comments
 (0)