Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into lperkins/v3.3.13-…
Browse files Browse the repository at this point in the history
…docs
  • Loading branch information
lucperkins committed Feb 21, 2020
2 parents 7793c31 + 97475db commit 90324cc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions archetypes/blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat "2006-01-02" .Date }}
draft: true
authors:
- name: Ada Lovelace
twitter: FindingAda
---

4 changes: 2 additions & 2 deletions assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{{- $fontAwesomeUrl := printf "https://use.fontawesome.com/releases/v%s/css/all.css" $fontAwesomeVersion }}

@charset "utf-8"
@import url({{ $fontsUrl }})
@import url({{ $fontAwesomeUrl }})
@import url("{{ $fontsUrl }}")
@import url("{{ $fontAwesomeUrl }}")

// Project-specific colors and variables
$etcd-blue: #419eda
Expand Down
2 changes: 1 addition & 1 deletion content/blog/jepsen-343-results.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Latest Jepsen Results against etcd 3.4.3
draft: false
date: 2020-01-30 13:00:00 -0000
date: 2020-01-30
authors:
- name: Xiang Li
---
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish = "public"
command = "make production-build"

[build.environment]
HUGO_VERSION = "0.62.2"
HUGO_VERSION = "0.65.0"

[context.deploy-preview]
command = "make preview-build"
Expand Down

0 comments on commit 90324cc

Please sign in to comment.