Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/orf/bare-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <adeininger@urbanonline.de>2022-03-04 14:49:33 +0300
committerAndreas Deininger <adeininger@urbanonline.de>2022-03-04 14:49:33 +0300
commitc4fb62dd69cca189c0a563b6252b35d801dcd30d (patch)
tree01ac9e822e9feab4401c3a78f4bd5ac3695b3245
parent0092e64e8816a275969fceb67b52a1fdafe79bd4 (diff)
Example site: remove shortcode instagram_simple
Shortcode breaks built and cannot be used anymore due to depecrated API
-rw-r--r--.gitignore2
-rw-r--r--exampleSite/.gitignore3
-rw-r--r--exampleSite/content/post/rich-content.md8
-rw-r--r--netlify.toml2
4 files changed, 4 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 6d79c91..2b52b07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,5 +9,3 @@ hugo.darwin
hugo.linux
node_modules/
.idea/
-exampleSite/resources/
-exampleSite/public/
diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore
new file mode 100644
index 0000000..a0aaae5
--- /dev/null
+++ b/exampleSite/.gitignore
@@ -0,0 +1,3 @@
+.hugo_build.lock
+public/
+resources/
diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md
index 5ff41d7..407c539 100644
--- a/exampleSite/content/post/rich-content.md
+++ b/exampleSite/content/post/rich-content.md
@@ -13,14 +13,6 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
<!--more-->
---
-## Instagram Simple Shortcode
-
-{{< instagram_simple BGvuInzyFAe hidecaption >}}
-
-<br>
-
----
-
## YouTube Privacy Enhanced Shortcode
{{< youtube ZJthWmvUzzc >}}
diff --git a/netlify.toml b/netlify.toml
index a083a93..54a01bd 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
command = "cd exampleSite && hugo --gc --themesDir ../.. -b $URL"
[build.environment]
- HUGO_VERSION = "0.67.1"
+ HUGO_VERSION = "0.93.1"
HUGO_ENV = "production"
HUGO_THEME = "repo"