Skip to content
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

Posts disappeared with update? #80

Open
sfxworks opened this issue Mar 29, 2021 · 0 comments
Open

Posts disappeared with update? #80

sfxworks opened this issue Mar 29, 2021 · 0 comments

Comments

@sfxworks
Copy link

Hi there,

I changed to version v0.76.3 a while ago. I can't remember what I had before. Though I do know that for some reason it can't see any new posts.

The sidebar and images load just fine. Though I do not see any posts. It just says to generate a new one with hugo new post. Though even with that they aren't there.

My directory is pretty generic.

├───archetypes
├───content
│   └───posts
├───data
├───layouts
├───public
│   ├───fonts
│   ├───img
│   ├───page
│   │   └───1
│   ├───post
│   │   ├───how-to-access-files-using-winscp
│   │   ├───how-to-access-minecraft-server-files
│   │   ├───how-to-create-a-minecraft-server
│   │   ├───how-to-setup-mcsh
│   │   └───page
│   │       └───1
│   ├───posts
│   │   └───page
│   │       └───1
│   └───support
│       ├───categories
│       │   └───page
│       │       └───1
│       ├───servertypes
│       │   └───page
│       │       └───1
│       └───tags
│           └───page
│               └───1
├───resources
│   └───_gen
│       ├───assets
│       └───images
├───static
│   └───img
└───themes
    └───hugo-lamp
        ├───.git
        │   ├───hooks
        │   ├───info
        │   ├───logs
        │   │   └───refs
        │   │       ├───heads
        │   │       └───remotes
        │   │           └───origin
        │   ├───objects
        │   │   ├───info
        │   │   └───pack
        │   └───refs
        │       ├───heads
        │       ├───remotes
        │       │   └───origin
        │       └───tags
        ├───archetypes
        ├───docs
        ├───exampleSite
        │   └───content
        │       ├───amp
        │       ├───hugo
        │       └───post
        ├───images
        ├───layouts
        │   ├───partials
        │   ├───post
        │   ├───shortcodes
        │   └───_default
        └───node_modules
            └───.bin
baseURL = "https://example.net/support"
languageCode = "en-us"
title = "Example"
theme = "hugo-lamp"

[[menu.main]]
  name = "Discord / Contact"
  weight = 1
  identifier = "hugo"
  url = "https://discord.gg/vzwCs8K"
[[menu.main]]
  name = "Plans"
  weight = 2
  identifier = "amp"
  url = "https://example.net/plans/index.html"

[params]
  mainSections = ["posts"]
  subtitle = "Support for our various services."
  author = "Samuel Walker"
  logo = "/support/img/icon-transparent.svg"
  description = "Support and articles."
  paginate = 10

[taxonomies]
  category = "/support/categories"
  servertype = "/support/servertypes"
  tag = "/support/tags"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant