Giter Site home page Giter Site logo

Comments (3)

hellt avatar hellt commented on June 17, 2024 4

as per #84 renaming of ./content/index.md to ./content/_index.md solved the issue

from hugo-material-docs.

hellt avatar hellt commented on June 17, 2024

same with me on darwin

$ hugo serve
Building sites … ERROR 2018/09/18 15:29:11 [en] REF_NOT_FOUND: Ref "getting-started/index.md": page not found
ERROR 2018/09/18 15:29:11 [en] REF_NOT_FOUND: Ref "getting-started/index.md": page not found
ERROR 2018/09/18 15:29:11 [en] REF_NOT_FOUND: Ref "getting-started/index.md": page not found
ERROR 2018/09/18 15:29:11 [en] REF_NOT_FOUND: Ref "getting-started/index.md": page not found
Total in 6 ms
Error: Error building site: logged 4 error(s)

file structure

$ tree
.
├── archetypes
│   └── default.md
├── config.toml
├── content
│   ├── adding-content
│   │   └── index.md
│   ├── getting-started
│   │   └── index.md
│   ├── index.md
│   ├── license
│   │   └── index.md
│   └── roadmap
│       └── index.md
├── data
├── layouts
├── resources
├── static
└── themes
    └── hugo-material-docs
        ├── CHANGELOG.md
        ├── LICENSE.md
        ├── README.md
        ├── archetypes
        │   └── default.md
        ├── exampleSite
        │   ├── config.toml
        │   ├── content
        │   │   ├── adding-content
        │   │   │   └── index.md
        │   │   ├── getting-started
        │   │   │   └── index.md
        │   │   ├── index.md
        │   │   ├── license
        │   │   │   └── index.md
        │   │   └── roadmap
        │   │       └── index.md
        │   └── static
        ├── images
        │   ├── screenshot.png
        │   └── tn.png
        ├── layouts
        │   ├── 404.html
        │   ├── _default
        │   │   ├── __list.html
        │   │   └── single.html
        │   ├── index.html
        │   ├── partials
        │   │   ├── drawer.html
        │   │   ├── footer.html
        │   │   ├── footer_js.html
        │   │   ├── head.html
        │   │   ├── header.html
        │   │   ├── nav.html
        │   │   └── nav_link.html
        │   └── shortcodes
        │       ├── note.html
        │       └── warning.html
        ├── static
        │   ├── fonts
        │   │   ├── icon.eot
        │   │   ├── icon.svg
        │   │   ├── icon.ttf
        │   │   └── icon.woff
        │   ├── images
        │   │   ├── colors.png
        │   │   ├── favicon.ico
        │   │   ├── logo.png
        │   │   └── screen.png
        │   ├── javascripts
        │   │   ├── application.js
        │   │   └── modernizr.js
        │   └── stylesheets
        │       ├── application.css
        │       ├── highlight
        │       │   └── highlight.css
        │       ├── palettes.css
        │       └── temporary.css
        └── theme.toml

from hugo-material-docs.

wuyongyi avatar wuyongyi commented on June 17, 2024

@hellt 👍
Thanks for the message, I try it in darwin and it works now.

from hugo-material-docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.