I’m trying to use Miyano, a ruby SSG that turns bear notes into HTML, but I don’t know what I’m doing wrong, it won’t build 
This is the log and public repository:
https://github.com/crisrojas/notes
There’s a netlify.toml file and also a gemfile in the repository. Any ideas?
It’s a problem with Linux not supporting birthtime()
function as your build log mentions: birthtime() function is unimplemented on this machine
. I’m not aware of any workarounds, so I’d suggest you to find a way to not use that function at all.
Thank’s for your promptly answer. Sadly I’m not the creator of Miyano and the project seems to be archived.
Guess I will have to make the build in my machine and then push the output site to the repo 
If the project is archived, I think it would be better in terms of future development to not use it. I said that considering you’re just starting to make a website, if you have already done a lot of work then, it might be difficult to migrate.
But yeah, if migrating is not an option, sadly you’ll have to build locally.
2 Likes
Yeah, happily this is just a way of exporting my bear notes to html so the architecture of the project will never change, so I’m going to go with the locally build 
Thank’s again for you help 
2 Likes