-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable newsletter sign-up page after migrating to v4 #876
Comments
Hi @zotroneneis, It's strange. Your |
Hi @zotroneneis |
This baseURL: "https://alpopkes.com"
languageCode: en-us
title: "Anna-Lena Popkes"
# Use Hugo modules to add theme
module:
imports:
- path: github.com/hugo-toha/toha/v4
mounts:
- source: static/files
target: static/files
- source: ./node_modules/flag-icon-css/flags
target: static/flags
- source: ./node_modules/@fontsource/mulish/files
target: static/files
- source: ./node_modules/katex/dist/fonts
target: static/fonts
# Manage languages
# For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/
languages:
en:
languageName: English
weight: 1
# Control TOC depth
markup:
tableOfContents:
startLevel: 2
endLevel: 6
ordered: false
# Enable Disqus forum
# disqusShortname: www-pwenker-com
# Enable global emoji support
enableEmoji: true
# Site parameters
params:
background: "images/background/sheep.JPG" # 1920x1078
# The inverted logo will be used in the initial transparent navbar and
# the main logo will be used in the non-transparent navbar.
logo:
main: images/author/image_al.jpg
inverted: images/author/image_al.jpg
favicon: images/author/image_al.jpg
# GitHub repo URL of your site
gitRepo: https://github.com/zotroneneis/zotroneneis.github.io
gitBranch: main
# Configure various features of this theme
features:
# Enable and configure blog posts
blog:
enable: true
# Show tags under the post title
tags:
enable: false
# specify whether you want to show Table of Contents in reading page
toc:
enable: true
# Enable dark mode
darkMode:
enable: true
# Enable this to create mathematic expressions using `$$` blocks
math:
enable: true
services:
# https://katex.org/docs/autorender.html#api for more configurations
katex:
delimiters:
- left: $$
right: $$
display: true
- left: \\[
right: \\]
display: true
- left: $
right: $
display: false
- left: \\(
right: \\)
display: false
# Provide footer configuration.
footer:
enable: true
# You can provide your custom footer template using this option.
# Put your template in "layouts/partials" folder of your repo.
template: footer.html
# Show/hide navigation in the footer. Default is "true".
navigation:
enable: true
# show custom menus in the footer
customMenus: true
# Show/hide "Contact Me" section in the footer. Default is "true".
contactMe:
enable: true
# Show/hide credentials section in the footer. Default is "true".
credentials:
enable: true
# Show/hide newsletter section in the footer. Default is "true".
# Currently, it supports "mailchimp".
newsletter:
enable: false
# provider: mailchimp
# mailchimpURL: https://github.us1.list-manage.com/subscribe/post?u=19de52a4603135aae97163fd8&id=094a24c76e
# Show/hide disclaimer notice in the footer. Default is "false".
disclaimer:
enable: true
|
Thanks so much @BernatBC! That was an easy fix. Sorry for not seeing it myself. |
I just updated my site from v3 to v4, following the official guide.
No matter what I do, the newsletter sign up in the footer does not disappear. Disabling the option has no effect. I already saw a related issue here. I believe I have the newest version of the theme. My repo is public: https://github.com/zotroneneis/zotroneneis.github.io. Could you please help?
The text was updated successfully, but these errors were encountered: