verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misplaced Version key in Configuration options

ArcherN9 opened this issue · comments

Description

In the Configuration Reference documents, the version key is specified as a child of site key. However, when moved in the actual configuration Verless gives an error: missing `version` key in verless.yml.

Thanks, version is a top-level key of course.

Fixed with #190.