frictionlessdata / livemark

Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
https://livemark.frictionlessdata.io
MIT License
95 stars 8 forks source link

Doc: Starting project fails "No documents to build in the project" #208

Closed vlcinsky closed 2 years ago

vlcinsky commented 2 years ago

The page: https://github.com/frictionlessdata/livemark/blob/main/pages/getting-started/starting-project.md

gives instructions to start a project but it fails with:

$ livemark start
No documents to build in the project

Obvious reason is, that the file livemark.yaml is incomplete:

brand:
  text: My Project
site:
  favicon: assets/favicon.ico

as it does not contain any pages section so there is nothing to build.

roll commented 2 years ago

Thanks! We'll fix it

roll commented 2 years ago

I've added a note that index.md is required :+1: