Steph Locke

Results 101 comments of Steph Locke

Couldn't get the author meta tag working, but this is mostly complete. At least for an initial iteration. Work heavily cribbed from [Hugo Academic](https://github.com/gcushen/hugo-academic/blob/master/layouts/partials/header.html).

Hi, I'm getting this too. I'd like to show the dashboard with qnamaker on saturday in a talk, do you know if anyone is looking into this or if there's...

Noted this is a duplicate of #238 - will dig out some of the stuff from kudu etc to try to debug further.

That sounds great! I think you could initially do a very simple template with `rocker/r-base` as a starter Dockerfile. Bonus points if you use the whoami integration to write the...

By default in [create_package_project](https://github.com/lockedata/starters/blob/master/R/createPackageProject.R) we create an MIT license. For analysis and basic projects, we don't set any license because typically these need a more bespoke handling. At the mo,...

LD youtube? You can send them over and I'll host them

I'd make it optional - I like seeing all the lines of activity scrolling by showing me exactly what I'd have had to do manually

You can only make people use a package if you have a createTemplatePackageProject() fn ;) Ultimately, yes I see teams adding extensions to pRojects in their own packages, but I...

so I see the future use of the things like createBasicProject() being like: ``` createBasicProject(..., templates_dir = system.file("templates", pkg="pRojects"), config_dir = system.file("defaults", pkg="pRojects")) ``` Then when people make their own...