Daniel Saunders

Results 25 comments of Daniel Saunders

Dialog Directives seem to be working for me using very similar code. ``` alexaApp.intent( "SetState", { dialog: { type: "delegate" }, utterances: ["{set|change} {state|location}"] }, function(req, res) { if (req.getDialog().isStarted()...

Any chance you could put in a PR with these changes?

It might be even better to use the [absURL](https://gohugo.io/functions/absurl/#readout) function as it's more compatible with `baseURL` [with or without trailing slashes](https://discourse.gohugo.io/t/url-not-showing-for-share-button/19237/15). So I think ``` ``` might work.

Great question. I think this is code that creates that output. https://github.com/funkydan2/alpha-church/blob/add6c09ce69c0cb949a7305d9db0eb13685c95e5/layouts/partials/listbody.html#L13 The `.Summary` is piped through the `plainify` function, which removes all formatting. It was long time ago when...

At the moment this isn't possible. Do you know much about how leaflet.js works with OSM? (I don't.) Is it possible at this line https://github.com/funkydan2/alpha-church/blob/9421d23efe872ae686ea018ea2b9fc0a27ba928c/layouts/partials/map.html#L10 to have multiple coordinates listed?...

Could you link to your site? Having a look at the HTML code should give a hint as to what's happening.

Check your `config.toml` file. The first line should be `baseURL = "http://dev.gettocloud.com/". For some reason, your site has references to `http://localhost:1313`, which is the URL of the testing server (i.e....

![Screen Shot 2020-11-17 at 8 09 19 am](https://user-images.githubusercontent.com/10623666/99314025-34305200-28ac-11eb-92fc-ff60c1d6c7b5.png) So, using the developer console in Firefox (I think Google Chrome has the same kind of tools - really worth learning to...

I've not used Amazon S3 for hosting. But I think the problem is with your Nginx configuration. I recommend having a look [at this thread about configuring Nginx to serve...

And maybe these: http://markgibson.info/2013/09/css-and-amazon-s3.html https://discourse.gohugo.io/t/css-working-on-hugo-server-but-not-static-pages/9447/6