perun

Discuss perun static site generator
juhoteperi 2016-07-28T13:00:11.000016Z

I think Atom feed should finally be valid with these changes: https://github.com/hashobject/perun/pull/92

juhoteperi 2016-07-28T13:01:04.000018Z

does someone want to check this before merge? It has some probably breaking changes, like renaming author keys in global metadata and requiring that base-url ends in /

juhoteperi 2016-07-28T13:46:52.000019Z

I'm thinking we could use Spec to define data requirements for each task

juhoteperi 2016-07-28T13:47:58.000020Z

Perhaps we can even define what keys each task add and require so we can statically validate the pipeline

martinklepsch 2016-07-28T13:55:53.000021Z

@juhoteperi: that sounds pretty amazing!

juhoteperi 2016-07-28T14:03:10.000022Z

@martinklepsch: Do you have svg of the logo somewhere? Would be good to include in the repo?

martinklepsch 2016-07-28T14:12:08.000024Z

I've previously had some issues exporting it correctly but it seems right now @juhoteperi

martinklepsch 2016-07-28T14:13:08.000025Z

I also made some updates in the context of the documentation site I've been working on, like simplifying the shapes/borders: http://doohn2jgwdztw.cloudfront.net/guides/getting-started/

juhoteperi 2016-07-28T14:14:17.000026Z

Huh, seems to work on Chrome but not on Inkscape

juhoteperi 2016-07-28T14:17:56.000027Z

For some reason the svg uses unncessary masks for those triangle elements

martinklepsch 2016-07-28T14:18:47.000028Z

it uses the masks for the shaded borders

juhoteperi 2016-07-28T14:20:30.000029Z

Hmm seems complicated

martinklepsch 2016-07-28T14:23:17.000030Z

right, the export isn't great

juhoteperi 2016-07-28T14:24:41.000031Z

I'll manually fix it to use just fill + stroke so well get proper master version of the logo

juhoteperi 2016-07-28T14:27:58.000032Z

Or maybe Sketch can export in some other format Inkscape can import

juhoteperi 2016-07-28T14:45:26.000033Z

Oh, now I understand why it uses masks

juhoteperi 2016-07-28T14:45:34.000034Z

SVG format seems to suck 😄

podviaznikov 2016-07-28T17:27:04.000035Z

@juhoteperi: I woud be able to test your PR in the evening

podviaznikov 2016-07-28T17:27:15.000036Z

Like idea with using Spec