trystant / airspace-hugo

Airspace theme (Hugo version)
Other
1 stars 0 forks source link

Update Contact Form In partial #2

Open trystant opened 3 years ago

trystant commented 3 years ago

The FormSpree contact form needed to be updated from legacy two years ago. I followed the instructions in the email sent, created an account and then subscribed

trystant commented 3 years ago

It looks like there's a complicated process involved with updating this theme:

  education.grandkru.com git:(main) ✗ hugo server -p 8080 --bind 0.0.0.0 -b 665e60e39844408eae589dcaa772cd72.vfs.cloud9.us-east-1.amazonaws.com  --disableFastRender
ERROR 2020/12/16 15:15:37 Failed to add template "pricing/list.html" in path "pricing/list.html": template: pricing/list.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "about/list.html" in path "about/list.html": template: about/list.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "project/list.html" in path "project/list.html": template: project/list.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "project/single.html" in path "project/single.html": template: project/single.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "404.html" in path "404.html": template: 404.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "index.html" in path "index.html": template: index.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/blog-sidebar.html" in path "partials/blog-sidebar.html": template: partials/blog-sidebar.html:1: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/cta.html" in path "partials/cta.html": template: partials/cta.html:1: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/footer.html" in path "partials/footer.html": template: partials/footer.html:7: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/head.html" in path "partials/head.html": template: partials/head.html:7: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/header.html" in path "partials/header.html": template: partials/header.html:27: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/preloader.html" in path "partials/preloader.html": template: partials/preloader.html:1: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/service.html" in path "partials/service.html": template: partials/service.html:1: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/widgets/recent_posts.html" in path "partials/widgets/recent_posts.html": template: partials/widgets/recent_posts.html:3: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/widgets/taxonomy_category.html" in path "partials/widgets/taxonomy_category.html": template: partials/widgets/taxonomy_category.html:3: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "partials/widgets/taxonomy_tags.html" in path "partials/widgets/taxonomy_tags.html": template: partials/widgets/taxonomy_tags.html:3: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "_default/list.html" in path "_default/list.html": template: _default/list.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "_default/single.html" in path "_default/single.html": template: _default/single.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "faq/list.html" in path "faq/list.html": template: faq/list.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "pages/single.html" in path "pages/single.html": template: pages/single.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "service/list.html" in path "service/list.html": template: service/list.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "author/single.html" in path "author/single.html": template: author/single.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 Failed to add template "contact/list.html" in path "contact/list.html": template: contact/list.html:2: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/blog-sidebar.html : template: partials/blog-sidebar.html:1: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/cta.html : template: partials/cta.html:1: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/footer.html : template: partials/footer.html:7: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/head.html : template: partials/head.html:7: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/header.html : template: partials/header.html:27: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/preloader.html : template: partials/preloader.html:1: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/service.html : template: partials/service.html:1: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/widgets/recent_posts.html : template: partials/widgets/recent_posts.html:3: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/widgets/taxonomy_category.html : template: partials/widgets/taxonomy_category.html:3: function "site" not defined
ERROR 2020/12/16 15:15:37 partials/widgets/taxonomy_tags.html : template: partials/widgets/taxonomy_tags.html:3: function "site" not defined
ERROR 2020/12/16 15:15:37 Current theme does not support Hugo version 0.46. Minimum version required is 0.64.0
Building sites … ERROR 2020/12/16 15:15:37 Error while rendering "taxonomyTerm" in "": template: "_default/list.html" is an incomplete or empty template
ERROR 2020/12/16 15:15:37 Error while rendering "page" in "": template: "_default/single.html" is an incomplete or empty template
ERROR 2020/12/16 15:15:37 Error while rendering "home" in "": template: "index.html" is an incomplete or empty template
ERROR 2020/12/16 15:15:37 Error while rendering "404" in "": template: "404.html" is an incomplete or empty template
Total in 23 ms
Error: Error building site: logged 38 error(s)

Argh. git submodules is not the move.