gabrielgio.me @ fe115407f31faf2e8bc69beb85fb07748d096d08

Disbale `.GitInfo` until I figure out how to keep `.git` folder in Gitlab's
pipeline process.
 1diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
 2index 821616dd87a186a33db5e6e4e3bc30fe11d74e47..f32b67b7f2b1422c04be76eed79de95de20750a1 100644
 3--- a/.gitlab-ci.yml
 4+++ b/.gitlab-ci.yml
 5@@ -16,7 +16,7 @@     - master
 6 
 7 pages:
 8   script:
 9-    - hugo --enableGitInfo
10+    - hugo
11   artifacts:
12     paths:
13       - public
14diff --git a/content/posts/2019-03-07-ansible-part-1.org b/content/posts/2019-03-07-ansible-part-1.org
15index f1133d6386165efdb3b02aff7f0b9b1e0af0cc92..c8782e9068f8357b3c86c6a86da8d58f7064eb61 100644
16--- a/content/posts/2019-03-07-ansible-part-1.org
17+++ b/content/posts/2019-03-07-ansible-part-1.org
18@@ -2,6 +2,7 @@ ---
19 layout:  post
20 title:   "Automating setup with ansible-pull part-1"
21 date:    2019-03-07
22+lastmod: 2020-07-12
23 tags:    ['ansible', 'ansible-pull', 'linux', 'fedora']
24 ---
25