reuixiy / hugo-theme-meme

😝 You can’t spell awesome without MemE!
https://io-oi.me/hugo-theme-meme
MIT License
1.02k stars 280 forks source link

/about/ No Page, don't work #422

Closed ISouthRain closed 1 year ago

ISouthRain commented 1 year ago
# config.toml
    [[menu.main]]
        pageref = "/about/"
        name = "About"
        weight = 5
        pre = "internal"
        post = "user-circle"#user-circle

have file: --- content ----- about.md content/about.md:

---
title: "About"
comment: false
---
# About, This About page

Click home page Menu "About", Not work!! Not /about/ Page

here-Leslie-Lau commented 1 year ago

How did you solve it, I also encountered

ISouthRain commented 1 year ago

Sorry, I have forgotten how to fix it, this works config.toml

    url = "/about/"
    name = "About"
    weight = 5
    pre = "internal"
    post = "user-circle"

About.md

---
title: "About"
comment: false
toc: false
displayModifiedDate: false
---
# About page