Dominik Wilkowski

Results 54 comments of Dominik Wilkowski

Hey, Your first question is about how you server your website in production. I assume you have RCA running on a port while the cuttlebelle output is just static HTML...

The API would be simple: - index content files into a eg `index.json` - each page has an entry with content and metadata like `url`, `date`, `tags` etc - on...

What you got so far is pretty amazing if I may say so myself. https://github.com/govau/designsystem/blob/master/server/search.js It loads the content into a json and uses the backend to do the search...

Definitely true. Though doesn't seem to be an issue for you as you have the awesome govau cloud to your disposal and I would rather save people from having to...

Hi @budparr Yes we have been talking to them for the last couple of months. I'm hoping it will happen in addition to our own GUI work. As per our...

Hi @pabloa Very good and justified question. I am planning on releasing the first stable soon. Just need to find some time to fix the path issue I found. Hoping...

An update here: I have been blocked by #33 for a while now aside from work and other things. Once fixed I will put in the last bit of unstable...

Another update: I want to do a small review of the API and look into whether or not it's possible to implement a plugin system easily. This for me would...

How would you see this play out? Where would the CSS go in the static site? Will there be on CSS file that is compiled out of all inserted CSS...

I think that would solve the assets pipeline a bit but would make cascading hard. I think this should be included in cuttlebelle. Let me find some time... PR welcome...