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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/_default/config.toml7
-rw-r--r--content/home/contact.md46
-rw-r--r--exampleSite/content/home/contact.md30
-rw-r--r--exampleSite/go.mod2
-rw-r--r--exampleSite/go.sum4
-rw-r--r--go.mod2
-rw-r--r--go.sum6
-rw-r--r--netlify.toml2
8 files changed, 56 insertions, 43 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 98fb7453..08e410ab 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -47,6 +47,13 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
section = [ "HTML", "RSS" ]
+[mediaTypes."application/manifest+json"]
+ suffixes = ["webmanifest"]
+
+[outputFormats.WebAppManifest]
+ mediaType = "application/manifest+json"
+ rel = "manifest"
+
# Configure the Markdown renderer.
[markup]
defaultMarkdownHandler = "goldmark"
diff --git a/content/home/contact.md b/content/home/contact.md
index 25188e2b..cdb3055f 100644
--- a/content/home/contact.md
+++ b/content/home/contact.md
@@ -1,24 +1,30 @@
-+++
-# Contact widget.
-widget = "contact" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = true # Activate this widget? true/false
-weight = 130 # Order that this section will appear.
+---
+# An instance of the Contact widget.
+# Documentation: https://sourcethemes.com/academic/docs/page-builder/
+widget: contact
-title = "Contact"
-subtitle = ""
+# This file represents a page section.
+headless: true
-# Automatically link email and phone?
-autolink = true
+# Order that this section appears on the page.
+weight: 130
-# Email form provider
-# 0: Disable email form
-# 1: Netlify (requires that the site is hosted by Netlify)
-# 2: formspree.io
-email_form = 2
-
-# Netlify form settings.
-[netlify]
- captcha = false # Enable CAPTCHA challenge to reduce spam?
-+++
+title: Contact
+subtitle:
+content:
+ # Automatically link email and phone or display as text?
+ autolink: true
+
+ # Email form provider
+ form:
+ provider: netlify
+ formspree:
+ id:
+ netlify:
+ # Enable CAPTCHA challenge to reduce spam?
+ captcha: false
+
+design:
+ columns: '2'
+---
diff --git a/exampleSite/content/home/contact.md b/exampleSite/content/home/contact.md
index 9d65963e..bcfb0d60 100644
--- a/exampleSite/content/home/contact.md
+++ b/exampleSite/content/home/contact.md
@@ -3,9 +3,6 @@
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
widget: contact
-# Activate this widget? true/false
-active: true
-
# This file represents a page section.
headless: true
@@ -15,16 +12,19 @@ weight: 130
title: Contact
subtitle:
-# Automatically link email and phone or display as text?
-autolink: true
-
-# Email form provider
-# 0: Disable email form
-# 1: Netlify (requires that the site is hosted by Netlify)
-# 2: formspree.io
-email_form: 2
-
-netlify:
- # Enable CAPTCHA challenge to reduce spam?
- captcha: false
+content:
+ # Automatically link email and phone or display as text?
+ autolink: true
+
+ # Email form provider
+ form:
+ provider: formspree
+ formspree:
+ id: test
+ netlify:
+ # Enable CAPTCHA challenge to reduce spam?
+ captcha: false
+
+design:
+ columns: '2'
---
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index faaff6c9..5f5cf83d 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@ module github.com/wowchemy/starter-academic/exampleSite
go 1.15
-require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201111005443-165dcd6c3eab // indirect
+require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index b1a9f8e0..219d1979 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -1,2 +1,2 @@
-github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201109174124-1ed538027a75 h1:NbluAtKcpfNcsMGuVEjy5tFbwJMu50m/flJXS8RtUtI=
-github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201109174124-1ed538027a75/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
+github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc h1:CEU/1wcms1ETNl7MWY4OPGSCI89nvnZK288QzCTWnNY=
+github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
diff --git a/go.mod b/go.mod
index 168970bc..30db80d7 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,5 @@ go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201109174124-1ed538027a75 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201111005443-165dcd6c3eab
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc
)
diff --git a/go.sum b/go.sum
index 2bed8588..2bb798b7 100644
--- a/go.sum
+++ b/go.sum
@@ -1,3 +1,3 @@
-github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201016182837-be0fa17ac006/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
-github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201102170205-80fce98e72a9 h1:Xlur4C1LriYTITcDsTo5Sl/eyxyspJhccS0EYXcRacA=
-github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201102170205-80fce98e72a9/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
+github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201109174124-1ed538027a75/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
+github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc h1:CEU/1wcms1ETNl7MWY4OPGSCI89nvnZK288QzCTWnNY=
+github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
diff --git a/netlify.toml b/netlify.toml
index 6437f4c5..9863b7b7 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
publish = "public"
[build.environment]
- HUGO_VERSION = "0.75.1"
+ HUGO_VERSION = "0.78.1"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]