Stéphane Guillou on Steph's website
https://stragu.gitlab.io/
Recent content in Stéphane Guillou on Steph's websiteHugo -- gohugo.ioenMon, 06 Jun 2022 00:00:00 +0000Netlify
https://stragu.gitlab.io/collection/day02/01-netlify/
Sat, 02 Jan 2021 00:00:00 +0000https://stragu.gitlab.io/collection/day02/01-netlify/So far, we’ve been leveraging GitHub Pages for publishing. This works great, but for blogdown we’ll start using Netlify. Let’s start RIGHT NOW with a site we’ve already built and published.
Pre-requisites Pick either your postcards site, or your distill site from day 01. Refresh your memory- which repository was it again?A GitHub profile
https://stragu.gitlab.io/collection/day01/01-github/
Fri, 01 Jan 2021 00:00:00 +0000https://stragu.gitlab.io/collection/day01/01-github/Profile https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/personalizing-your-profile
Pin projects to profile https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile
Profile README This is new! Let’s do it:
https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/managing-your-profile-readmePrework
https://stragu.gitlab.io/collection/prework/
Fri, 01 Jan 2021 00:00:00 +0000https://stragu.gitlab.io/collection/prework/Welcome to the Introducing Yourself Online workshop! We look forward to meeting you. Before attending the workshop, please complete the following prework.
Set up RStudio Cloud Sign up for a free RStudio Cloud account at https://rstudio.cloud/ before the workshop. I recommend logging in with an existing Google or GitHub account, if you have one (rather than creating a new account with another password you have to remember).A postcard
https://stragu.gitlab.io/collection/day01/02-postcards/
Sat, 02 Jan 2021 00:00:00 +0000https://stragu.gitlab.io/collection/day01/02-postcards/Pre-requisites First, make sure you have the latest version of the postcards package installed from CRAN:
install.packages("postcards") Restart your R session. If you use RStudio, use the menu item Session > Restart R or the associated keyboard shortcut:
Ctrl + Shift + F10 (Windows and Linux) or Command + Shift + F10 (Mac OS). packageVersion("postcards") [1] ‘0.2.0’ Create GitHub repo Online.Using blogdown
https://stragu.gitlab.io/collection/day02/02-blogdown/
Fri, 01 Jan 2021 00:00:00 +0000https://stragu.gitlab.io/collection/day02/02-blogdown/Pre-requisites First, make sure you have the latest version of the blogdown package installed from CRAN:
install.packages("blogdoown") Restart your R session. If you use RStudio, use the menu item Session > Restart R or the associated keyboard shortcut:
Ctrl + Shift + F10 (Windows and Linux) or Command + Shift + F10 (Mac OS). packageVersion("blogdown") [1] ‘1.0’ Create GitHub repo Online.A distill site
https://stragu.gitlab.io/collection/day01/03-distill/
Sat, 02 Jan 2021 00:00:00 +0000https://stragu.gitlab.io/collection/day01/03-distill/Pre-requisites First, make sure you have the latest version of the distill package installed from CRAN:
install.packages("distill") Restart your R session. If you use RStudio, use the menu item Session > Restart R or the associated keyboard shortcut:
Ctrl + Shift + F10 (Windows and Linux) or Command + Shift + F10 (Mac OS). <!-- --> packageVersion("distill") [1] ‘1.2’ Create GitHub repo Online.Warm woolen mittens
https://stragu.gitlab.io/collection/day02/03-blogdown/
Sat, 02 Jan 2021 00:00:00 +0000https://stragu.gitlab.io/collection/day02/03-blogdown/Hi, I'm the here-bot cat! Use me to find your way in your website.
Here I am: content/collection/day02/03-blogdown/index.md To remove me, delete this line inside that file: {{< here >}}
My content section is: collection My layout is: single-series part 2! does this work? now for some very cool things more get ready!Introduction to tidy spatial networks
https://stragu.gitlab.io/blog/2022-06-06-spatial-networks/
Mon, 06 Jun 2022 00:00:00 +0000https://stragu.gitlab.io/blog/2022-06-06-spatial-networks/This post was originally published on UQ Geospatial Analysis Community of Practice’s blog.
This tutorial is an introduction to dealing with tidy spatial networks in R, demonstrating a full process of data acquisition from the open spatial database OpenStreetMap, data preparation, and basic network analysis like isodistance and shortest path calculation. Along the way, we use the default plotting methods for spatial network objects, but also make use of the ggplot2 and tmap packages as alternatives.A campfire
https://stragu.gitlab.io/talk/campfire/
Tue, 12 Jan 2021 00:00:00 +0000https://stragu.gitlab.io/talk/campfire/I’m really excited to give this talk! Stay tuned for video and slides.A seedling
https://stragu.gitlab.io/talk/second-seedling/
Fri, 01 Jan 2021 14:15:59 -0600https://stragu.gitlab.io/talk/second-seedling/A seedling
https://stragu.gitlab.io/talk/seedling/
Mon, 13 Jan 2020 14:15:59 -0600https://stragu.gitlab.io/talk/seedling/Tachyons for Style
https://stragu.gitlab.io/project/giraffes/
Wed, 03 Jul 2019 00:00:00 +0000https://stragu.gitlab.io/project/giraffes/Tachyons is a design system that allows you to design gorgeous interfaces in the browser with little effort. Because Speed Building this static site generator theme was the first time I used an Atomic (or Functional) CSS system like Tachyons. It’s a design system that provides very small (which means fast) CSS modules that you can use in your HTML. So, rather than writing every line of CSS, you apply the style you need as you write your HTML with easy to understand shorthand class names.Palmer Penguins
https://stragu.gitlab.io/project/penguins/
Tue, 02 Jul 2019 00:00:00 +0000https://stragu.gitlab.io/project/penguins/“Grid is the very first CSS module created specifically to solve the layout problems we’ve all been hacking our way around for as long as we’ve been making websites.” — Chris House, A Complete Guide to CSS Grid Layout 1
Since I began building websites in Y2K, I’ve lost count how many times the phrase “…there’s got to be a better way to do this” has passed my lips.Bakeoff
https://stragu.gitlab.io/project/bakeoff/
Mon, 01 Jul 2019 00:00:00 +0000https://stragu.gitlab.io/project/bakeoff/Formspree makes it easy to receive submissions from HTML forms on your static website. Functional Form This theme has a form-to-email feature built in, thanks to the simple Formspree integration. All you need to activate the form is a valid recipient email address saved in the front matter of the form (/content/forms/contact.md). Of course, the example shown below ([email protected]) must not be used.Contact
https://stragu.gitlab.io/contact/
Mon, 25 Feb 2019 13:38:41 -0600https://stragu.gitlab.io/contact/** Contact page don’t contain a body, just the front matter above. See form.html in the layouts folder.
Formspree requires a (free) account and new form to be set up. The link is made on the final published url in the field: Restrict to Domain. It is possible to register up to 2 emails free and you can select which one you want the forms to go to within Formspree in the Settings tab.Typography Styles & Element Examples
https://stragu.gitlab.io/elements/
Mon, 18 Feb 2019 12:27:33 -0600https://stragu.gitlab.io/elements/Font Sizes A A A A A A A A 6rem
(96px) 5rem
(80px) 3rem
(48px) 2.25rem
(36px) 1.5rem
(24px) 1.25rem
(20px) 1rem
(16px) .875rem
(14px) Type Samples Head­line Sub­head­line Level 1 Heading One page to rule them all...well, not really. This page displays sample typography and page elements to illustrate their style. Things like headings and paragraphs showing the beautiful type scale, form elements, tabular data, and image layouts just to name a few.Contributors
https://stragu.gitlab.io/contributors/
Mon, 01 Jan 0001 00:00:00 +0000https://stragu.gitlab.io/contributors/Thank you to all the folks who have contributed both technical and creative skills to the theme this website is based on:
Desirée De Leon 🦒 (designed 5 of the custom color themes, made illustrations for the workshop, and provided general aesthetic feedback along the way)
Garrick Aden-Buie 🧙♀️ (debugged headroom.js and lent his panelset.js code to the theme)
Allison Horst 🐕 (awesome illustrations of campfires, seedlings, and evergreens, as well as my R Markdown hedgehog mascot 🦔)License
https://stragu.gitlab.io/license/
Mon, 01 Jan 0001 00:00:00 +0000https://stragu.gitlab.io/license/My blog posts and their contents are released under a Creative Commons Attribution-ShareAlike 4.0 International License unless otherwise specified.