jpanther / lynx

A simple links theme for Hugo built with Tailwind CSS.
https://jpanther.github.io/lynx/
MIT License
354 stars 121 forks source link

Installation instructions in README.md (Quick start using Hugo) module syntax wrong #155

Open irkode opened 1 month ago

irkode commented 1 month ago

What happened?

The toml snippet is not valid

  1. Create config/_default/module.toml and add the following:

    [[imports]]
    path = "github.com/jpanther/lynx"

it should be

[module]
  [[module.imports]]
    path = "github.com/jpanther/lynx"

Theme version

latest

Hugo version

130.0

What browsers are you seeing the problem on?

No response

Relevant Hugo log output

No response

github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had any recent activity. If you are still experiencing this issue, please review the issue history and add a reply with any requested and/or additional information in order to keep the issue open. This issue will automactically close in 14 days if no further activity occurs.