summaryrefslogtreecommitdiffstats
path: root/docs/data
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-14 08:35:23 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-14 08:35:23 +0200
commitb7ca3e1b3a83ef27bef841c319edb5b377cc4102 (patch)
tree9f93b8449d3c12312414f79a71e0d30dc248fd8b /docs/data
parent9b26b5487b5c5142fe9fb58681fe7d1dac95a291 (diff)
parent13e64d72763bf8d6d92d4cdfc15ed45ee9debfab (diff)
Diffstat (limited to 'docs/data')
-rw-r--r--docs/data/articles.toml2
-rw-r--r--docs/data/docs.json13
-rw-r--r--docs/data/references.toml6
3 files changed, 20 insertions, 1 deletions
diff --git a/docs/data/articles.toml b/docs/data/articles.toml
index c2dda2914..109810803 100644
--- a/docs/data/articles.toml
+++ b/docs/data/articles.toml
@@ -84,7 +84,7 @@
[[article]]
title = "How to use Firebase to host a Hugo site"
- url = "https://www.m0d3rnc0ad.com/post/static-site-firebase/"
+ url = "https://code.selfmadefighter.com/post/static-site-firebase/"
author = "Andrew Cuga"
date= "2017-02-04"
diff --git a/docs/data/docs.json b/docs/data/docs.json
index 3ed3ab232..f13af5de3 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -2838,6 +2838,19 @@
}
},
"os": {
+ "Stat": {
+ "Description": "Stat returns a file infomation under the given path.",
+ "Args": [
+ "i"
+ ],
+ "Aliases": null,
+ "Examples": [
+ [
+ "{{ (os.Stat \"foo.txt\").Name }}",
+ "foo.txt"
+ ]
+ ]
+ },
"FileExists": {
"Description": "FileExists checks whether a file exists under the given path.",
"Args": [
diff --git a/docs/data/references.toml b/docs/data/references.toml
index 84d8c5935..67f3763bb 100644
--- a/docs/data/references.toml
+++ b/docs/data/references.toml
@@ -1,3 +1,9 @@
+[[quotes]]
+name = "Joshua Steven‏‏"
+twitter_handle = "@jscarto"
+quote = "Can't overstate how much I enjoy @GoHugoIO. My site is relatively small, but *18 ms* to build the whole thing made template development and proofing a breeze."
+link = "https://twitter.com/jscarto/status/1039648827815485440"
+date = 2018-09-12T00:00:00Z
[[quotes]]
name = "Execute‏‏"