griffin icon indicating copy to clipboard operation
griffin copied to clipboard

Invalid input directory: `src`

Open shubie opened this issue 11 months ago • 2 comments

Hi,

Followed the instructions on the quick start guide: https://hexdocs.pm/griffin_ssg/quick_start.html

I ran the command mix grf.build and I got Invalid input directory: src

What could be the cause

shubie avatar Dec 29 '24 02:12 shubie

You need to make a new directory (src) in the blog folder and move the README.md file to the newly created directory.

Based on my tests, HTML files doesn't seem to work, but the EEx templates and markdown works fine.

gonglexin avatar Feb 21 '25 15:02 gonglexin

You need to make a new directory (src) in the blog folder and move the README.md file to the newly created directory.

Based on my tests, HTML files doesn't seem to work, but the EEx templates and markdown works fine.

That is correct, as seen below, but that should be written in the docs otherwise this page is confusing:

Image

maikelthedev avatar Feb 27 '25 12:02 maikelthedev