You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to enable rss? I cannot access localhost:1313/rss.xml at all, gives 404.
Current Behavior
404 page, at /rss.xml
Screenshots
Browsers Affected
Chrome
Firefox
Edge
Safari 11
Safari 10
IE 11
My hugo.yaml
baseURL: https://mmzeynalli.devlanguageCode: en-ustitle: "Miradil's Blog"# Use Hugo modules to add thememodule:
imports:
- path: github.com/hugo-toha/toha/v4mounts:
- source: static/filestarget: static/files
- source: ./node_modules/flag-icon-css/flagstarget: static/flags
- source: ./node_modules/@fontsource/mulish/filestarget: static/files
- source: ./node_modules/katex/dist/fontstarget: static/fonts# Manage languages# For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/languages:
en:
languageName: Englishweight: 1az:
languageName: Azərbaycancaweight: 2# Control TOC depthmarkup:
goldmark:
renderer:
unsafe: truetableOfContents:
startLevel: 2endLevel: 6ordered: false# At least HTML and JSON are required for the main HTML content and# client-side JavaScript searchoutputs:
home:
- HTML
- RSS
- JSON# Enable global emoji supportenableEmoji: truetaxonomies:
category: categoriestag: tagsseries: series# Site parametersparams:
# Background image of the landing page# background: /images/site/background.jpg# Provide logos for your site. 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/site/favicon.pnginverted: /images/site/favicon.pngfavicon: /images/site/favicon.png# GitHub repo of your sitegitRepo: https://github.com/Miradils-Blog/website# Default branch of your Git repogitBranch: main# Configure the number of section title visible in the top navbartopNavbar:
maxVisibleSections: 5# Configure various features of this themefeatures:
# Enable themetheme:
enable: trueservices:
light: true # enable light theme. default "true"dark: true # enable dark theme. default "true"default: system # can be either light, dark or system. default "system"# Enable and configure portfolioportfolio:
enable: true# Enable and configure blog postsblog:
enable: true# Share post on different social mediashareButtons:
facebook: truetwitter: truelinkedin: true# reddit: truewhatsapp: trueemail: true# tumblr: true# pocket: true# diaspora: true# mastodon: true# Enable & configure "Notes" featuresnotes:
enable: false# Enable comment feature. There, should be only one of them.comment:
enable: trueservices:
disqus:
shortName: mmzeynalli# Enable Analyticsanalytics:
enabled: trueservices:
# Google Analytics# google:# id: G-H4LBG7NDFZ# CounterDev# counterDev:# id: <your counterdev id># GoatCountergoatCounter:
code: mmzeynalli# Matomo / Piwik# matomo:# instance: matomo.example.com# siteId: 1 # Or any other number# Enable Supportsupport:
enable: trueservices:
# kofi:# user: hossainemruz# text: Tip Me# textColor: "#f9fafc"# backgroundColor: "#248aaa"buymeacoffee:
user: mmzeynallitext: Buy me coffee to keep me awake to write!info: Buy me a coffee!color: "#FFDD00"# specify whether you want to show Table of Contents in reading pagetoc:
enable: true# Show tags under the post titletags:
enable: truetaxonomies:
enable: true# Specify whether to show flag in the language selector. Default is true.flags:
enable: true# # If you want to use different country flag for a language, specify them here.# flagOverwrites:# - languageCode: en# countryCode: us# Enable this to use `embed-pdf` shortcode.embedpdf:
enable: false# Enable this to create flowcharts using shortcodes.flowchart:
enable: falseservices:
# Uncomment for `mermaid` shortcode.mermaid:
# For config options, see: https://mermaid-js.github.io/mermaid/#/Setup?id=configuration# theme: dark# Enable this to create mathematic expressions using `$$` blocksmath:
enable: trueservices:
# https://katex.org/docs/autorender.html#api for more configurationskatex:
delimiters:
- left: $$right: $$display: true
- left: "\\["right: "\\]"display: true
- left: $right: $display: false
- left: "\\("right: "\\)"display: false# Enable to use custom syntax highlight# Please note, Hugo comes with it's own html based syntax highlighter.# Your code block will still be syntax highlighted by hugo.# For more details: https://gohugo.io/content-management/syntax-highlighting/# To disable Hugo's builtin syntax highlight,# see: https://gohugo.io/getting-started/configuration-markup#highlight# ```# # config.yaml# markup:# # this disables hugo's syntax highlighting.# codeFences: false# ```syntaxHighlight:
enable: trueservices:
hljs:
# see: https://highlightjs.readthedocs.io/en/latest/api.html#configurenoHighlightRe: /^no-highlight$/i# Enable to use `video-player` shortcodevideoPlayer:
enable: trueservices:
# convert .js-player class into video player via https://plyr.io/# Can play HTML5 Video, Audio, Youtube, Vimeo.# For more info on setup: https://github.com/sampotts/plyr#quick-setupplyr:
# options doc: https://github.com/sampotts/plyr#options# fullscreen: true# Enables copy code buttoncopyCodeButton:
enable: true# Enable reading time support in post cards and in post pagesreadingTime:
enable: True# 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 footercustomMenus: 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
The text was updated successfully, but these errors were encountered:
Expected Behavior
Is there any way to enable rss? I cannot access
localhost:1313/rss.xml
at all, gives 404.Current Behavior
404 page, at
/rss.xml
Screenshots
Browsers Affected
My hugo.yaml
The text was updated successfully, but these errors were encountered: