mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Merge commit '13e64d72763bf8d6d92d4cdfc15ed45ee9debfab'
This commit is contained in:
@@ -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"
|
||||
|
||||
|
@@ -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": [
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user