Raphael

Results 20 comments of Raphael

@appernetic thanks for the message. I'll try to reproduce and looking for a fix.

Unfortunately I cannot reproduce this error on v0.26. But we might could help you if you could debug the variables you get in the following file: File: `themes/gohugo-amp/layouts/partials/amp/header.html:L4` Replace line...

Hey @adamb The only thing I see that could cause an issue would be an invalid configuration. For a simple test, you can copy-paste the `config.toml` from the docs you...

Hey @testareas, Thanks for reporting, I will need to have a deeper look, but it seems to be broken. For a simple reproduction - what hugo-version are you using?

Hey @gedw99, the example pages of the theme only contains an `index.md` (https://github.com/wildhaber/gohugo-amp/tree/develop/exampleSite/content) If you're looking for the content of the documentation, you can find them here: https://github.com/wildhaber/gohugo-amp.gohugohq.com/tree/develop/content

Hey @pazDontExist - thats awesome. Its up to you; - I can open a new branch for "cordova" and you can push your project there - I can create a...

Wonderful :-) ...so you should not use it on mobile devices then :-) ...no, seriously - on which device did you experience a bad performance? May I will make a...

Thanks for your replies, I think this bad performance is due to the combination between Cordova/Phonegap/Webview and the lousy implementation of the swipe-gesture in jQuery-Mobile. I will try to fix...

As @patrickjauernig already suggested did you adjusted and check the paths to the .js and .css files?

I'm not a phonegap/cordova expert, but as far as I know you have to link everything locally in the www-folder (Also the vendors loaded from CDN's - jquery/jqm/jqUI). You might...