├── .Rprofile
├── .gitignore
├── R
└── build.R
├── apreshill.Rproj
├── assets
├── custom.scss
├── fb-hex.scss
├── jsconfig.json
├── minnow-hex.scss
├── octaevo-hex.scss
└── wip-hex.scss
├── content
├── _index.md
├── about
│ ├── _index.md
│ ├── header
│ │ └── index.md
│ ├── main
│ │ └── index.md
│ └── sidebar
│ │ ├── audio.m4a
│ │ ├── avatar.png
│ │ └── index.md
├── blog
│ ├── 2017-06-12-up-and-running-with-blogdown
│ │ ├── blogdown-signpost-1.png
│ │ ├── blogdown-signpost-2.png
│ │ ├── blogdown-signpost-3.png
│ │ ├── blogdown-signpost-4.png
│ │ ├── blogdown-signpost-5.png
│ │ ├── featured.jpg
│ │ ├── github-new-repo.png
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── netlify-build-settings.png
│ │ ├── r-project-existing-directory.png
│ │ └── rbind.png
│ ├── 2017-12-18-r-ladies-presentation-ninja
│ │ ├── featured.jpg
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── rladies-palette.png
│ │ └── yihui-xaringan-themes.png
│ ├── 2018-02-23-read-multiple-header-rows
│ │ ├── PosidFazioCordes_StickerRich_Excel-Dataverse.tab.tsv
│ │ ├── featured.jpg
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── stickers-plos-one.png
│ │ ├── stickers-table.png
│ │ └── stickers-txt.png
│ ├── 2019-12-23-learning-to-teach-machines-to-learn
│ │ ├── featured.jpg
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── index_files
│ │ │ ├── anchor-sections
│ │ │ │ ├── anchor-sections.css
│ │ │ │ └── anchor-sections.js
│ │ │ └── header-attrs
│ │ │ │ └── header-attrs.js
│ │ └── shirin.png
│ ├── 2020-02-27-better-tidymodels
│ │ ├── data
│ │ │ ├── adelie.csv
│ │ │ ├── chinstrap.csv
│ │ │ ├── gentoo.csv
│ │ │ └── penguins.csv
│ │ ├── featured.jpg
│ │ ├── figs
│ │ │ ├── unnamed-chunk-15-1.png
│ │ │ ├── unnamed-chunk-16-1.png
│ │ │ ├── unnamed-chunk-17-1.png
│ │ │ ├── unnamed-chunk-7-1.png
│ │ │ ├── unnamed-chunk-8-1.png
│ │ │ └── unnamed-chunk-9-1.png
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ └── penguins-of-the-world.JPG
│ ├── 2020-05-28-how-i-teach-r-markdown
│ │ ├── featured.jpg
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ └── index_files
│ │ │ ├── anchor-sections
│ │ │ ├── anchor-sections.css
│ │ │ └── anchor-sections.js
│ │ │ └── header-attrs
│ │ │ └── header-attrs.js
│ ├── 2020-06-02-tidymodels-virtually
│ │ ├── featured.jpg
│ │ ├── index.md
│ │ ├── slides
│ │ │ ├── Screen Shot 2020-06-01 at 11.53.05 PM.png
│ │ │ ├── Screen Shot 2020-06-01 at 11.53.51 PM.png
│ │ │ ├── Screen Shot 2020-06-01 at 11.53.58 PM.png
│ │ │ ├── Screen Shot 2020-06-01 at 11.54.06 PM.png
│ │ │ └── Screen Shot 2020-06-01 at 11.54.41 PM.png
│ │ └── zoom-controls.png
│ ├── 2020-12-13-self-assessments
│ │ ├── Dunlosky_SciAmMind.pdf
│ │ ├── allthree.png
│ │ ├── andragogy.pdf
│ │ ├── daume.png
│ │ ├── dunloskyimprovinglearning.pdf
│ │ ├── featured.jpg
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── index_files
│ │ │ ├── anchor-sections
│ │ │ │ ├── anchor-sections.css
│ │ │ │ └── anchor-sections.js
│ │ │ ├── clipboard
│ │ │ │ └── clipboard.min.js
│ │ │ ├── fitvids
│ │ │ │ └── fitvids.min.js
│ │ │ ├── header-attrs
│ │ │ │ └── header-attrs.js
│ │ │ ├── shareon
│ │ │ │ ├── shareon.min.css
│ │ │ │ └── shareon.min.js
│ │ │ └── xaringanExtra-shareagain
│ │ │ │ ├── shareagain.css
│ │ │ │ └── shareagain.js
│ │ ├── jsm2019.JPG
│ │ ├── key.png
│ │ ├── pragmatics.png
│ │ ├── present.png
│ │ ├── talk.png
│ │ └── write.png
│ ├── 2020-12-22-postcards-distill
│ │ ├── alison-home.png
│ │ ├── featured.jpg
│ │ ├── final-site.mov
│ │ ├── final-trestles.png
│ │ ├── gh-pages.png
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── tobi-theme.png
│ │ └── tobi.png
│ ├── 2020-12-27-blogdown-checks
│ │ ├── featured.jpg
│ │ ├── index.Rmarkdown
│ │ └── index.markdown
│ ├── 2020-12-31-new-year-new-blogdown
│ │ ├── 00-blogdown-2021.gif
│ │ ├── 01-blogdown-2021.png
│ │ ├── 02-blogdown-2021.png
│ │ ├── 03-blogdown-2021.png
│ │ ├── 04-blogdown-2021.png
│ │ ├── 05-blogdown-2021.png
│ │ ├── 06-blogdown-2021.png
│ │ ├── about.png
│ │ ├── featured.jpg
│ │ ├── github-new-repo.png
│ │ ├── hugo_start.png
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── netlify-build-settings.png
│ │ ├── netlify-site-name.png
│ │ ├── new-rproj.png
│ │ ├── new_hugo_start.png
│ │ ├── new_netlify.png
│ │ ├── new_post.png
│ │ ├── post-plot.png
│ │ ├── r-project-existing-directory.png
│ │ └── sample_post.png
│ ├── 2021-07-26-officedown
│ │ ├── dml-error.png
│ │ ├── featured.jpg
│ │ ├── good-tabs.png
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── oops-plot1.png
│ │ ├── oops-plot2.png
│ │ ├── ph.png
│ │ ├── template.png
│ │ ├── title-slide.png
│ │ ├── true-plot1.png
│ │ ├── true-plot2.png
│ │ └── two-col.png
│ ├── _index.md
│ ├── pm-notebook
│ │ ├── 01-revealing-slides
│ │ │ ├── editor.png
│ │ │ ├── index.Rmarkdown
│ │ │ ├── index.markdown
│ │ │ ├── index_files
│ │ │ │ ├── clipboard
│ │ │ │ │ └── clipboard.min.js
│ │ │ │ ├── fitvids
│ │ │ │ │ └── fitvids.min.js
│ │ │ │ ├── shareon
│ │ │ │ │ ├── shareon.min.css
│ │ │ │ │ └── shareon.min.js
│ │ │ │ └── xaringanExtra-shareagain
│ │ │ │ │ ├── shareagain.css
│ │ │ │ │ └── shareagain.js
│ │ │ ├── revealjs-1.png
│ │ │ └── revealjs-2.png
│ │ ├── 02-quarto
│ │ │ ├── featured-sidebar.jpg
│ │ │ ├── index.markdown_strict_files
│ │ │ │ └── figure-markdown_strict
│ │ │ │ │ └── penguin-plot-1.png
│ │ │ ├── index.md
│ │ │ ├── index.qmd
│ │ │ └── index_files
│ │ │ │ └── figure-gfm
│ │ │ │ └── penguin-plot-1.png
│ │ ├── _index.md
│ │ ├── featured-photo.jpg
│ │ └── sidebar.jpg
│ └── spoonful-hugo
│ │ ├── 01-archetypes
│ │ ├── archetypes-after.png
│ │ ├── index.Rmarkdown
│ │ └── index.markdown
│ │ ├── 02-netlify-toml
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── netlify-adv-build.png
│ │ ├── netlify-deploy-settings.png
│ │ ├── netlify-sign-up.png
│ │ └── sidebar-inverse.jpg
│ │ ├── 03-bundles
│ │ ├── bakers.csv
│ │ ├── file-deleted-warning.png
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── restart-r.png
│ │ └── update-metadata.png
│ │ ├── 04-troubleshooting
│ │ ├── blogdown-lifecycle-01.png
│ │ ├── blogdown-lifecycle-02.png
│ │ ├── blogdown-lifecycle-03.png
│ │ ├── blogdown-lifecycle-04.png
│ │ ├── blogdown-lifecycle-05.png
│ │ ├── blogdown-lifecycle-06.png
│ │ ├── blogdown-lifecycle-07.png
│ │ ├── blogdown-lifecycle-08.png
│ │ ├── blogdown-lifecycle-09.png
│ │ ├── blogdown-lifecycle-10.png
│ │ ├── hugo-min-version.png
│ │ ├── index.Rmarkdown
│ │ ├── index.markdown
│ │ ├── index_files
│ │ │ └── figure-html
│ │ │ │ ├── unnamed-chunk-10-1.gif
│ │ │ │ └── unnamed-chunk-11-1.gif
│ │ ├── unnamed-chunk-10-1.gif
│ │ └── unnamed-chunk-11-1.gif
│ │ ├── 05-how-much-hugo
│ │ └── index.md
│ │ ├── _index.md
│ │ ├── featured-photo.jpg
│ │ └── sidebar.jpg
├── form
│ └── contact.md
├── home
│ ├── about.md
│ ├── accomplishments.md
│ ├── contact.md
│ ├── demo.md
│ ├── experience.md
│ ├── featured.md
│ ├── hero.md
│ ├── index.md
│ ├── people.md
│ ├── posts.md
│ ├── projects.md
│ ├── publications.md
│ ├── skills.md
│ ├── slider.md
│ ├── tags.md
│ └── talks.md
├── license.md
├── project
│ ├── _index.md
│ ├── advanced-r-markdown
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── bakeoff
│ │ ├── featured-hex.png
│ │ └── index.md
│ ├── benchmarks
│ │ ├── featured.png
│ │ └── index.md
│ ├── blogdown-book
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── code-your-graph
│ │ ├── code-your-graph.jpg
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── codex
│ │ ├── featured.jpeg
│ │ └── index.md
│ ├── distill
│ │ ├── featured-hex.png
│ │ └── index.md
│ ├── education.rstudio.com
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── hugo-apero
│ │ ├── featured.jpg
│ │ ├── featured.png
│ │ └── index.md
│ ├── hugo-graphite
│ │ ├── featured.png
│ │ └── index.md
│ ├── labhub
│ │ ├── featured.jpg
│ │ ├── index.md
│ │ └── ohsu-os-labhub-workshop.png
│ ├── ohsu-biostats
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── ohsu-cs-stats
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── ohsu-dataviz
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── palmerpenguins
│ │ ├── featured-hex.png
│ │ └── index.md
│ ├── rladies-xaringan
│ │ ├── featured.jpg
│ │ ├── index.Rmd
│ │ └── index.html
│ ├── rmd4medicine
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── rstudio-tip
│ │ ├── featured.png
│ │ └── index.md
│ ├── stat545.com
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── summer-of-blogdown
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── tidyml
│ │ ├── featured.jpg
│ │ └── index.md
│ ├── tidymodels.org
│ │ ├── featured.png
│ │ └── index.md
│ └── up-running-blogdown
│ │ ├── blogdown-meetup.jpg
│ │ ├── featured.jpg
│ │ └── index.md
├── publication
│ ├── 2004-false-memories.md
│ ├── 2007-rja-in-sibs.md
│ ├── 2011-gender-attitudes.md
│ ├── 2013-repetitive-speech-in-asd-sli.md
│ ├── 2014-aggression-in-asd.md
│ ├── 2014-asd-epidemiology-in-practice.md
│ ├── 2014-handbook.md
│ ├── 2014-obesity-in-asd-oregon.md
│ ├── 2015-memory-in-li-asd.md
│ ├── 2015-obesity-in-asd-multisite.md
│ ├── 2015-translational.md
│ ├── 2016-primer-on-asd.md
│ ├── 2016-uh-and-um-asd-sli.md
│ ├── 2017-blogdown.md
│ ├── 2017-mazes-asd-sli.md
│ ├── 2017-subtyping.md
│ └── _index.md
├── resume
│ ├── _index.md
│ ├── accomplishments.md
│ ├── education.md
│ └── experience.md
└── talk
│ ├── 2016-ohsu-dataviz
│ ├── code-your-graph.jpg
│ ├── featured.jpg
│ └── index.md
│ ├── 2017-ohsu-labhub
│ ├── featured.jpg
│ ├── index.md
│ └── ohsu-os-panel.png
│ ├── 2017-pdxr-blogdown
│ ├── featured.jpg
│ └── index.md
│ ├── 2018-cascadia-bigmagic
│ ├── featured.jpg
│ └── index.md
│ ├── 2018-ohsu-sad-plot-better
│ ├── featured.jpg
│ └── index.md
│ ├── 2018-uo-plotoff
│ ├── featured.jpg
│ └── index.md
│ ├── 2019-jsm-talk-ds
│ ├── featured.jpg
│ ├── index.Rmd
│ ├── index.html
│ └── index_files
│ │ ├── anchor-sections
│ │ ├── anchor-sections.css
│ │ └── anchor-sections.js
│ │ └── header-attrs
│ │ └── header-attrs.js
│ ├── 2019-rladies-melbourne
│ ├── featured.png
│ └── index.md
│ ├── 2019-rladies-sydney
│ ├── featured.jpg
│ └── index.md
│ ├── 2019-rmed-rmd4medicine
│ ├── featured.jpg
│ ├── index.Rmd
│ ├── index.html
│ └── index_files
│ │ ├── anchor-sections
│ │ ├── anchor-sections.css
│ │ └── anchor-sections.js
│ │ └── header-attrs
│ │ └── header-attrs.js
│ ├── 2019-rsc-blogdown
│ ├── featured.png
│ ├── index.Rmd
│ └── index.html
│ ├── 2019-rsc-bookdown
│ ├── featured.jpg
│ ├── index.Rmd
│ └── index.html
│ ├── 2019-rsc-flexdashboard
│ ├── featured.jpg
│ ├── index.Rmd
│ └── index.html
│ ├── 2019-rsc-xaringan
│ ├── featured.jpg
│ ├── index.Rmd
│ └── index.html
│ ├── 2019-sdss-blogdown
│ ├── featured.jpg
│ ├── index.Rmd
│ └── index.html
│ ├── 2019-summer-of-blogdown-01
│ ├── featured.jpg
│ └── index.md
│ ├── 2019-summer-of-blogdown-02
│ ├── featured.jpg
│ └── index.md
│ ├── 2019-summer-of-blogdown-03
│ ├── featured.jpg
│ └── index.md
│ ├── 2019-summer-of-blogdown-04
│ ├── featured.jpg
│ └── index.md
│ ├── 2019-ysc-feast
│ └── index_files
│ │ ├── anchor-sections
│ │ ├── anchor-sections.css
│ │ └── anchor-sections.js
│ │ └── header-attrs
│ │ └── header-attrs.js
│ ├── 2019-ysc-keynote
│ ├── featured.png
│ ├── index.Rmd
│ ├── index.html
│ └── index_files
│ │ ├── anchor-sections
│ │ ├── anchor-sections.css
│ │ └── anchor-sections.js
│ │ └── header-attrs
│ │ └── header-attrs.js
│ ├── 2019-ysc-workshop
│ ├── featured.jpg
│ ├── index.Rmd
│ ├── index.html
│ └── index_files
│ │ ├── anchor-sections
│ │ ├── anchor-sections.css
│ │ └── anchor-sections.js
│ │ └── header-attrs
│ │ └── header-attrs.js
│ ├── 2020-larug
│ ├── featured.jpg
│ └── index.md
│ ├── 2020-latinr-learn
│ ├── featured.png
│ └── index.md
│ ├── 2020-rladies-chicago-panel
│ ├── featured.jpeg
│ └── index.md
│ ├── 2020-rmd4cdc
│ ├── featured.jpg
│ └── index.md
│ ├── 2020-rmd4pharma
│ ├── featured.jpg
│ └── index.md
│ ├── 2020-rmedicine-tidyml
│ ├── featured.png
│ └── index.md
│ ├── 2020-rsc-tidyml
│ ├── featured.jpg
│ └── index.md
│ ├── 2020-rstudio-tip
│ ├── featured.png
│ └── index.md
│ ├── 2020-sharing-short-notice
│ ├── featured.jpg
│ └── index.md
│ ├── 2021-agu-panel
│ ├── featured.png
│ └── index.md
│ ├── 2021-ares-kind-tools
│ ├── featured.png
│ └── index.md
│ ├── 2021-earthcube-panel
│ ├── featured.png
│ └── index.md
│ ├── 2021-foss-panel
│ ├── featured.png
│ └── index.md
│ ├── 2021-iyo-tunis
│ ├── featured.png
│ └── index.md
│ ├── 2021-rladies-jozi
│ ├── featured.jpg
│ └── index.md
│ ├── 2021-rmd-params
│ ├── featured.png
│ └── index.md
│ ├── 2021-rstudio-global
│ ├── featured.jpg
│ └── index.md
│ ├── 2021-tidymodels-it
│ ├── featured.jpg
│ └── index.md
│ ├── 2022-canssi-happiest-nb
│ ├── featured.png
│ └── index.md
│ ├── 2022-observable-happiest-nb
│ ├── featured.png
│ └── index.md
│ ├── 2022-rladies-cologne
│ ├── featured.jpeg
│ └── index.md
│ ├── 2022-rug-mskcc
│ ├── featured.png
│ └── index.md
│ ├── 2022-useR-penguins
│ ├── featured.png
│ └── index.md
│ └── _index.md
├── data
└── ads
│ └── substack.yaml
├── hugo.toml
├── index.Rmd
├── layouts
├── _default
│ └── rss.xml
├── blog
│ └── single-sidebar.html
├── partials
│ ├── head.html
│ ├── resume.html
│ └── shared
│ │ ├── sidebar-scaffold.html
│ │ └── sidebar
│ │ ├── sidebar-adunit.html
│ │ └── sidebar-toc.html
├── resume
│ ├── list-sidebar.html
│ └── list.html
└── shortcodes
│ ├── alert.html
│ ├── blogdown
│ └── postref.html
│ ├── diagram.html
│ ├── figure.html
│ ├── fragment.html
│ ├── gallery.html
│ ├── gdocs.html
│ ├── hl.html
│ ├── icon.html
│ ├── list_categories.html
│ ├── list_tags.html
│ ├── mention.html
│ ├── slide.html
│ ├── speaker_note.html
│ ├── spoiler.html
│ ├── staticref.html
│ ├── toc.html
│ └── video.html
├── netlify.toml
├── static
├── _redirects
├── fonts
│ ├── Inter-Bold.woff2
│ ├── Inter-BoldItalic.woff2
│ ├── Inter-Italic.woff2
│ ├── Inter-Regular.woff2
│ ├── NectoMono-Regular.woff
│ ├── NectoMono-Regular.woff2
│ ├── open-sauce-one-latin-400-italic.woff
│ ├── open-sauce-one-latin-400-italic.woff2
│ ├── open-sauce-one-latin-400-normal.woff
│ └── open-sauce-one-latin-400-normal.woff2
├── img
│ ├── avatar-circle.png
│ ├── disney.png
│ ├── favicon.ico
│ ├── headers
│ │ ├── bats.jpg
│ │ ├── bees.jpg
│ │ ├── birds.jpg
│ │ ├── daisy-gray.jpg
│ │ ├── daisy-pink.jpg
│ │ ├── daisy.jpg
│ │ ├── pheasants.jpg
│ │ ├── pomegranate.jpg
│ │ ├── pomegranate2.jpg
│ │ └── tulip.jpg
│ └── penguin.png
├── keybase.txt
├── pdf
│ ├── 2004-false-memories.pdf
│ ├── 2007-rja-in-sibs.pdf
│ ├── 2011-gender-attitudes.pdf
│ ├── 2013-repetitive-speech-in-asd-sli.pdf
│ ├── 2014-aggression-in-asd.pdf
│ ├── 2014-asd-epidemiology-in-practice.pdf
│ ├── 2014-handbook-chapter-text.pdf
│ ├── 2014-obesity-in-asd-oregon.pdf
│ ├── 2015-memory-in-li-asd.pdf
│ ├── 2015-obesity-in-asd-multisite.pdf
│ ├── 2015-translational-chapter-text.pdf
│ ├── 2016-primer-chapter-text.pdf
│ ├── 2016-uh-and-um-asd-sli.pdf
│ ├── 2017-mazes-asd-sli.pdf
│ ├── 2019-sex-diffs.pdf
│ └── cv_2018-07-22.pdf
└── slides
│ ├── blogdown-workshop-slides.Rmd
│ ├── blogdown-workshop-slides.html
│ ├── blogdown-workshop-slides_files
│ └── figure-html
│ │ └── cars-1.svg
│ ├── header.html
│ ├── images
│ ├── animated-blogdown.gif
│ ├── blogdown-package.png
│ ├── color.png
│ ├── edit1-outcome.png
│ ├── edit2-outcome.png
│ ├── edit4-outcome.png
│ ├── edit5-outcome.png
│ ├── edit6-outcome.png
│ ├── edit7-outcome.png
│ ├── edit8-outcome.png
│ ├── hello-hugo.png
│ ├── interact.png
│ ├── netlify-custom.png
│ ├── netlify-settings.png
│ ├── netlify-site-name.png
│ ├── rbind-request.png
│ ├── rladies-r-logo.png
│ ├── rladies-wide-logo.png
│ ├── rstudio-project-options.png
│ ├── rstudio-project-templates.png
│ ├── workshop-bundle-edits.png
│ ├── workshop-bundle.png
│ ├── yihui-blog.png
│ ├── yihui-deploy.png
│ └── yihui-site.png
│ ├── libs
│ ├── datatables-binding
│ │ └── datatables.js
│ ├── dt-core
│ │ ├── css
│ │ │ ├── jquery.dataTables.extra.css
│ │ │ └── jquery.dataTables.min.css
│ │ └── js
│ │ │ └── jquery.dataTables.min.js
│ ├── htmlwidgets
│ │ └── htmlwidgets.js
│ ├── jquery
│ │ ├── LICENSE.txt
│ │ └── jquery.min.js
│ └── remark-css
│ │ ├── default.css
│ │ ├── rladies-fonts.css
│ │ └── rladies.css
│ ├── rladies-demo-slides.Rmd
│ ├── rladies-demo-slides.html
│ └── rladies-demo-slides_files
│ └── figure-html
│ └── cars-1.svg
└── themes
└── hugo-apero
├── .gitignore
├── LICENSE.md
├── README.md
├── archetypes
├── blog
│ ├── featured.jpg
│ └── index.md
├── default.md
├── form.md
├── page.md
├── project
│ ├── featured.jpg
│ └── index.md
└── talk
│ ├── featured.jpg
│ └── index.md
├── assets
├── academicons
│ ├── academicons.scss
│ └── package.json
├── base.scss
├── custom-fonts.scss
├── custom.scss
├── fontawesome-free-6.5.2-web
│ └── scss
│ │ ├── _animated.scss
│ │ ├── _bordered-pulled.scss
│ │ ├── _core.scss
│ │ ├── _fixed-width.scss
│ │ ├── _functions.scss
│ │ ├── _icons.scss
│ │ ├── _list.scss
│ │ ├── _mixins.scss
│ │ ├── _rotated-flipped.scss
│ │ ├── _screen-reader.scss
│ │ ├── _shims.scss
│ │ ├── _sizing.scss
│ │ ├── _stacked.scss
│ │ ├── _variables.scss
│ │ ├── brands.scss
│ │ ├── fontawesome.scss
│ │ ├── regular.scss
│ │ ├── solid.scss
│ │ └── v4-shims.scss
├── headroom.scss
├── hex-colors.scss
├── js
│ ├── headroom.js
│ ├── main.js
│ └── panelset.js
├── jsconfig.json
├── named-colors.scss
├── panelset.scss
├── scaffold.scss
├── scss
│ ├── _aspect-ratios.scss
│ ├── _background-position.scss
│ ├── _background-size.scss
│ ├── _border-colors.scss
│ ├── _border-radius.scss
│ ├── _border-style.scss
│ ├── _border-widths.scss
│ ├── _borders.scss
│ ├── _box-shadow.scss
│ ├── _box-sizing.scss
│ ├── _clears.scss
│ ├── _code.scss
│ ├── _coordinates.scss
│ ├── _debug-children.scss
│ ├── _debug-grid.scss
│ ├── _debug.scss
│ ├── _debug_children.scss
│ ├── _display.scss
│ ├── _flexbox.scss
│ ├── _floats.scss
│ ├── _font-family.scss
│ ├── _font-style.scss
│ ├── _font-weight.scss
│ ├── _forms.scss
│ ├── _gradients.scss
│ ├── _heights.scss
│ ├── _hovers.scss
│ ├── _images.scss
│ ├── _letter-spacing.scss
│ ├── _line-height.scss
│ ├── _links.scss
│ ├── _lists.scss
│ ├── _max-widths.scss
│ ├── _module-template.scss
│ ├── _negative-margins.scss
│ ├── _nested.scss
│ ├── _normalize.scss
│ ├── _opacity.scss
│ ├── _outlines.scss
│ ├── _overflow.scss
│ ├── _position.scss
│ ├── _rotations.scss
│ ├── _skins-pseudo.scss
│ ├── _skins.scss
│ ├── _spacing.scss
│ ├── _styles.scss
│ ├── _tables.scss
│ ├── _text-align.scss
│ ├── _text-decoration.scss
│ ├── _text-transform.scss
│ ├── _type-scale.scss
│ ├── _typography.scss
│ ├── _utilities.scss
│ ├── _variables.scss
│ ├── _vertical-align.scss
│ ├── _visibility.scss
│ ├── _white-space.scss
│ ├── _widths.scss
│ ├── _word-break.scss
│ └── _z-index.scss
├── tachyons.scss
└── theme
│ ├── earth.scss
│ ├── forest.scss
│ ├── grayscale.scss
│ ├── magma.scss
│ ├── paper.scss
│ ├── peach.scss
│ ├── plum.scss
│ ├── poppy.scss
│ ├── primer.scss
│ ├── set-theme.scss
│ ├── sky.scss
│ ├── violet.scss
│ └── water.scss
├── exampleSite
├── config.toml
├── content
│ ├── _index.md
│ ├── about
│ │ ├── _index.md
│ │ ├── header
│ │ │ └── index.md
│ │ ├── main
│ │ │ └── index.md
│ │ └── sidebar
│ │ │ ├── audio.m4a
│ │ │ ├── avatar.jpg
│ │ │ └── index.md
│ ├── blog
│ │ ├── _index.md
│ │ ├── built-in-contact-form
│ │ │ ├── built-in-contact-form-featured.png
│ │ │ ├── built-in-contact-form-screenshot.png
│ │ │ ├── formspree-logo.png
│ │ │ └── index.md
│ │ ├── color-themes
│ │ │ ├── color-featured.png
│ │ │ ├── index.md
│ │ │ ├── peach.png
│ │ │ └── tachyons-logo-script.png
│ │ ├── css-grid-scaffold
│ │ │ ├── css-grid-cover.png
│ │ │ ├── css-grid-featured.png
│ │ │ └── index.md
│ │ ├── evergreen
│ │ │ ├── featured.jpg
│ │ │ └── index.md
│ │ ├── fonts
│ │ │ ├── font-assets-css.png
│ │ │ ├── font-config.png
│ │ │ ├── font-static-files.png
│ │ │ ├── fonts-featured.png
│ │ │ ├── hachi-font.png
│ │ │ ├── index.md
│ │ │ ├── isaac-font.png
│ │ │ ├── system-font.png
│ │ │ └── tachyons-logo-script.png
│ │ ├── rmarkdown
│ │ │ ├── index.Rmarkdown
│ │ │ ├── index.markdown
│ │ │ └── index_files
│ │ │ │ └── figure-html
│ │ │ │ ├── unnamed-chunk-1-1.png
│ │ │ │ ├── unnamed-chunk-2-1.png
│ │ │ │ └── unnamed-chunk-3-1.png
│ │ ├── seedling
│ │ │ ├── featured.jpg
│ │ │ └── index.md
│ │ ├── sidebar-listing.jpg
│ │ ├── social
│ │ │ ├── featured.jpg
│ │ │ └── index.md
│ │ └── spoonful-series
│ │ │ ├── 01-spoonful.md
│ │ │ ├── 02-spoonful
│ │ │ ├── index.md
│ │ │ └── sidebar-inverse.jpg
│ │ │ ├── 03-spoonful
│ │ │ ├── featured-photo.jpg
│ │ │ ├── index.Rmarkdown
│ │ │ └── index.markdown
│ │ │ ├── _index.md
│ │ │ └── sidebar-featured.jpg
│ ├── collection
│ │ ├── _index.md
│ │ ├── day01
│ │ │ ├── 01-github
│ │ │ │ └── index.md
│ │ │ ├── 02-postcards
│ │ │ │ └── index.md
│ │ │ ├── 03-distill
│ │ │ │ ├── index.md
│ │ │ │ ├── rproj-diff.png
│ │ │ │ └── rproj-git.png
│ │ │ ├── _index.md
│ │ │ └── featured.jpg
│ │ ├── day02
│ │ │ ├── 01-netlify
│ │ │ │ └── index.md
│ │ │ ├── 02-blogdown
│ │ │ │ └── index.md
│ │ │ ├── 03-blogdown
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── featured.jpg
│ │ ├── featured-sidebar.jpg
│ │ └── prework
│ │ │ ├── featured.jpg
│ │ │ └── index.md
│ ├── contributors.md
│ ├── elements
│ │ └── index.html
│ ├── form
│ │ └── contact.md
│ ├── license.md
│ ├── project
│ │ ├── _index.md
│ │ ├── bakeoff
│ │ │ ├── built-in-contact-form-screenshot.png
│ │ │ ├── built-in-contact-form-thumbnail.png
│ │ │ ├── featured-hex.png
│ │ │ ├── formspree-logo.png
│ │ │ └── index.md
│ │ ├── giraffes
│ │ │ ├── featured-hex.png
│ │ │ ├── index.md
│ │ │ ├── tachyons-logo-script.png
│ │ │ └── tachyons-thumbnail.png
│ │ ├── penguins
│ │ │ ├── css-grid-cover.png
│ │ │ ├── css-grid-thumbnail.png
│ │ │ ├── featured-hex.png
│ │ │ └── index.md
│ │ └── sidebar-listing.jpg
│ └── talk
│ │ ├── _index.md
│ │ ├── campfire
│ │ ├── featured.jpg
│ │ └── index.md
│ │ ├── second-seedling
│ │ ├── featured.jpg
│ │ └── index.md
│ │ ├── seedling
│ │ ├── featured.jpg
│ │ └── index.md
│ │ └── sidebar-listing.jpg
├── data
│ └── ads
│ │ └── formspree.yaml
└── layouts
│ └── shortcodes
│ └── blogdown
│ └── postref.html
├── layouts
├── 404.html
├── _default
│ ├── _markup
│ │ ├── render-heading.html
│ │ └── render-link.html
│ ├── baseof.html
│ ├── list.html
│ └── single.html
├── about
│ └── list.html
├── blog
│ ├── list-grid.html
│ ├── list-sidebar.html
│ ├── single-series.html
│ └── single-sidebar.html
├── collection
│ ├── list-sidebar.html
│ ├── list.html
│ └── single-series.html
├── form
│ ├── split-left.html
│ └── split-right.html
├── index.html
├── page
│ ├── standard.html
│ └── wide-body.html
├── partials
│ ├── footer.html
│ ├── head.html
│ ├── header.html
│ ├── meta.html
│ └── shared
│ │ ├── about-links.html
│ │ ├── attribution.html
│ │ ├── breadcrumb.html
│ │ ├── btn-links.html
│ │ ├── comments.html
│ │ ├── contact-form.html
│ │ ├── date-range.html
│ │ ├── event-details.html
│ │ ├── list-pagination.html
│ │ ├── math-preprocess.html
│ │ ├── math-render-katex.html
│ │ ├── math-render-mathjax.html
│ │ ├── post-details.html
│ │ ├── post-pagination.html
│ │ ├── section-sidebar.html
│ │ ├── series-sidebar.html
│ │ ├── sidebar-scaffold.html
│ │ ├── sidebar
│ │ ├── sidebar-adunit.html
│ │ ├── sidebar-header.html
│ │ ├── sidebar-image.html
│ │ └── sidebar-link.html
│ │ ├── social-links.html
│ │ ├── summary-compact.html
│ │ ├── summary-grid.html
│ │ ├── summary-li.html
│ │ ├── summary-section.html
│ │ ├── summary.html
│ │ └── time-range.html
├── project
│ ├── list-grid.html
│ ├── list-sidebar.html
│ └── single-sidebar.html
├── shortcodes
│ ├── here.html
│ ├── panel.html
│ └── panelset.html
├── talk
│ ├── list-sidebar.html
│ ├── list.html
│ └── single.html
└── taxonomy
│ ├── taxonomy.html
│ └── term.html
├── netlify.toml
├── static
├── fonts
│ ├── Atkinson-Hyperlegible-Bold-102.woff
│ ├── Atkinson-Hyperlegible-Bold-102a.woff2
│ ├── Atkinson-Hyperlegible-BoldItalic-102.woff
│ ├── Atkinson-Hyperlegible-BoldItalic-102a.woff2
│ ├── Atkinson-Hyperlegible-Italic-102.woff
│ ├── Atkinson-Hyperlegible-Italic-102a.woff2
│ ├── Atkinson-Hyperlegible-Regular-102.woff
│ ├── Atkinson-Hyperlegible-Regular-102a.woff2
│ ├── Commissioner-Light.woff2
│ ├── Commissioner-LightItalic.woff2
│ ├── Commissioner-Thin.woff2
│ ├── Commissioner-ThinItalic.woff2
│ ├── Fraunces9pt-Black.woff2
│ ├── Fraunces9pt-BlackItalic.woff2
│ ├── Fraunces9pt-Bold.woff2
│ ├── Fraunces9pt-BoldItalic.woff2
│ ├── Fraunces9pt-Italic.woff2
│ ├── Fraunces9pt-Light.woff2
│ ├── Fraunces9pt-LightItalic.woff2
│ ├── Fraunces9pt-Regular.woff2
│ ├── Fraunces9pt-SemiBold.woff2
│ ├── Fraunces9pt-SemiBoldItalic.woff2
│ ├── Fraunces9pt-Thin.woff2
│ ├── Fraunces9pt-ThinItalic.woff2
│ ├── Fraunces9ptSoft-Black.woff2
│ ├── Fraunces9ptSoft-BlackItalic.woff2
│ ├── Fraunces9ptSoft-Bold.woff2
│ ├── Fraunces9ptSoft-BoldItalic.woff2
│ ├── Fraunces9ptSoft-Italic.woff2
│ ├── Fraunces9ptSoft-Light.woff2
│ ├── Fraunces9ptSoft-LightItalic.woff2
│ ├── Fraunces9ptSoft-Regular.woff2
│ ├── Fraunces9ptSoft-SemiBold.woff2
│ ├── Fraunces9ptSoft-SemiBoldItalic.woff2
│ ├── Fraunces9ptSoft-Thin.woff2
│ ├── Fraunces9ptSoft-ThinItalic.woff2
│ ├── Fraunces9ptSuperSoft-Black.woff2
│ ├── Fraunces9ptSuperSoft-BlackItalic.woff2
│ ├── Fraunces9ptSuperSoft-Bold.woff2
│ ├── Fraunces9ptSuperSoft-BoldItalic.woff2
│ ├── Fraunces9ptSuperSoft-Italic.woff2
│ ├── Fraunces9ptSuperSoft-Light.woff2
│ ├── Fraunces9ptSuperSoft-LightItalic.woff2
│ ├── Fraunces9ptSuperSoft-Regular.woff2
│ ├── Fraunces9ptSuperSoft-SemiBold.woff2
│ ├── Fraunces9ptSuperSoft-SemiBoldItalic.woff2
│ ├── Fraunces9ptSuperSoft-Thin.woff2
│ ├── Fraunces9ptSuperSoft-ThinItalic.woff2
│ ├── Metropolis-Light.woff
│ ├── Metropolis-Light.woff2
│ ├── Metropolis-LightItalic.woff
│ ├── Metropolis-LightItalic.woff2
│ ├── bitter-v16-latin-300.woff
│ ├── bitter-v16-latin-300.woff2
│ ├── bitter-v16-latin-300italic.woff
│ ├── bitter-v16-latin-300italic.woff2
│ ├── eb-garamond-v14-latin-600.woff
│ ├── eb-garamond-v14-latin-600.woff2
│ ├── eb-garamond-v14-latin-600italic.woff
│ ├── eb-garamond-v14-latin-600italic.woff2
│ ├── eb-garamond-v14-latin-italic.woff
│ ├── eb-garamond-v14-latin-italic.woff2
│ ├── eb-garamond-v14-latin-regular.woff
│ └── eb-garamond-v14-latin-regular.woff2
├── img
│ ├── arbre.jpg
│ ├── avatar-right.jpg
│ ├── avatar.jpg
│ ├── barbier.jpg
│ ├── blogophonic-mark-dark.png
│ ├── favicon.ico
│ ├── papillons.jpg
│ ├── revoir.jpg
│ ├── screenshot.png
│ └── unicorn-megaphone.png
└── webfonts
│ ├── fa-brands-400.ttf
│ ├── fa-brands-400.woff2
│ ├── fa-regular-400.ttf
│ ├── fa-regular-400.woff2
│ ├── fa-solid-900.ttf
│ ├── fa-solid-900.woff2
│ ├── fa-v4compatibility.ttf
│ └── fa-v4compatibility.woff2
└── theme.toml
/.Rprofile:
--------------------------------------------------------------------------------
1 | if (file.exists("~/.Rprofile")) {
2 | base::sys.source("~/.Rprofile", envir = environment())
3 | }
4 |
5 | options(
6 | blogdown.hugo.version = "0.126.1",
7 | blogdown.author = "Alison Hill",
8 | blogdown.ext = ".Rmarkdown",
9 | blogdown.method = "markdown",
10 | blogdown.subdir = "blog",
11 | blogdown.yaml.empty = TRUE,
12 | blogdown.new_bundle = TRUE,
13 | blogdown.title_case = TRUE,
14 | # stop knitting for me
15 | blogdown.knit.serve_site = FALSE,
16 | blogdown.knit.on_save = FALSE
17 | )
18 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .Rproj.user
2 | .Rhistory
3 | .RData
4 | .Ruserdata
5 | public/
6 | .DS_Store
7 | resources/
8 | .hugo_build.lock
9 |
10 | /.quarto/
11 |
--------------------------------------------------------------------------------
/R/build.R:
--------------------------------------------------------------------------------
1 | blogdown::build_dir('static')
2 |
--------------------------------------------------------------------------------
/apreshill.Rproj:
--------------------------------------------------------------------------------
1 | Version: 1.0
2 |
3 | RestoreWorkspace: No
4 | SaveWorkspace: No
5 | AlwaysSaveHistory: Default
6 |
7 | EnableCodeIndexing: Yes
8 | UseSpacesForTab: Yes
9 | NumSpacesForTab: 2
10 | Encoding: UTF-8
11 |
12 | RnwWeave: Sweave
13 | LaTeX: pdfLaTeX
14 |
15 | AutoAppendNewline: Yes
16 | StripTrailingWhitespace: Yes
17 | LineEndingConversion: Posix
18 |
19 | BuildType: Website
20 |
--------------------------------------------------------------------------------
/assets/fb-hex.scss:
--------------------------------------------------------------------------------
1 | // set custom hex colors
2 | $siteBgColorCustom: #fffbf1; // latte
3 | $sidebarBgColorCustom: #fff1e5; // apricot
4 | $textColorCustom: #000; // black
5 | $sidebarTextColorCustom: #000; // black
6 | $headlineColorCustom: #ff4800; // orange
7 | $headingColorCustom: #088cb8; // blue
8 | $bodyLinkColorCustom: #231f20; // black
9 | $navLinkColorCustom: #231f20; // black
10 | $sidebarLinkColorCustom: #000; // black
11 | $footerTextColorCustom: #231f20; // black
12 | $buttonTextColorCustom: #231f20; // black
13 | $buttonHoverTextColorCustom: #fff; // white
14 | $buttonBgColorCustom: #fffbf1; // latte
15 | $buttonHoverBgColorCustom: #231f20; // black
16 | $borderColorCustom: #088cb8; // blue
17 |
--------------------------------------------------------------------------------
/assets/jsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "compilerOptions": {
3 | "baseUrl": ".",
4 | "paths": {
5 | "*": [
6 | "../themes/hugo-apero/assets/*"
7 | ]
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/assets/minnow-hex.scss:
--------------------------------------------------------------------------------
1 | // set custom hex colors
2 | $siteBgColorCustom: #FAF7F5; // white
3 | $sidebarBgColorCustom: #b5dfe8; // light blue
4 | $textColorCustom: #000; // black
5 | $sidebarTextColorCustom: #000; // black
6 | $headlineColorCustom: #000; // black
7 | $headingColorCustom: #000; // black
8 | $bodyLinkColorCustom: #000; // black
9 | $navLinkColorCustom: #000; // black
10 | $sidebarLinkColorCustom: #000; // black
11 | $footerTextColorCustom: #231f20; // black
12 | $buttonTextColorCustom: #000; // black
13 | $buttonHoverTextColorCustom: #fff; // white
14 | $buttonBgColorCustom: #b5dfe8; // powder blue
15 | $buttonHoverBgColorCustom: #2d2e4d; // space cadet
16 | $borderColorCustom: #b5dfe8; // blue
17 |
--------------------------------------------------------------------------------
/assets/octaevo-hex.scss:
--------------------------------------------------------------------------------
1 | // set custom hex colors
2 | $siteBgColorCustom: #F6F5ED; // white
3 | $sidebarBgColorCustom: #F3E0E1; // blush
4 | $textColorCustom: #332f2e; // deep gray
5 | $sidebarTextColorCustom: #332f2e; // deep gray
6 | $headlineColorCustom: #131888; // deep blue
7 | $headingColorCustom: #0144a3; // bright blue
8 | $bodyLinkColorCustom: #0144a3; // bright blue
9 | $navLinkColorCustom: #0144a3; // bright blue
10 | $sidebarLinkColorCustom: #131888; // deep blue
11 | $footerTextColorCustom: #332f2e; // deep gray
12 | $buttonTextColorCustom: #F6F5ED; // white
13 | $buttonHoverTextColorCustom: #FFFFFF;
14 | $buttonBgColorCustom: #131888; // deep blue
15 | $buttonHoverBgColorCustom: #0144a3;// bright blue
16 | $borderColorCustom: #f0ca60; // gold
17 |
--------------------------------------------------------------------------------
/assets/wip-hex.scss:
--------------------------------------------------------------------------------
1 | // set custom hex colors
2 | $siteBgColorCustom: #ffffff; // white
3 | $sidebarBgColorCustom: #f5f4f2; // pale gray
4 | $textColorCustom: #62676e; // dk gray
5 | $sidebarTextColorCustom: #0a0a0a; // black
6 | $headlineColorCustom: #242629; // black
7 | $headingColorCustom: #242629; // black
8 | $bodyLinkColorCustom: #171717; // dark
9 | $navLinkColorCustom: #242629; // black
10 | $sidebarLinkColorCustom: #171717; // dark
11 | $footerTextColorCustom: #0a0a0a; // black
12 | $buttonTextColorCustom: #f5f4f2; // pale gray
13 | $buttonHoverTextColorCustom: #fff; // white
14 | $buttonBgColorCustom: #242629; // black
15 | $buttonHoverBgColorCustom: #171717; // dark
16 | $borderColorCustom: #171717; // dark
17 |
--------------------------------------------------------------------------------
/content/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Alison Hill, PhD"
3 | subtitle: "Data Science + Product"
4 | description: "I am a cognitive scientist turned data scientist turned product leader, which makes perfect sense once you get to know me."
5 | images:
6 | - img/disney.png
7 | image_left: false
8 | text_align_left: true
9 | show_social_links: true # specify social accounts in site config
10 | show_action_link: true
11 | action_link: /about
12 | action_label: "About me →"
13 | action_type: text # text, button
14 | type: home
15 | ---
16 |
17 | ** index doesn't contain a body, just front matter above.
18 | See index.html in the layouts folder **
19 |
--------------------------------------------------------------------------------
/content/about/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "About me"
3 | description: |
4 | About Alison Hill.
5 | show_header: true
6 | sidebar_left: false
7 | # Keep this! Do not edit.
8 | headless: false
9 | cascade:
10 | headless: true
11 | ---
12 |
13 | ** index doesn't contain a body, just front matter above.
14 | See the header / main / sidebar folders to edit the index.md files **
15 |
--------------------------------------------------------------------------------
/content/about/header/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | ## Configure header of page
3 | text_align_right: false
4 | show_title_as_headline: false
5 | headline: |
6 | About me
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/content/about/sidebar/audio.m4a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/about/sidebar/audio.m4a
--------------------------------------------------------------------------------
/content/about/sidebar/avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/about/sidebar/avatar.png
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-1.png
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-2.png
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-3.png
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-4.png
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/blogdown-signpost-5.png
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/github-new-repo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/github-new-repo.png
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/netlify-build-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/netlify-build-settings.png
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/r-project-existing-directory.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/r-project-existing-directory.png
--------------------------------------------------------------------------------
/content/blog/2017-06-12-up-and-running-with-blogdown/rbind.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-06-12-up-and-running-with-blogdown/rbind.png
--------------------------------------------------------------------------------
/content/blog/2017-12-18-r-ladies-presentation-ninja/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-12-18-r-ladies-presentation-ninja/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2017-12-18-r-ladies-presentation-ninja/rladies-palette.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-12-18-r-ladies-presentation-ninja/rladies-palette.png
--------------------------------------------------------------------------------
/content/blog/2017-12-18-r-ladies-presentation-ninja/yihui-xaringan-themes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2017-12-18-r-ladies-presentation-ninja/yihui-xaringan-themes.png
--------------------------------------------------------------------------------
/content/blog/2018-02-23-read-multiple-header-rows/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2018-02-23-read-multiple-header-rows/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2018-02-23-read-multiple-header-rows/stickers-plos-one.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2018-02-23-read-multiple-header-rows/stickers-plos-one.png
--------------------------------------------------------------------------------
/content/blog/2018-02-23-read-multiple-header-rows/stickers-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2018-02-23-read-multiple-header-rows/stickers-table.png
--------------------------------------------------------------------------------
/content/blog/2018-02-23-read-multiple-header-rows/stickers-txt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2018-02-23-read-multiple-header-rows/stickers-txt.png
--------------------------------------------------------------------------------
/content/blog/2019-12-23-learning-to-teach-machines-to-learn/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2019-12-23-learning-to-teach-machines-to-learn/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2019-12-23-learning-to-teach-machines-to-learn/index_files/anchor-sections/anchor-sections.css:
--------------------------------------------------------------------------------
1 | /* Styles for section anchors */
2 | a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
3 | a.anchor-section::before {content: '#';}
4 | .hasAnchor:hover a.anchor-section {visibility: visible;}
5 |
--------------------------------------------------------------------------------
/content/blog/2019-12-23-learning-to-teach-machines-to-learn/index_files/header-attrs/header-attrs.js:
--------------------------------------------------------------------------------
1 | // Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2 | // be compatible with the behavior of Pandoc < 2.8).
3 | document.addEventListener('DOMContentLoaded', function(e) {
4 | var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5 | var i, h, a;
6 | for (i = 0; i < hs.length; i++) {
7 | h = hs[i];
8 | if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9 | a = h.attributes;
10 | while (a.length > 0) h.removeAttribute(a[0].name);
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/content/blog/2019-12-23-learning-to-teach-machines-to-learn/shirin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2019-12-23-learning-to-teach-machines-to-learn/shirin.png
--------------------------------------------------------------------------------
/content/blog/2020-02-27-better-tidymodels/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-02-27-better-tidymodels/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-15-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-15-1.png
--------------------------------------------------------------------------------
/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-16-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-16-1.png
--------------------------------------------------------------------------------
/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-17-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-17-1.png
--------------------------------------------------------------------------------
/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-7-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-7-1.png
--------------------------------------------------------------------------------
/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-8-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-8-1.png
--------------------------------------------------------------------------------
/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-9-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-02-27-better-tidymodels/figs/unnamed-chunk-9-1.png
--------------------------------------------------------------------------------
/content/blog/2020-02-27-better-tidymodels/penguins-of-the-world.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-02-27-better-tidymodels/penguins-of-the-world.JPG
--------------------------------------------------------------------------------
/content/blog/2020-05-28-how-i-teach-r-markdown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-05-28-how-i-teach-r-markdown/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2020-05-28-how-i-teach-r-markdown/index_files/anchor-sections/anchor-sections.css:
--------------------------------------------------------------------------------
1 | /* Styles for section anchors */
2 | a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
3 | a.anchor-section::before {content: '#';}
4 | .hasAnchor:hover a.anchor-section {visibility: visible;}
5 |
--------------------------------------------------------------------------------
/content/blog/2020-05-28-how-i-teach-r-markdown/index_files/header-attrs/header-attrs.js:
--------------------------------------------------------------------------------
1 | // Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2 | // be compatible with the behavior of Pandoc < 2.8).
3 | document.addEventListener('DOMContentLoaded', function(e) {
4 | var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5 | var i, h, a;
6 | for (i = 0; i < hs.length; i++) {
7 | h = hs[i];
8 | if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9 | a = h.attributes;
10 | while (a.length > 0) h.removeAttribute(a[0].name);
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/content/blog/2020-06-02-tidymodels-virtually/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-06-02-tidymodels-virtually/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.53.05 PM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.53.05 PM.png
--------------------------------------------------------------------------------
/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.53.51 PM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.53.51 PM.png
--------------------------------------------------------------------------------
/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.53.58 PM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.53.58 PM.png
--------------------------------------------------------------------------------
/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.54.06 PM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.54.06 PM.png
--------------------------------------------------------------------------------
/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.54.41 PM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-06-02-tidymodels-virtually/slides/Screen Shot 2020-06-01 at 11.54.41 PM.png
--------------------------------------------------------------------------------
/content/blog/2020-06-02-tidymodels-virtually/zoom-controls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-06-02-tidymodels-virtually/zoom-controls.png
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/Dunlosky_SciAmMind.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/Dunlosky_SciAmMind.pdf
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/allthree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/allthree.png
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/andragogy.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/andragogy.pdf
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/daume.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/daume.png
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/dunloskyimprovinglearning.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/dunloskyimprovinglearning.pdf
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/index_files/anchor-sections/anchor-sections.css:
--------------------------------------------------------------------------------
1 | /* Styles for section anchors */
2 | a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
3 | a.anchor-section::before {content: '#';}
4 | .hasAnchor:hover a.anchor-section {visibility: visible;}
5 |
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/index_files/header-attrs/header-attrs.js:
--------------------------------------------------------------------------------
1 | // Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2 | // be compatible with the behavior of Pandoc < 2.8).
3 | document.addEventListener('DOMContentLoaded', function(e) {
4 | var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5 | var i, h, a;
6 | for (i = 0; i < hs.length; i++) {
7 | h = hs[i];
8 | if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9 | a = h.attributes;
10 | while (a.length > 0) h.removeAttribute(a[0].name);
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/jsm2019.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/jsm2019.JPG
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/key.png
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/pragmatics.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/pragmatics.png
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/present.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/present.png
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/talk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/talk.png
--------------------------------------------------------------------------------
/content/blog/2020-12-13-self-assessments/write.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-13-self-assessments/write.png
--------------------------------------------------------------------------------
/content/blog/2020-12-22-postcards-distill/alison-home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-22-postcards-distill/alison-home.png
--------------------------------------------------------------------------------
/content/blog/2020-12-22-postcards-distill/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-22-postcards-distill/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2020-12-22-postcards-distill/final-site.mov:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-22-postcards-distill/final-site.mov
--------------------------------------------------------------------------------
/content/blog/2020-12-22-postcards-distill/final-trestles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-22-postcards-distill/final-trestles.png
--------------------------------------------------------------------------------
/content/blog/2020-12-22-postcards-distill/gh-pages.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-22-postcards-distill/gh-pages.png
--------------------------------------------------------------------------------
/content/blog/2020-12-22-postcards-distill/tobi-theme.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-22-postcards-distill/tobi-theme.png
--------------------------------------------------------------------------------
/content/blog/2020-12-22-postcards-distill/tobi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-22-postcards-distill/tobi.png
--------------------------------------------------------------------------------
/content/blog/2020-12-27-blogdown-checks/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-27-blogdown-checks/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/00-blogdown-2021.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/00-blogdown-2021.gif
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/01-blogdown-2021.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/01-blogdown-2021.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/02-blogdown-2021.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/02-blogdown-2021.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/03-blogdown-2021.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/03-blogdown-2021.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/04-blogdown-2021.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/04-blogdown-2021.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/05-blogdown-2021.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/05-blogdown-2021.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/06-blogdown-2021.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/06-blogdown-2021.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/about.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/github-new-repo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/github-new-repo.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/hugo_start.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/hugo_start.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/netlify-build-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/netlify-build-settings.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/netlify-site-name.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/netlify-site-name.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/new-rproj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/new-rproj.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/new_hugo_start.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/new_hugo_start.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/new_netlify.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/new_netlify.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/new_post.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/new_post.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/post-plot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/post-plot.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/r-project-existing-directory.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/r-project-existing-directory.png
--------------------------------------------------------------------------------
/content/blog/2020-12-31-new-year-new-blogdown/sample_post.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2020-12-31-new-year-new-blogdown/sample_post.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/dml-error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/dml-error.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/featured.jpg
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/good-tabs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/good-tabs.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/oops-plot1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/oops-plot1.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/oops-plot2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/oops-plot2.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/ph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/ph.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/template.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/template.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/title-slide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/title-slide.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/true-plot1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/true-plot1.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/true-plot2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/true-plot2.png
--------------------------------------------------------------------------------
/content/blog/2021-07-26-officedown/two-col.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/2021-07-26-officedown/two-col.png
--------------------------------------------------------------------------------
/content/blog/pm-notebook/01-revealing-slides/editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/pm-notebook/01-revealing-slides/editor.png
--------------------------------------------------------------------------------
/content/blog/pm-notebook/01-revealing-slides/revealjs-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/pm-notebook/01-revealing-slides/revealjs-1.png
--------------------------------------------------------------------------------
/content/blog/pm-notebook/01-revealing-slides/revealjs-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/pm-notebook/01-revealing-slides/revealjs-2.png
--------------------------------------------------------------------------------
/content/blog/pm-notebook/02-quarto/featured-sidebar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/pm-notebook/02-quarto/featured-sidebar.jpg
--------------------------------------------------------------------------------
/content/blog/pm-notebook/02-quarto/index.markdown_strict_files/figure-markdown_strict/penguin-plot-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/pm-notebook/02-quarto/index.markdown_strict_files/figure-markdown_strict/penguin-plot-1.png
--------------------------------------------------------------------------------
/content/blog/pm-notebook/02-quarto/index_files/figure-gfm/penguin-plot-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/pm-notebook/02-quarto/index_files/figure-gfm/penguin-plot-1.png
--------------------------------------------------------------------------------
/content/blog/pm-notebook/featured-photo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/pm-notebook/featured-photo.jpg
--------------------------------------------------------------------------------
/content/blog/pm-notebook/sidebar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/pm-notebook/sidebar.jpg
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/01-archetypes/archetypes-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/01-archetypes/archetypes-after.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/02-netlify-toml/netlify-adv-build.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/02-netlify-toml/netlify-adv-build.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/02-netlify-toml/netlify-deploy-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/02-netlify-toml/netlify-deploy-settings.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/02-netlify-toml/netlify-sign-up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/02-netlify-toml/netlify-sign-up.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/02-netlify-toml/sidebar-inverse.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/02-netlify-toml/sidebar-inverse.jpg
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/03-bundles/file-deleted-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/03-bundles/file-deleted-warning.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/03-bundles/restart-r.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/03-bundles/restart-r.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/03-bundles/update-metadata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/03-bundles/update-metadata.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-01.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-02.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-03.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-04.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-05.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-06.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-07.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-08.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-08.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-09.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-09.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/blogdown-lifecycle-10.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/hugo-min-version.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/hugo-min-version.png
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/index_files/figure-html/unnamed-chunk-10-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/index_files/figure-html/unnamed-chunk-10-1.gif
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/index_files/figure-html/unnamed-chunk-11-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/index_files/figure-html/unnamed-chunk-11-1.gif
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/unnamed-chunk-10-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/unnamed-chunk-10-1.gif
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/04-troubleshooting/unnamed-chunk-11-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/04-troubleshooting/unnamed-chunk-11-1.gif
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/featured-photo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/featured-photo.jpg
--------------------------------------------------------------------------------
/content/blog/spoonful-hugo/sidebar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/blog/spoonful-hugo/sidebar.jpg
--------------------------------------------------------------------------------
/content/home/about.md:
--------------------------------------------------------------------------------
1 | +++
2 | # About widget.
3 | widget = "about" # See https://sourcethemes.com/academic/docs/page-builder/
4 | headless = true # This file represents a page section.
5 | active = true # Activate this widget? true/false
6 | weight = 10 # Order that this section will appear in.
7 |
8 | title = ""
9 |
10 | # Choose the user profile to display
11 | # This should be the username of a profile in your `content/authors/` folder.
12 | # See https://sourcethemes.com/academic/docs/get-started/#introduce-yourself
13 | author = "alison"
14 | +++
15 |
--------------------------------------------------------------------------------
/content/home/contact.md:
--------------------------------------------------------------------------------
1 | +++
2 | # Contact widget.
3 | widget = "contact" # See https://sourcethemes.com/academic/docs/page-builder/
4 | headless = true # This file represents a page section.
5 | active = false # Activate this widget? true/false
6 | weight = 130 # Order that this section will appear.
7 |
8 | title = "Contact"
9 | subtitle = ""
10 |
11 | # Automatically link email and phone?
12 | autolink = true
13 |
14 | # Email form provider
15 | # 0: Disable email form
16 | # 1: Netlify (requires that the site is hosted by Netlify)
17 | # 2: formspree.io
18 | email_form = 1
19 | +++
20 |
21 |
--------------------------------------------------------------------------------
/content/home/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | # Homepage
3 | type = "widget_page"
4 | headless = true # Homepage is headless, other widget pages are not.
5 | +++
6 |
--------------------------------------------------------------------------------
/content/home/people.md:
--------------------------------------------------------------------------------
1 | +++
2 | # People widget.
3 | widget = "people" # See https://sourcethemes.com/academic/docs/page-builder/
4 | headless = true # This file represents a page section.
5 | active = false # Activate this widget? true/false
6 | weight = 68 # Order that this section will appear.
7 |
8 | title = "People"
9 | subtitle = ""
10 |
11 | # List user groups to display.
12 | # Edit each user's `user_groups` to add them to one or more of these groups.
13 | user_groups = ["Principal Investigators",
14 | "Researchers",
15 | "Grad Students",
16 | "Administration",
17 | "Visitors",
18 | "Alumni"]
19 | +++
20 |
--------------------------------------------------------------------------------
/content/home/tags.md:
--------------------------------------------------------------------------------
1 | +++
2 | # Tag Cloud widget.
3 | widget = "tag_cloud" # See https://sourcethemes.com/academic/docs/page-builder/
4 | headless = true # This file represents a page section.
5 | active = false # Activate this widget? true/false
6 | weight = 120 # Order that this section will appear.
7 |
8 | title = "Popular Topics"
9 | subtitle = ""
10 | +++
11 |
--------------------------------------------------------------------------------
/content/license.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: "2018-06-28T00:00:00+01:00"
3 | draft: false
4 | header:
5 | caption: ""
6 | image: ""
7 | share: false
8 | title: "LICENSE: CC-BY-SA"
9 | linktitle: " "
10 | ---
11 |
12 |
13 | My [blog posts](/post/) are released under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/content/project/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Projects
3 | description: "My portfolio includes books and software that I've contributed to, as well a collection of online educational resources I have created."
4 | author: ""
5 | show_post_thumbnail: true
6 | show_author_byline: true
7 | show_post_date: false
8 | # for listing page layout
9 | layout: list-grid # list, list-sidebar, list-grid
10 | ---
11 |
--------------------------------------------------------------------------------
/content/project/advanced-r-markdown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/advanced-r-markdown/featured.jpg
--------------------------------------------------------------------------------
/content/project/bakeoff/featured-hex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/bakeoff/featured-hex.png
--------------------------------------------------------------------------------
/content/project/bakeoff/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: "2016-04-27T00:00:00Z"
3 | external_link: https://bakeoff.netlify.com/
4 | image:
5 | caption: '[Hex by Allison Horst](https://allisonhorst.com)'
6 | focal_point: Smart
7 | summary: An R data package with data from “The Great British Bake Off”
8 | tags:
9 | - R
10 | - software
11 | title: Bakeoff
12 | links:
13 | - icon: door-open
14 | icon_pack: fas
15 | name: website
16 | url: https://bakeoff.netlify.com/
17 | - icon: github
18 | icon_pack: fab
19 | name: code
20 | url: https://github.com/apreshill/bakeoff
21 | ---
22 |
--------------------------------------------------------------------------------
/content/project/benchmarks/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/benchmarks/featured.png
--------------------------------------------------------------------------------
/content/project/blogdown-book/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/blogdown-book/featured.jpg
--------------------------------------------------------------------------------
/content/project/blogdown-book/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: "2016-04-27T00:00:00Z"
3 | external_link: "https://bookdown.org/yihui/blogdown/"
4 | image:
5 | caption: "[Photo by Greg Rakozy on Unsplash](https://unsplash.com/photos/vw3Ahg4x1tY)"
6 | focal_point: Smart
7 | links:
8 | - icon: twitter
9 | icon_pack: fab
10 | name: Read
11 | url: https://bookdown.org/yihui/blogdown/
12 | - icon: shopping-cart
13 | icon_pack: fas
14 | name: Order
15 | url: https://www.amazon.com/blogdown-Chapman-Hall-CRC-R/dp/0815363729
16 | - icon: twitter
17 | icon_pack: fab
18 | name: Demo site
19 | url: https://blogdown-demo.rbind.io/
20 | summary: A practical guide for creating websites using the blogdown package in R
21 | tags:
22 | - book
23 | - blogdown
24 | - R
25 | title: "blogdown: Creating Websites with R Markdown"
26 | ---
27 |
28 |
--------------------------------------------------------------------------------
/content/project/code-your-graph/code-your-graph.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/code-your-graph/code-your-graph.jpg
--------------------------------------------------------------------------------
/content/project/code-your-graph/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/code-your-graph/featured.jpg
--------------------------------------------------------------------------------
/content/project/codex/featured.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/codex/featured.jpeg
--------------------------------------------------------------------------------
/content/project/distill/featured-hex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/distill/featured-hex.png
--------------------------------------------------------------------------------
/content/project/distill/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: "2020-11-01T00:00:00Z"
3 | external_link: https://rstudio.github.io/distill/
4 | image:
5 | caption: '[Hex by Julie Jung](https://www.jungjulie.com/)'
6 | focal_point: Smart
7 | summary: Distill for R Markdown is a web publishing format optimized for scientific and technical communication.
8 | tags:
9 | - R
10 | - software
11 | title: distill
12 | ---
13 |
--------------------------------------------------------------------------------
/content/project/education.rstudio.com/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/education.rstudio.com/featured.jpg
--------------------------------------------------------------------------------
/content/project/hugo-apero/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/hugo-apero/featured.jpg
--------------------------------------------------------------------------------
/content/project/hugo-apero/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/hugo-apero/featured.png
--------------------------------------------------------------------------------
/content/project/hugo-graphite/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/hugo-graphite/featured.png
--------------------------------------------------------------------------------
/content/project/hugo-graphite/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: "2019-01-01T00:00:00Z"
3 | external_link: https://hugo-graphite.netlify.app
4 | image:
5 | caption: ''
6 | focal_point: Smart
7 | summary: A Hugo theme for RStudio teams (Education, Tidyverse, Tidymodels)
8 | tags:
9 | - hugo
10 | - software
11 | title: Hugo Graphite
12 | links:
13 | - icon: github
14 | icon_pack: fab
15 | name: code
16 | url: https://github.com/rstudio/hugo-graphite
17 | ---
18 |
--------------------------------------------------------------------------------
/content/project/labhub/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/labhub/featured.jpg
--------------------------------------------------------------------------------
/content/project/labhub/ohsu-os-labhub-workshop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/labhub/ohsu-os-labhub-workshop.png
--------------------------------------------------------------------------------
/content/project/ohsu-biostats/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/ohsu-biostats/featured.jpg
--------------------------------------------------------------------------------
/content/project/ohsu-cs-stats/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/ohsu-cs-stats/featured.jpg
--------------------------------------------------------------------------------
/content/project/ohsu-dataviz/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/ohsu-dataviz/featured.jpg
--------------------------------------------------------------------------------
/content/project/palmerpenguins/featured-hex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/palmerpenguins/featured-hex.png
--------------------------------------------------------------------------------
/content/project/palmerpenguins/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: "2020-06-11T00:00:00Z"
3 | external_link: https://allisonhorst.github.io/palmerpenguins/
4 | image:
5 | caption: '[Hex by Allison Horst](https://www.allisonhorst.com/)'
6 | focal_point: Smart
7 | summary: An R data package with data about 3 penguin species from the Palmer Station in Antarctica
8 | tags:
9 | - R
10 | - software
11 | title: palmerpenguins
12 | ---
13 |
--------------------------------------------------------------------------------
/content/project/rladies-xaringan/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/rladies-xaringan/featured.jpg
--------------------------------------------------------------------------------
/content/project/rmd4medicine/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/rmd4medicine/featured.jpg
--------------------------------------------------------------------------------
/content/project/rstudio-tip/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/rstudio-tip/featured.png
--------------------------------------------------------------------------------
/content/project/rstudio-tip/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: "2020-09-23T00:00:00Z"
3 | external_link: https://rstd.io/tip
4 | image:
5 | caption: '[Hedgehog by Allison Horst](https://www.allisonhorst.com/)'
6 | focal_point: Smart
7 | summary: A 2-hour workshop for RStudio certified trainers on how to make shareable slides and websites with R Markdown.
8 | tags:
9 | - R
10 | - workshop
11 | title: RStudio Teaching in Production
12 | ---
13 |
--------------------------------------------------------------------------------
/content/project/stat545.com/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/stat545.com/featured.jpg
--------------------------------------------------------------------------------
/content/project/summer-of-blogdown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/summer-of-blogdown/featured.jpg
--------------------------------------------------------------------------------
/content/project/tidyml/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/tidyml/featured.jpg
--------------------------------------------------------------------------------
/content/project/tidymodels.org/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/tidymodels.org/featured.png
--------------------------------------------------------------------------------
/content/project/up-running-blogdown/blogdown-meetup.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/up-running-blogdown/blogdown-meetup.jpg
--------------------------------------------------------------------------------
/content/project/up-running-blogdown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/project/up-running-blogdown/featured.jpg
--------------------------------------------------------------------------------
/content/publication/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | header:
3 | caption: ""
4 | image: ""
5 | title: Publications
6 | view: 4
7 | ---
8 |
--------------------------------------------------------------------------------
/content/resume/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: "2019-01-01T00:00:00Z"
3 | summary: My experience
4 | title: "Resume"
5 | description: "I am a data scientist, behavioral scientist, and award-winning educator. Currently, as the product manager for data science communication at RStudio, I work to make data science communication easier and more delightful using open-source tools."
6 | layout: list-sidebar
7 | aliases: [bio]
8 | ---
9 |
--------------------------------------------------------------------------------
/content/talk/2016-ohsu-dataviz/code-your-graph.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2016-ohsu-dataviz/code-your-graph.jpg
--------------------------------------------------------------------------------
/content/talk/2016-ohsu-dataviz/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2016-ohsu-dataviz/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2016-ohsu-dataviz/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | aliases: [code-your-graph]
3 | projects: [code-your-graph]
4 | authors: [alison, Julianne Myers]
5 | abstract: A workshop on visualizing your data with ggplot2 and matplotlib
6 | abstract_short: ""
7 | date: 2016-06-24T00:00:00
8 | event: Hands-on Data Jamboree
9 | event_url: /html/jamboree_heart_ggplot.html
10 | image:
11 | caption: '[Photo by Isaac Smith on Unsplash](https://unsplash.com/photos/6EnTPvPPL6I)'
12 | focal_point: Smart
13 | location: Portland, OR
14 | math: true
15 | selected: true
16 | title: Code Your Graph Workshop
17 |
18 | tags: [workshop, dataviz, ggplot2]
19 | ---
20 |
21 | {{< figure src="code-your-graph.jpg" >}}
22 |
23 |
--------------------------------------------------------------------------------
/content/talk/2017-ohsu-labhub/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2017-ohsu-labhub/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2017-ohsu-labhub/ohsu-os-panel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2017-ohsu-labhub/ohsu-os-panel.png
--------------------------------------------------------------------------------
/content/talk/2017-pdxr-blogdown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2017-pdxr-blogdown/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2018-cascadia-bigmagic/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2018-cascadia-bigmagic/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2018-ohsu-sad-plot-better/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2018-ohsu-sad-plot-better/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2018-uo-plotoff/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2018-uo-plotoff/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-jsm-talk-ds/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-jsm-talk-ds/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-jsm-talk-ds/index_files/anchor-sections/anchor-sections.css:
--------------------------------------------------------------------------------
1 | /* Styles for section anchors */
2 | a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
3 | a.anchor-section::before {content: '#';}
4 | .hasAnchor:hover a.anchor-section {visibility: visible;}
5 |
--------------------------------------------------------------------------------
/content/talk/2019-jsm-talk-ds/index_files/header-attrs/header-attrs.js:
--------------------------------------------------------------------------------
1 | // Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2 | // be compatible with the behavior of Pandoc < 2.8).
3 | document.addEventListener('DOMContentLoaded', function(e) {
4 | var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5 | var i, h, a;
6 | for (i = 0; i < hs.length; i++) {
7 | h = hs[i];
8 | if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9 | a = h.attributes;
10 | while (a.length > 0) h.removeAttribute(a[0].name);
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/content/talk/2019-rladies-melbourne/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-rladies-melbourne/featured.png
--------------------------------------------------------------------------------
/content/talk/2019-rladies-sydney/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-rladies-sydney/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-rmed-rmd4medicine/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-rmed-rmd4medicine/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-rmed-rmd4medicine/index_files/anchor-sections/anchor-sections.css:
--------------------------------------------------------------------------------
1 | /* Styles for section anchors */
2 | a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
3 | a.anchor-section::before {content: '#';}
4 | .hasAnchor:hover a.anchor-section {visibility: visible;}
5 |
--------------------------------------------------------------------------------
/content/talk/2019-rmed-rmd4medicine/index_files/header-attrs/header-attrs.js:
--------------------------------------------------------------------------------
1 | // Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2 | // be compatible with the behavior of Pandoc < 2.8).
3 | document.addEventListener('DOMContentLoaded', function(e) {
4 | var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5 | var i, h, a;
6 | for (i = 0; i < hs.length; i++) {
7 | h = hs[i];
8 | if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9 | a = h.attributes;
10 | while (a.length > 0) h.removeAttribute(a[0].name);
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/content/talk/2019-rsc-blogdown/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-rsc-blogdown/featured.png
--------------------------------------------------------------------------------
/content/talk/2019-rsc-bookdown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-rsc-bookdown/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-rsc-flexdashboard/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-rsc-flexdashboard/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-rsc-xaringan/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-rsc-xaringan/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-sdss-blogdown/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-sdss-blogdown/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-summer-of-blogdown-01/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-summer-of-blogdown-01/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-summer-of-blogdown-02/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-summer-of-blogdown-02/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-summer-of-blogdown-03/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-summer-of-blogdown-03/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-summer-of-blogdown-04/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-summer-of-blogdown-04/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-ysc-feast/index_files/anchor-sections/anchor-sections.css:
--------------------------------------------------------------------------------
1 | /* Styles for section anchors */
2 | a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
3 | a.anchor-section::before {content: '#';}
4 | .hasAnchor:hover a.anchor-section {visibility: visible;}
5 |
--------------------------------------------------------------------------------
/content/talk/2019-ysc-feast/index_files/header-attrs/header-attrs.js:
--------------------------------------------------------------------------------
1 | // Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2 | // be compatible with the behavior of Pandoc < 2.8).
3 | document.addEventListener('DOMContentLoaded', function(e) {
4 | var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5 | var i, h, a;
6 | for (i = 0; i < hs.length; i++) {
7 | h = hs[i];
8 | if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9 | a = h.attributes;
10 | while (a.length > 0) h.removeAttribute(a[0].name);
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/content/talk/2019-ysc-keynote/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-ysc-keynote/featured.png
--------------------------------------------------------------------------------
/content/talk/2019-ysc-keynote/index_files/anchor-sections/anchor-sections.css:
--------------------------------------------------------------------------------
1 | /* Styles for section anchors */
2 | a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
3 | a.anchor-section::before {content: '#';}
4 | .hasAnchor:hover a.anchor-section {visibility: visible;}
5 |
--------------------------------------------------------------------------------
/content/talk/2019-ysc-keynote/index_files/header-attrs/header-attrs.js:
--------------------------------------------------------------------------------
1 | // Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2 | // be compatible with the behavior of Pandoc < 2.8).
3 | document.addEventListener('DOMContentLoaded', function(e) {
4 | var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5 | var i, h, a;
6 | for (i = 0; i < hs.length; i++) {
7 | h = hs[i];
8 | if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9 | a = h.attributes;
10 | while (a.length > 0) h.removeAttribute(a[0].name);
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/content/talk/2019-ysc-workshop/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2019-ysc-workshop/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2019-ysc-workshop/index_files/anchor-sections/anchor-sections.css:
--------------------------------------------------------------------------------
1 | /* Styles for section anchors */
2 | a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
3 | a.anchor-section::before {content: '#';}
4 | .hasAnchor:hover a.anchor-section {visibility: visible;}
5 |
--------------------------------------------------------------------------------
/content/talk/2019-ysc-workshop/index_files/header-attrs/header-attrs.js:
--------------------------------------------------------------------------------
1 | // Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2 | // be compatible with the behavior of Pandoc < 2.8).
3 | document.addEventListener('DOMContentLoaded', function(e) {
4 | var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5 | var i, h, a;
6 | for (i = 0; i < hs.length; i++) {
7 | h = hs[i];
8 | if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9 | a = h.attributes;
10 | while (a.length > 0) h.removeAttribute(a[0].name);
11 | }
12 | });
13 |
--------------------------------------------------------------------------------
/content/talk/2020-larug/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2020-larug/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2020-latinr-learn/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2020-latinr-learn/featured.png
--------------------------------------------------------------------------------
/content/talk/2020-rladies-chicago-panel/featured.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2020-rladies-chicago-panel/featured.jpeg
--------------------------------------------------------------------------------
/content/talk/2020-rmd4cdc/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2020-rmd4cdc/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2020-rmd4pharma/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2020-rmd4pharma/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2020-rmedicine-tidyml/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2020-rmedicine-tidyml/featured.png
--------------------------------------------------------------------------------
/content/talk/2020-rsc-tidyml/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2020-rsc-tidyml/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2020-rstudio-tip/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2020-rstudio-tip/featured.png
--------------------------------------------------------------------------------
/content/talk/2020-sharing-short-notice/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2020-sharing-short-notice/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2021-agu-panel/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2021-agu-panel/featured.png
--------------------------------------------------------------------------------
/content/talk/2021-ares-kind-tools/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2021-ares-kind-tools/featured.png
--------------------------------------------------------------------------------
/content/talk/2021-earthcube-panel/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2021-earthcube-panel/featured.png
--------------------------------------------------------------------------------
/content/talk/2021-foss-panel/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2021-foss-panel/featured.png
--------------------------------------------------------------------------------
/content/talk/2021-iyo-tunis/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2021-iyo-tunis/featured.png
--------------------------------------------------------------------------------
/content/talk/2021-rladies-jozi/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2021-rladies-jozi/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2021-rmd-params/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2021-rmd-params/featured.png
--------------------------------------------------------------------------------
/content/talk/2021-rstudio-global/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2021-rstudio-global/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2021-tidymodels-it/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2021-tidymodels-it/featured.jpg
--------------------------------------------------------------------------------
/content/talk/2022-canssi-happiest-nb/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2022-canssi-happiest-nb/featured.png
--------------------------------------------------------------------------------
/content/talk/2022-observable-happiest-nb/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2022-observable-happiest-nb/featured.png
--------------------------------------------------------------------------------
/content/talk/2022-rladies-cologne/featured.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2022-rladies-cologne/featured.jpeg
--------------------------------------------------------------------------------
/content/talk/2022-rug-mskcc/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2022-rug-mskcc/featured.png
--------------------------------------------------------------------------------
/content/talk/2022-useR-penguins/featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/content/talk/2022-useR-penguins/featured.png
--------------------------------------------------------------------------------
/data/ads/substack.yaml:
--------------------------------------------------------------------------------
1 | title: Stay tuned! Newsletter in progress...
2 | body: >
3 |
4 |
18 |
19 |
--------------------------------------------------------------------------------
/index.Rmd:
--------------------------------------------------------------------------------
1 | ---
2 | site: blogdown:::blogdown_site
3 | ---
4 |
--------------------------------------------------------------------------------
/layouts/partials/shared/sidebar-scaffold.html:
--------------------------------------------------------------------------------
1 | {{ $page := . }}
2 | {{ $section := $page.CurrentSection }}
3 | {{ $is_root := eq .CurrentSection .FirstSection }}
4 |
5 | {{ partial "shared/sidebar/sidebar-image.html" $page }}
6 |
7 |
8 | {{ partial "shared/sidebar/sidebar-header.html" $section }}
9 | {{ partial "shared/sidebar/sidebar-link.html" .Params.sidebar }}
10 |
11 |
12 | {{ partial "shared/sidebar/sidebar-adunit.html" .Params.sidebar }}
13 |
14 |
--------------------------------------------------------------------------------
/layouts/partials/shared/sidebar/sidebar-adunit.html:
--------------------------------------------------------------------------------
1 | {{ if .show_sidebar_adunit }}
2 |
3 | {{ range site.Data.ads }}
4 |
{{ .title }} {{ .body | markdownify }}
5 | {{ end }}
6 |
7 | {{ end }}
8 |
--------------------------------------------------------------------------------
/layouts/partials/shared/sidebar/sidebar-toc.html:
--------------------------------------------------------------------------------
1 | {{ $page := . }}
2 | {{ $headers := findRE "" $page.Content }}
3 | {{- $has_headers := ge (len $headers) 1 -}}
4 | {{- if $has_headers -}}
5 |
6 |
On this page {{ $page.TableOfContents | markdownify | emojify }}
7 |
8 | {{ end }}
9 |
--------------------------------------------------------------------------------
/layouts/shortcodes/alert.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ .Inner | markdownify | emojify }}
4 |
5 |
6 |
--------------------------------------------------------------------------------
/layouts/shortcodes/blogdown/postref.html:
--------------------------------------------------------------------------------
1 | {{ if eq (getenv "HUGO_BLOGDOWN_POST_RELREF") "true" }}{{ .Page.RelPermalink }}{{ else }}{{ .Page.Permalink }}{{ end }}
--------------------------------------------------------------------------------
/layouts/shortcodes/diagram.html:
--------------------------------------------------------------------------------
1 |
2 | {{- safeHTML .Inner -}}
3 |
--------------------------------------------------------------------------------
/layouts/shortcodes/fragment.html:
--------------------------------------------------------------------------------
1 |
2 | {{ .Inner }}
3 |
--------------------------------------------------------------------------------
/layouts/shortcodes/gdocs.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/layouts/shortcodes/hl.html:
--------------------------------------------------------------------------------
1 | {{ .Inner | markdownify | emojify }}
--------------------------------------------------------------------------------
/layouts/shortcodes/icon.html:
--------------------------------------------------------------------------------
1 | {{- if (.Get "name") -}}
2 | {{- $icon := .Get "name" -}}
3 | {{- $pack := or (.Get "pack") "fas" -}}
4 | {{- $pack_prefix := $pack -}}
5 | {{- if in (slice "fab" "fas" "far" "fal") $pack -}}
6 | {{- $pack_prefix = "fa" -}}
7 | {{- end -}}
8 | {{- $padding_right := (.Get "padding_right") | default 1 -}}{{/* Defaulting to 1 prevents no spacing when minimizing HTML. */}}
9 |
10 | {{- end -}}
--------------------------------------------------------------------------------
/layouts/shortcodes/list_categories.html:
--------------------------------------------------------------------------------
1 |
2 | {{ range site.Taxonomies.categories }}
3 | {{.Page.Title}}
4 | {{ end }}
5 |
--------------------------------------------------------------------------------
/layouts/shortcodes/list_tags.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/layouts/shortcodes/mention.html:
--------------------------------------------------------------------------------
1 | {{- $username := .Get 0 -}}
2 | {{- $username_url := $username | urlize -}}
3 | {{- $taxonomy := "authors" -}}
4 | {{- $profile_page := site.GetPage (printf "/%s/%s" $taxonomy $username_url) -}}
5 | {{- $name := $profile_page.Title | default ($username|markdownify) -}}
6 | {{- with $profile_page -}}
7 | {{$name}}
8 | {{- else -}}
9 | {{- $name -}}
10 | {{- end -}}
11 |
--------------------------------------------------------------------------------
/layouts/shortcodes/slide.html:
--------------------------------------------------------------------------------
1 | {{ $non_data_attributes := slice "id" "class" }}
2 |
7 |
--------------------------------------------------------------------------------
/layouts/shortcodes/speaker_note.html:
--------------------------------------------------------------------------------
1 |
2 | {{ .Inner | markdownify | emojify }}
3 |
--------------------------------------------------------------------------------
/layouts/shortcodes/spoiler.html:
--------------------------------------------------------------------------------
1 | {{- $id := printf "spoiler-%d" .Ordinal -}}
2 |
--------------------------------------------------------------------------------
/layouts/shortcodes/staticref.html:
--------------------------------------------------------------------------------
1 | {{ .Inner }}
--------------------------------------------------------------------------------
/layouts/shortcodes/toc.html:
--------------------------------------------------------------------------------
1 | {{ i18n "table_of_contents" }}
2 | {{ $.Page.TableOfContents }}
3 |
--------------------------------------------------------------------------------
/netlify.toml:
--------------------------------------------------------------------------------
1 | [build]
2 | publish = "public"
3 | command = "hugo"
4 |
5 | [build.environment]
6 | HUGO_VERSION = "0.126.1"
7 |
8 | [context.deploy-preview]
9 | command = "hugo -b $DEPLOY_PRIME_URL --buildFuture"
10 |
11 | [context.branch-deploy]
12 | command = "hugo -b $DEPLOY_PRIME_URL --buildFuture"
13 |
--------------------------------------------------------------------------------
/static/_redirects:
--------------------------------------------------------------------------------
1 | https://apreshill.rbind.io/* https://www.apreshill.com/:splat 301!
2 | http://apreshill.rbind.io/* https://www.apreshill.com/:splat 301!
3 | http://alison.rbind.io/* https://www.apreshill.com/:splat 301!
4 | https://alison.rbind.io/* https://www.apreshill.com/:splat 301!
5 | https://alison.rbind.io/projects/* https://www.apreshill.com/project/:splat 301!
6 | https://alison.rbind.io/talks/* https://www.apreshill.com/talk/:splat 301!
7 | https://alison.rbind.io/post/* https://www.apreshill.com/blog/:splat 301!
8 | http://apreshill.com/* https://www.apreshill.com/:splat 301!
9 | https://apreshill.com/* https://www.apreshill.com/:splat 301!
10 |
--------------------------------------------------------------------------------
/static/fonts/Inter-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/Inter-Bold.woff2
--------------------------------------------------------------------------------
/static/fonts/Inter-BoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/Inter-BoldItalic.woff2
--------------------------------------------------------------------------------
/static/fonts/Inter-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/Inter-Italic.woff2
--------------------------------------------------------------------------------
/static/fonts/Inter-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/Inter-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/NectoMono-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/NectoMono-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/NectoMono-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/NectoMono-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/open-sauce-one-latin-400-italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/open-sauce-one-latin-400-italic.woff
--------------------------------------------------------------------------------
/static/fonts/open-sauce-one-latin-400-italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/open-sauce-one-latin-400-italic.woff2
--------------------------------------------------------------------------------
/static/fonts/open-sauce-one-latin-400-normal.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/open-sauce-one-latin-400-normal.woff
--------------------------------------------------------------------------------
/static/fonts/open-sauce-one-latin-400-normal.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/fonts/open-sauce-one-latin-400-normal.woff2
--------------------------------------------------------------------------------
/static/img/avatar-circle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/avatar-circle.png
--------------------------------------------------------------------------------
/static/img/disney.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/disney.png
--------------------------------------------------------------------------------
/static/img/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/favicon.ico
--------------------------------------------------------------------------------
/static/img/headers/bats.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/bats.jpg
--------------------------------------------------------------------------------
/static/img/headers/bees.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/bees.jpg
--------------------------------------------------------------------------------
/static/img/headers/birds.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/birds.jpg
--------------------------------------------------------------------------------
/static/img/headers/daisy-gray.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/daisy-gray.jpg
--------------------------------------------------------------------------------
/static/img/headers/daisy-pink.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/daisy-pink.jpg
--------------------------------------------------------------------------------
/static/img/headers/daisy.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/daisy.jpg
--------------------------------------------------------------------------------
/static/img/headers/pheasants.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/pheasants.jpg
--------------------------------------------------------------------------------
/static/img/headers/pomegranate.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/pomegranate.jpg
--------------------------------------------------------------------------------
/static/img/headers/pomegranate2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/pomegranate2.jpg
--------------------------------------------------------------------------------
/static/img/headers/tulip.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/headers/tulip.jpg
--------------------------------------------------------------------------------
/static/img/penguin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/img/penguin.png
--------------------------------------------------------------------------------
/static/pdf/2004-false-memories.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2004-false-memories.pdf
--------------------------------------------------------------------------------
/static/pdf/2007-rja-in-sibs.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2007-rja-in-sibs.pdf
--------------------------------------------------------------------------------
/static/pdf/2011-gender-attitudes.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2011-gender-attitudes.pdf
--------------------------------------------------------------------------------
/static/pdf/2013-repetitive-speech-in-asd-sli.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2013-repetitive-speech-in-asd-sli.pdf
--------------------------------------------------------------------------------
/static/pdf/2014-aggression-in-asd.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2014-aggression-in-asd.pdf
--------------------------------------------------------------------------------
/static/pdf/2014-asd-epidemiology-in-practice.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2014-asd-epidemiology-in-practice.pdf
--------------------------------------------------------------------------------
/static/pdf/2014-handbook-chapter-text.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2014-handbook-chapter-text.pdf
--------------------------------------------------------------------------------
/static/pdf/2014-obesity-in-asd-oregon.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2014-obesity-in-asd-oregon.pdf
--------------------------------------------------------------------------------
/static/pdf/2015-memory-in-li-asd.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2015-memory-in-li-asd.pdf
--------------------------------------------------------------------------------
/static/pdf/2015-obesity-in-asd-multisite.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2015-obesity-in-asd-multisite.pdf
--------------------------------------------------------------------------------
/static/pdf/2015-translational-chapter-text.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2015-translational-chapter-text.pdf
--------------------------------------------------------------------------------
/static/pdf/2016-primer-chapter-text.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2016-primer-chapter-text.pdf
--------------------------------------------------------------------------------
/static/pdf/2016-uh-and-um-asd-sli.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2016-uh-and-um-asd-sli.pdf
--------------------------------------------------------------------------------
/static/pdf/2017-mazes-asd-sli.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2017-mazes-asd-sli.pdf
--------------------------------------------------------------------------------
/static/pdf/2019-sex-diffs.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/2019-sex-diffs.pdf
--------------------------------------------------------------------------------
/static/pdf/cv_2018-07-22.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/pdf/cv_2018-07-22.pdf
--------------------------------------------------------------------------------
/static/slides/header.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/slides/images/animated-blogdown.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/animated-blogdown.gif
--------------------------------------------------------------------------------
/static/slides/images/blogdown-package.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/blogdown-package.png
--------------------------------------------------------------------------------
/static/slides/images/color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/color.png
--------------------------------------------------------------------------------
/static/slides/images/edit1-outcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/edit1-outcome.png
--------------------------------------------------------------------------------
/static/slides/images/edit2-outcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/edit2-outcome.png
--------------------------------------------------------------------------------
/static/slides/images/edit4-outcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/edit4-outcome.png
--------------------------------------------------------------------------------
/static/slides/images/edit5-outcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/edit5-outcome.png
--------------------------------------------------------------------------------
/static/slides/images/edit6-outcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/edit6-outcome.png
--------------------------------------------------------------------------------
/static/slides/images/edit7-outcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/edit7-outcome.png
--------------------------------------------------------------------------------
/static/slides/images/edit8-outcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/edit8-outcome.png
--------------------------------------------------------------------------------
/static/slides/images/hello-hugo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/hello-hugo.png
--------------------------------------------------------------------------------
/static/slides/images/interact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/interact.png
--------------------------------------------------------------------------------
/static/slides/images/netlify-custom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/netlify-custom.png
--------------------------------------------------------------------------------
/static/slides/images/netlify-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/netlify-settings.png
--------------------------------------------------------------------------------
/static/slides/images/netlify-site-name.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/netlify-site-name.png
--------------------------------------------------------------------------------
/static/slides/images/rbind-request.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/rbind-request.png
--------------------------------------------------------------------------------
/static/slides/images/rladies-r-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/rladies-r-logo.png
--------------------------------------------------------------------------------
/static/slides/images/rladies-wide-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/rladies-wide-logo.png
--------------------------------------------------------------------------------
/static/slides/images/rstudio-project-options.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/rstudio-project-options.png
--------------------------------------------------------------------------------
/static/slides/images/rstudio-project-templates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/rstudio-project-templates.png
--------------------------------------------------------------------------------
/static/slides/images/workshop-bundle-edits.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/workshop-bundle-edits.png
--------------------------------------------------------------------------------
/static/slides/images/workshop-bundle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/workshop-bundle.png
--------------------------------------------------------------------------------
/static/slides/images/yihui-blog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/yihui-blog.png
--------------------------------------------------------------------------------
/static/slides/images/yihui-deploy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/yihui-deploy.png
--------------------------------------------------------------------------------
/static/slides/images/yihui-site.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/static/slides/images/yihui-site.png
--------------------------------------------------------------------------------
/static/slides/libs/dt-core/css/jquery.dataTables.extra.css:
--------------------------------------------------------------------------------
1 | /* Selected rows/cells */
2 | table.dataTable tr.selected td, table.dataTable td.selected {
3 | background-color: #b0bed9 !important;
4 | }
5 | /* In case of scrollX/Y or FixedHeader */
6 | .dataTables_scrollBody .dataTables_sizing {
7 | visibility: hidden;
8 | }
9 |
--------------------------------------------------------------------------------
/static/slides/libs/remark-css/rladies-fonts.css:
--------------------------------------------------------------------------------
1 | @import url(https://fonts.googleapis.com/css?family=Lato);
2 | @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
3 | @import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
4 |
5 | body { font-family: 'Lato', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; }
6 | h1, h2, h3 { font-family: 'Yanone Kaffeesatz'; }
7 | .remark-code, .remark-inline-code { font-family: 'Inconsolata', 'Lucida Console', Monaco, monospace; color: #88398A}
8 |
--------------------------------------------------------------------------------
/static/slides/libs/remark-css/rladies.css:
--------------------------------------------------------------------------------
1 | h1, h2, h3 {
2 | font-weight: normal;
3 | color: #562457;
4 | }
5 | a, a > code {
6 | color: #88398a;
7 | }
8 | .remark-code-line-highlighted { background-color: rgba(136, 57, 138, 0.3); }
9 |
10 | .inverse {
11 | background-color: #562457;
12 | }
13 | .inverse, .inverse h1, .inverse h2, .inverse h3, .inverse a, inverse a > code {
14 | color: #fff;
15 | }
16 |
--------------------------------------------------------------------------------
/themes/hugo-apero/.gitignore:
--------------------------------------------------------------------------------
1 | .Rproj.user
2 | .Rhistory
3 | .RData
4 | .Ruserdata
5 | .DS_Store
6 | exampleSite/public/
7 | exampleSite/resources/
8 | exampleSite/blogdown/
--------------------------------------------------------------------------------
/themes/hugo-apero/README.md:
--------------------------------------------------------------------------------
1 | # hugo-apero
--------------------------------------------------------------------------------
/themes/hugo-apero/archetypes/blog/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/archetypes/blog/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/archetypes/blog/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "{{ replace .Name "-" " " | title }}"
3 | subtitle: ""
4 | excerpt: ""
5 | date: {{ .Date }}
6 | author: ""
7 | draft: true
8 | series:
9 | tags:
10 | categories:
11 | layout: single # single or single-sidebar
12 | ---
13 |
--------------------------------------------------------------------------------
/themes/hugo-apero/archetypes/default.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {{ replace .Name "-" " " | title }}
3 | date: {{ .Date }}
4 | draft: true
5 | ---
6 |
--------------------------------------------------------------------------------
/themes/hugo-apero/archetypes/form.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {{ replace .Name "-" " " | title }}
3 | name: {{ replace .Name "-" " " | title }} Form
4 | description:
5 | date: {{ .Date }}
6 | draft: true
7 | url: {{ replace .Name "-" " " | lower }}
8 | type: form
9 | layout: split-right # split-right or split-left
10 | submit_button_label: Send
11 | show_social_links: true # specify social accounts in site config
12 | show_poweredby_formspree: true
13 | formspree_form_id: # your form's endpoint, see integration tab
14 | ---
15 |
--------------------------------------------------------------------------------
/themes/hugo-apero/archetypes/page.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "{{ replace .Name "-" " " | title }}"
3 | description:
4 | date: {{ .Date }}
5 | draft: false
6 | # layout options are standard (default) or wide-body
7 | layout: standard
8 | show_title_as_headline: false
9 | ---
10 |
--------------------------------------------------------------------------------
/themes/hugo-apero/archetypes/project/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/archetypes/project/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/archetypes/project/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "{{ replace .Name "-" " " | title }}"
3 | subtitle: ""
4 | excerpt: ""
5 | date: {{ .Date }}
6 | author: ""
7 | draft: true
8 | series:
9 | tags:
10 | categories:
11 | layout: single # single or single-sidebar
12 | links:
13 | - icon: door-open
14 | icon_pack: fas
15 | name: website
16 | url: /
17 | ---
18 |
--------------------------------------------------------------------------------
/themes/hugo-apero/archetypes/talk/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/archetypes/talk/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/archetypes/talk/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "{{ replace .Name "-" " " | title }}"
3 | subtitle: ""
4 | excerpt: ""
5 | date: {{ .Date }}
6 | date_end: {{ .Date }}
7 | author: ""
8 | location: "Online"
9 | draft: true
10 | series:
11 | tags:
12 | categories:
13 | layout: single # single or single-sidebar
14 | links:
15 | - icon: door-open
16 | icon_pack: fas
17 | name: website
18 | url: /
19 | ---
20 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/base.scss:
--------------------------------------------------------------------------------
1 | // color variables based on tachyons classes
2 | // set default color options
3 | $siteBgColor: "near-white" ;
4 | $sidebarBgColor: "light-gray" ;
5 | $textColor: "near-black" ;
6 | $sidebarTextColor: "dark-gray" ;
7 | $headlineColor: "black" ;
8 | $headingColor: "near-black" ;
9 | $bodyLinkColor: "blue" ;
10 | $navLinkColor: "near-black" ;
11 | $navBgColor: "near-black" ;
12 | $sidebarLinkColor: "near-black" ;
13 | $footerTextColor: "silver" ;
14 | $buttonTextColor: "near-white" ;
15 | $buttonBgColor: "black" ;
16 | $buttonHoverTextColor: "white" ;
17 | $buttonHoverBgColor: "blue" ;
18 | $borderColor: "moon-gray" ;
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/custom.scss:
--------------------------------------------------------------------------------
1 | // Override this file to add your own SCSS styling.
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/fontawesome-free-6.5.2-web/scss/_fixed-width.scss:
--------------------------------------------------------------------------------
1 | // fixed-width icons
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-fw {
5 | text-align: center;
6 | width: $fa-fw-width;
7 | }
8 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/fontawesome-free-6.5.2-web/scss/_icons.scss:
--------------------------------------------------------------------------------
1 | // specific icon class definition
2 | // -------------------------
3 |
4 | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
5 | readers do not read off random characters that represent icons */
6 |
7 | @each $name, $icon in $fa-icons {
8 | .#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
9 | }
10 |
11 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/fontawesome-free-6.5.2-web/scss/_list.scss:
--------------------------------------------------------------------------------
1 | // icons in a list
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-ul {
5 | list-style-type: none;
6 | margin-left: var(--#{$fa-css-prefix}-li-margin, #{$fa-li-margin});
7 | padding-left: 0;
8 |
9 | > li { position: relative; }
10 | }
11 |
12 | .#{$fa-css-prefix}-li {
13 | left: calc(var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}) * -1);
14 | position: absolute;
15 | text-align: center;
16 | width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width});
17 | line-height: inherit;
18 | }
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/fontawesome-free-6.5.2-web/scss/_rotated-flipped.scss:
--------------------------------------------------------------------------------
1 | // rotating + flipping icons
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-rotate-90 {
5 | transform: rotate(90deg);
6 | }
7 |
8 | .#{$fa-css-prefix}-rotate-180 {
9 | transform: rotate(180deg);
10 | }
11 |
12 | .#{$fa-css-prefix}-rotate-270 {
13 | transform: rotate(270deg);
14 | }
15 |
16 | .#{$fa-css-prefix}-flip-horizontal {
17 | transform: scale(-1, 1);
18 | }
19 |
20 | .#{$fa-css-prefix}-flip-vertical {
21 | transform: scale(1, -1);
22 | }
23 |
24 | .#{$fa-css-prefix}-flip-both,
25 | .#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {
26 | transform: scale(-1, -1);
27 | }
28 |
29 | .#{$fa-css-prefix}-rotate-by {
30 | transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0));
31 | }
32 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/fontawesome-free-6.5.2-web/scss/_screen-reader.scss:
--------------------------------------------------------------------------------
1 | // screen-reader utilities
2 | // -------------------------
3 |
4 | // only display content to screen readers
5 | .sr-only,
6 | .#{$fa-css-prefix}-sr-only {
7 | @include fa-sr-only;
8 | }
9 |
10 | // use in conjunction with .sr-only to only display content when it's focused
11 | .sr-only-focusable,
12 | .#{$fa-css-prefix}-sr-only-focusable {
13 | @include fa-sr-only-focusable;
14 | }
15 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/fontawesome-free-6.5.2-web/scss/_sizing.scss:
--------------------------------------------------------------------------------
1 | // sizing icons
2 | // -------------------------
3 |
4 | // literal magnification scale
5 | @for $i from 1 through 10 {
6 | .#{$fa-css-prefix}-#{$i}x {
7 | font-size: $i * 1em;
8 | }
9 | }
10 |
11 | // step-based scale (with alignment)
12 | @each $size, $value in $fa-sizes {
13 | .#{$fa-css-prefix}-#{$size} {
14 | @include fa-size($value);
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/fontawesome-free-6.5.2-web/scss/fontawesome.scss:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4 | * Copyright 2024 Fonticons, Inc.
5 | */
6 | // Font Awesome core compile (Web Fonts-based)
7 | // -------------------------
8 |
9 | @import 'functions';
10 | @import 'variables';
11 | @import 'mixins';
12 | @import 'core';
13 | @import 'sizing';
14 | @import 'fixed-width';
15 | @import 'list';
16 | @import 'bordered-pulled';
17 | @import 'animated';
18 | @import 'rotated-flipped';
19 | @import 'stacked';
20 | @import 'icons';
21 | @import 'screen-reader';
22 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/fontawesome-free-6.5.2-web/scss/v4-shims.scss:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4 | * Copyright 2024 Fonticons, Inc.
5 | */
6 | // V4 shims compile (Web Fonts-based)
7 | // -------------------------
8 |
9 | @import 'functions';
10 | @import 'variables';
11 | @import 'shims';
12 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/headroom.scss:
--------------------------------------------------------------------------------
1 | .headroom {
2 | will-change: transform;
3 | transition: transform 200ms linear;
4 | @extend .bg-#{$siteBgColor};
5 | opacity: 0.9;
6 | }
7 | .headroom--pinned {
8 | transform: translateY(0%);
9 | }
10 | .headroom--unpinned {
11 | transform: translateY(-100%);
12 | }
13 | .header--fixed {
14 | position: sticky;
15 | top: 0;
16 | }
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/hex-colors.scss:
--------------------------------------------------------------------------------
1 | // set custom hex colors
2 | $siteBgColorCustom: #e3e3da;
3 | $sidebarBgColorCustom: #dbdbd2;
4 | $textColorCustom: #666260;
5 | $sidebarTextColorCustom: #666260;
6 | $headlineColorCustom: #103742;
7 | $headingColorCustom: #103742;
8 | $bodyLinkColorCustom: #c4001a;
9 | $navLinkColorCustom: #c4001a;
10 | $sidebarLinkColorCustom: #c4001a;
11 | $footerTextColorCustom: #918f8d;
12 | $buttonTextColorCustom: #f7f7f4;
13 | $buttonHoverTextColorCustom: #f9f9f8;
14 | $buttonBgColorCustom: #103742;
15 | $buttonHoverBgColorCustom: #c4001a;
16 | $borderColorCustom: #c4beb9;
17 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/js/main.js:
--------------------------------------------------------------------------------
1 | // first import.
2 | import Headroom from 'js/headroom';
3 |
4 | document.addEventListener('DOMContentLoaded', function() {
5 | // grab the header element.
6 | const Header = document.querySelector("header");
7 |
8 | // construct an instance of Headroom, passing the header elemen.
9 | const headroom = new Headroom(Header, {
10 | offset: 0,
11 | tolerance: {
12 | up: 0,
13 | down: 0
14 | },
15 | classes: {
16 | initial: "header--fixed",
17 | top: "top",
18 | notTop: "not-top"
19 | }
20 | });
21 |
22 | // initialise
23 | headroom.init();
24 | });
25 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/jsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "compilerOptions": {
3 | "baseUrl": ".",
4 | "paths": {
5 | "*": [
6 | "*"
7 | ]
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/named-colors.scss:
--------------------------------------------------------------------------------
1 | // override colors to customize
2 | // basic color options: use only color names as shown in the
3 | // "Color Palette" section of http://tachyons.io/docs/themes/skins/
4 | $siteBgColor: "near-white" ;
5 | $sidebarBgColor: "light-gray" ;
6 | $textColor: "dark-gray" ;
7 | $sidebarTextColor: "mid-gray" ;
8 | $headlineColor: "dark-pink" ;
9 | $headingColor: "near-black" ;
10 | $bodyLinkColor: "blue" ;
11 | $navLinkColor: "near-black" ;
12 | $sidebarLinkColor: "near-black" ;
13 | $footerTextColor: "silver" ;
14 | $buttonTextColor: "near-white" ;
15 | $buttonBgColor: "black" ;
16 | $buttonHoverTextColor: "white" ;
17 | $buttonHoverBgColor: "blue" ;
18 | $borderColor: "moon-gray" ;
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_box-sizing.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | BOX SIZING
11 |
12 | */
13 |
14 | html,
15 | body,
16 | div,
17 | article,
18 | section,
19 | main,
20 | footer,
21 | header,
22 | form,
23 | fieldset,
24 | legend,
25 | pre,
26 | code,
27 | a,
28 | h1,h2,h3,h4,h5,h6,
29 | p,
30 | ul,
31 | ol,
32 | li,
33 | dl,
34 | dt,
35 | dd,
36 | textarea,
37 | table,
38 | td,
39 | th,
40 | tr,
41 | input[type="email"],
42 | input[type="number"],
43 | input[type="password"],
44 | input[type="tel"],
45 | input[type="text"],
46 | input[type="url"],
47 | .border-box {
48 | box-sizing: border-box;
49 | }
50 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_code.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | CODE
11 |
12 | */
13 |
14 | .pre {
15 | overflow-x: auto;
16 | overflow-y: hidden;
17 | overflow: scroll;
18 | }
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_debug-children.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | DEBUG CHILDREN
11 | Docs: http://tachyons.io/docs/debug/
12 |
13 | Just add the debug class to any element to see outlines on its
14 | children.
15 |
16 | */
17 |
18 | .debug * { outline: 1px solid gold; }
19 | .debug-white * { outline: 1px solid white; }
20 | .debug-black * { outline: 1px solid black; }
21 |
22 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_debug_children.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | DEBUG CHILDREN
11 |
12 | Just add the debug class to any element to see outlines on its
13 | children.
14 |
15 | */
16 |
17 | .debug * { outline: 1px solid gold; }
18 |
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_forms.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | FORMS
11 |
12 | */
13 |
14 | .input-reset {
15 | -webkit-appearance: none;
16 | -moz-appearance: none;
17 | }
18 |
19 | .button-reset::-moz-focus-inner,
20 | .input-reset::-moz-focus-inner {
21 | border: 0;
22 | padding: 0;
23 | }
24 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_gradients.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | GRADIENTS
11 |
12 |
13 | */
14 |
15 | .gradient-blue {
16 | background-image: linear-gradient(#4570B0, #0081C2);
17 | }
18 |
19 | .gradient-blue-reversed {
20 | background-image: linear-gradient(#0081C2, #4570B0);
21 | }
22 |
23 | .gradient-light-blue {
24 | background-image: linear-gradient(#76D3FE, #008AE0);
25 | }
26 |
27 | .gradient-light-blue-reversed {
28 | background-image: linear-gradient(#008AE0, #76D3FE);
29 | }
30 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_images.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | IMAGES
11 | Docs: http://tachyons.io/docs/elements/images/
12 |
13 | */
14 |
15 | /* Responsive images! */
16 |
17 | img { max-width: 100%; }
18 |
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_links.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | LINKS
11 | Docs: http://tachyons.io/docs/elements/links/
12 |
13 | */
14 |
15 | .link {
16 | text-decoration: none;
17 | transition: color .15s ease-in;
18 | }
19 |
20 | .link:link,
21 | .link:visited {
22 | transition: color .15s ease-in;
23 | }
24 | .link:hover {
25 | transition: color .15s ease-in;
26 | }
27 | .link:active {
28 | transition: color .15s ease-in;
29 | }
30 | .link:focus {
31 | transition: color .15s ease-in;
32 | outline: 1px dotted currentColor;
33 | }
34 |
35 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_lists.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | LISTS
11 | http://tachyons.io/docs/elements/lists/
12 |
13 | */
14 |
15 | .list { list-style-type: none; }
16 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_module-template.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | MODULE NAME
11 |
12 | Use this scaffolding to create or extend your own modules with tachyons
13 | style architecture.
14 |
15 | */
16 |
17 |
18 | @media #{$breakpoint-not-small} {
19 |
20 | }
21 |
22 | @media #{$breakpoint-medium} {
23 |
24 | }
25 |
26 | @media #{$breakpoint-large} {
27 |
28 | }
29 |
30 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_opacity.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | OPACITY
11 | Docs: http://tachyons.io/docs/themes/opacity/
12 |
13 | */
14 |
15 | .o-100 { opacity: 1; }
16 | .o-90 { opacity: .9; }
17 | .o-80 { opacity: .8; }
18 | .o-70 { opacity: .7; }
19 | .o-60 { opacity: .6; }
20 | .o-50 { opacity: .5; }
21 | .o-40 { opacity: .4; }
22 | .o-30 { opacity: .3; }
23 | .o-20 { opacity: .2; }
24 | .o-10 { opacity: .1; }
25 | .o-05 { opacity: .05; }
26 | .o-025 { opacity: .025; }
27 | .o-0 { opacity: 0; }
28 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/scss/_styles.scss:
--------------------------------------------------------------------------------
1 |
2 | // Converted Variables
3 |
4 |
5 | // Custom Media Query Variables
6 |
7 |
8 | /*
9 |
10 | STYLES
11 |
12 | Add custom styles here.
13 |
14 | */
15 |
16 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/earth.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #faf8f6;
4 | $sidebarBgColorCustom: #f1f1ec;
5 | $textColorCustom: #17261E;
6 | $sidebarTextColorCustom: #17261E;
7 | $headlineColorCustom: #2F4C3E;
8 | $headingColorCustom: #2b6649;
9 | $bodyLinkColorCustom: #2b6649;
10 | $navLinkColorCustom: #2F4C3E;
11 | $sidebarLinkColorCustom: #2F4C3E;
12 | $footerTextColorCustom: #666666;
13 | $buttonTextColorCustom: #faf8f6;
14 | $buttonHoverTextColorCustom: #faf8f6;
15 | $buttonBgColorCustom: #2b6649;
16 | $buttonHoverBgColorCustom: #2F4C3E;
17 | $borderColorCustom: #666666;
18 |
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/forest.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #F3F3EE;
4 | $sidebarBgColorCustom: #ffff;
5 | $textColorCustom: #17261E;
6 | $sidebarTextColorCustom: #1F3329;
7 |
8 | $headlineColorCustom: #2F4C3E;
9 | $headingColorCustom: #4A7862;
10 |
11 | $bodyLinkColorCustom: #4A7862;
12 | $navLinkColorCustom: #497860;
13 | $sidebarLinkColorCustom: #497961;
14 |
15 | $footerTextColorCustom: #4A7862;
16 |
17 | $buttonTextColorCustom: #FAF9F0;
18 | $buttonHoverTextColorCustom: #FAF9F0;
19 | $buttonBgColorCustom: #5D987B;
20 | $buttonHoverBgColorCustom: #558B71;
21 | $borderColorCustom: #DDDDCF;
22 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/grayscale.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #ffffff;
4 | $sidebarBgColorCustom: #F8F9FA;
5 | $textColorCustom: #666260;
6 | $sidebarTextColorCustom: #495057;
7 |
8 | $headlineColorCustom: #343A40;
9 | $headingColorCustom: #212529;
10 |
11 | $bodyLinkColorCustom: #6F777F;
12 | $navLinkColorCustom: #495057;
13 | $sidebarLinkColorCustom: #495057;
14 |
15 | $footerTextColorCustom: #6F777F;
16 |
17 | $buttonTextColorCustom: #F8F9FA;
18 | $buttonHoverTextColorCustom: #ffffff;
19 | $buttonBgColorCustom: #404040;
20 | $buttonHoverBgColorCustom: #121417;
21 | $borderColorCustom: #DEE2E6;
22 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/magma.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #121212;
4 | $sidebarBgColorCustom: #2c2c2c;
5 | $textColorCustom: #ffffff;
6 | $sidebarTextColorCustom: #ffcc66;
7 | $headlineColorCustom: #ffcc66;
8 | $headingColorCustom: #ff9933;
9 | $bodyLinkColorCustom: #ff9933;
10 | $navLinkColorCustom: #ff9933;
11 | $sidebarLinkColorCustom: #ffb44c;
12 | $footerTextColorCustom: #848484;
13 | $buttonTextColorCustom: #2c2c2c;
14 | $buttonHoverTextColorCustom: #2c2c2c;
15 | $buttonBgColorCustom: #ff9933;
16 | $buttonHoverBgColorCustom: #ffb44c;
17 | $borderColorCustom: #424242;
18 |
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/paper.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #FFFFFF;
4 | $sidebarBgColorCustom: #f9f9f9;
5 | $textColorCustom: #000000;
6 | $sidebarTextColorCustom: #212121;
7 | $headlineColorCustom: #000000;
8 | $headingColorCustom: #000000;
9 | $bodyLinkColorCustom: #000000;
10 | $navLinkColorCustom: #000000;
11 | $sidebarLinkColorCustom: #212121;
12 | $footerTextColorCustom: #666666;
13 | $buttonTextColorCustom: #FFFFFF;
14 | $buttonHoverTextColorCustom: #FFFFFF;
15 | $buttonBgColorCustom: #212121;
16 | $buttonHoverBgColorCustom: #000000;
17 | $borderColorCustom: #666666;
18 |
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/peach.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #fff7f5;
4 | $sidebarBgColorCustom: #FEF0EC;
5 | $textColorCustom: #3A0F03;
6 | $sidebarTextColorCustom: #220D07;
7 |
8 | $headlineColorCustom: #932210;
9 | $headingColorCustom: #ce3d15;
10 |
11 | $bodyLinkColorCustom: #BF4D31;
12 | $navLinkColorCustom: #C54B29;
13 | $sidebarLinkColorCustom: #741d06;
14 |
15 | $footerTextColorCustom: #747270;
16 |
17 | $buttonTextColorCustom: #FAF9F0;
18 | $buttonHoverTextColorCustom: #FAF9F0;
19 | $buttonBgColorCustom: #CE3D15;
20 | $buttonHoverBgColorCustom: #BC4524;
21 | $borderColorCustom: #FED0C3;
22 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/poppy.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #FAF9F0;
4 | $sidebarBgColorCustom: #F5F3E0;
5 | $textColorCustom: #220D07;
6 | $sidebarTextColorCustom: #220D07;
7 |
8 | $headlineColorCustom: #d35836f7;
9 | $headingColorCustom: #BB4625;
10 |
11 | $bodyLinkColorCustom: #BC4524;
12 | $navLinkColorCustom: #BC4524;
13 | $sidebarLinkColorCustom: #BC4524;
14 |
15 | $footerTextColorCustom: #676565;
16 |
17 | $buttonTextColorCustom: #FAF9F0;
18 | $buttonHoverTextColorCustom: #FAF9F0;
19 | $buttonBgColorCustom: #E07A5F;
20 | $buttonHoverBgColorCustom: #BC4524;
21 | $borderColorCustom: #F0EDD1;
22 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/primer.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #0d1117;
4 | $sidebarBgColorCustom: #171c22;
5 | $textColorCustom: #c9d1d9;
6 | $sidebarTextColorCustom: #f0f6fc;
7 | $headlineColorCustom: #8b949e;
8 | $headingColorCustom: #c9d1d9;
9 | $bodyLinkColorCustom: #58a6ff;
10 | $navLinkColorCustom: #ffffff;
11 | $sidebarLinkColorCustom: #58a6ff;
12 | $footerTextColorCustom: #8b949e;
13 | $buttonTextColorCustom: #ffffff;
14 | $buttonHoverTextColorCustom: #FFFFFF;
15 | $buttonBgColorCustom: #238636;
16 | $buttonHoverBgColorCustom: #3fb950;
17 | $borderColorCustom: #30363d;
18 |
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/sky.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #f2f2f1;
4 | $sidebarBgColorCustom: #FFFFFF;
5 | $textColorCustom: #404040;
6 | $sidebarTextColorCustom: #2c2857;
7 | $headlineColorCustom: #516DB0;
8 | $headingColorCustom: #516DB0;
9 | $bodyLinkColorCustom: #2c2857;
10 | $navLinkColorCustom: #516DB0;
11 | $sidebarLinkColorCustom: #2c2857;
12 | $footerTextColorCustom: #706E6C;
13 | $buttonTextColorCustom: #FFFFFF;
14 | $buttonHoverTextColorCustom: #FFFFFF;
15 | $buttonBgColorCustom: #516DB0;
16 | $buttonHoverBgColorCustom: #2c2857;
17 | $borderColorCustom: #B4C0DD;
18 |
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/violet.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #FCEEF1;
4 | $sidebarBgColorCustom: #fff;
5 | $textColorCustom: #22071E;
6 | $sidebarTextColorCustom: #77186A;
7 |
8 | $headlineColorCustom: #77186A;
9 | $headingColorCustom: #44074B;
10 |
11 | $bodyLinkColorCustom: #627354;
12 | $navLinkColorCustom: #77186A;
13 | $sidebarLinkColorCustom: #637354;
14 |
15 | $footerTextColorCustom: #706E6C;
16 |
17 | $buttonTextColorCustom: #F7F7F4;
18 | $buttonHoverTextColorCustom: #F9F9F8;
19 |
20 | $buttonBgColorCustom: #899D78;
21 | $buttonHoverBgColorCustom: #6F825E;
22 |
23 | $borderColorCustom: #F9DCE3;
24 |
--------------------------------------------------------------------------------
/themes/hugo-apero/assets/theme/water.scss:
--------------------------------------------------------------------------------
1 |
2 | // set your custom colors here
3 | $siteBgColorCustom: #E3F0EE;
4 | $sidebarBgColorCustom: #fff;
5 | $textColorCustom: #2C2C2C;
6 | $sidebarTextColorCustom: #22404C;
7 | $headlineColorCustom: #22404C;
8 | $headingColorCustom: #22404C;
9 | $bodyLinkColorCustom: #107685;
10 | $navLinkColorCustom: #2C2C2C;
11 | $sidebarLinkColorCustom: #2c2857;
12 | $footerTextColorCustom: #2C2C2C;
13 | $buttonTextColorCustom: #fff;
14 | $buttonHoverTextColorCustom: #fff;
15 | $buttonBgColorCustom: #107685;
16 | $buttonHoverBgColorCustom: #14303C;
17 | $borderColorCustom: #76B0B9;
18 |
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/about/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "About"
3 | description: |
4 | A website template for Hugo developed by RStudio & Formspree and available for free.
5 | show_header: true
6 | sidebar_left: false
7 | # Keep this! Do not edit.
8 | cascade:
9 | headless: false
10 | ---
11 |
12 | ** index doesn't contain a body, just front matter above.
13 | See the header / main / sidebar folders to edit the index.md files **
14 |
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/about/header/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | ## Configure header of page
3 | text_align_right: false
4 | show_title_as_headline: false
5 | headline: |
6 | Hi, my name is Hugo Apéro. Nice to meet you.
7 | ---
8 |
9 |
10 | I'm a Hugo theme you'll want to hang out with. :fr:
11 |
12 | The page you are reading is based on a markdown file- look in `content/about/` to edit. There, look inside the `header`, `main`, and `sidebar` folders to get started building your own "about" page.
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/about/sidebar/audio.m4a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/about/sidebar/audio.m4a
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/about/sidebar/avatar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/about/sidebar/avatar.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/about/sidebar/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | ## Configure sidebar content in narrow column
3 | author: "Hugo Apéro"
4 | role: "A Hugo theme"
5 | avatar_shape: rounded # circle, square, rounded, leave blank to exclude
6 | show_social_links: true # specify social accounts in site config
7 | audio_link_label: "How to say my name" # leave blank to exclude
8 | link_list_label: "Interests" # bookmarks, elsewhere, etc.
9 | link_list:
10 | - name: Paris
11 | url: https://en.wikipedia.org/wiki/Paris
12 | - name: Pastries
13 | url: https://en.wikipedia.org/wiki/Pastry
14 | - name: People
15 | url: https://en.wikipedia.org/wiki/People
16 | ---
17 |
18 | ** index doesn't contain a body, just front matter above.
19 | See about/list.html in the layouts folder **
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/built-in-contact-form/built-in-contact-form-featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/built-in-contact-form/built-in-contact-form-featured.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/built-in-contact-form/built-in-contact-form-screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/built-in-contact-form/built-in-contact-form-screenshot.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/built-in-contact-form/formspree-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/built-in-contact-form/formspree-logo.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/color-themes/color-featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/color-themes/color-featured.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/color-themes/peach.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/color-themes/peach.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/color-themes/tachyons-logo-script.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/color-themes/tachyons-logo-script.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/css-grid-scaffold/css-grid-cover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/css-grid-scaffold/css-grid-cover.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/css-grid-scaffold/css-grid-featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/css-grid-scaffold/css-grid-featured.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/evergreen/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/evergreen/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/fonts/font-assets-css.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/fonts/font-assets-css.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/fonts/font-config.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/fonts/font-config.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/fonts/font-static-files.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/fonts/font-static-files.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/fonts/fonts-featured.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/fonts/fonts-featured.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/fonts/hachi-font.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/fonts/hachi-font.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/fonts/isaac-font.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/fonts/isaac-font.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/fonts/system-font.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/fonts/system-font.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/fonts/tachyons-logo-script.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/fonts/tachyons-logo-script.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/rmarkdown/index.Rmarkdown:
--------------------------------------------------------------------------------
1 | ---
2 | title: "An Rmarkdown post"
3 | subtitle: ""
4 | excerpt: "testing the excerpt field"
5 | date: 2020-12-30
6 | author: "Alison Hill"
7 | draft: false
8 | images:
9 | series:
10 | tags:
11 | categories:
12 | layout: single
13 | ---
14 |
15 |
16 | ## Air quality
17 |
18 | ```{r}
19 | with(airquality, boxplot(Temp ~ Month))
20 | ```
21 |
22 |
23 | ```{r}
24 | with(airquality, plot(Ozone ~ Temp))
25 | ```
26 |
27 | ```{r}
28 | mlev <- levels(with(airquality, as.factor(Month)))
29 | with(airquality, plot(Ozone ~ Temp,
30 | pch = as.numeric(mlev),
31 | col = mlev))
32 | ```
33 |
34 |
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/rmarkdown/index_files/figure-html/unnamed-chunk-1-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/rmarkdown/index_files/figure-html/unnamed-chunk-1-1.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/rmarkdown/index_files/figure-html/unnamed-chunk-2-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/rmarkdown/index_files/figure-html/unnamed-chunk-2-1.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/rmarkdown/index_files/figure-html/unnamed-chunk-3-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/rmarkdown/index_files/figure-html/unnamed-chunk-3-1.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/seedling/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/seedling/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/sidebar-listing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/sidebar-listing.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/social/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/social/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/spoonful-series/01-spoonful.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "A first post"
3 | weight: 1
4 | subtitle: ""
5 | excerpt: "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."
6 | date: 2021-01-01
7 | draft: false
8 | ---
9 |
10 | {{< here >}}
11 |
12 |
13 | ## does this work?
14 |
15 | ### or this?
16 |
17 | ---
18 |
19 | Let's start.
20 |
21 | ## beginning
22 |
23 | ## middle
24 |
25 | ## end
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/spoonful-series/02-spoonful/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "A second post"
3 | weight: 2
4 | subtitle: ""
5 | excerpt: "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."
6 | date: 2021-01-02
7 | draft: false
8 | ---
9 |
10 | {{< here >}}
11 |
12 |
13 | ## part 2!
14 |
15 | ### does this work?
16 |
17 | ---
18 |
19 | ## now for some very cool things
20 |
21 | ## more
22 |
23 | ## get ready!
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/spoonful-series/02-spoonful/sidebar-inverse.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/spoonful-series/02-spoonful/sidebar-inverse.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/spoonful-series/03-spoonful/featured-photo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/spoonful-series/03-spoonful/featured-photo.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/spoonful-series/03-spoonful/index.Rmarkdown:
--------------------------------------------------------------------------------
1 | ---
2 | title: "A third post"
3 | weight: 3
4 | subtitle: ""
5 | excerpt: "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."
6 | date: 2021-01-03
7 | draft: false
8 | ---
9 |
10 | {{< here >}}
11 |
12 |
13 | ## are you still here?
14 |
15 | ### does this work?
16 |
17 | ---
18 |
19 | ## final stretch!
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/spoonful-series/03-spoonful/index.markdown:
--------------------------------------------------------------------------------
1 | ---
2 | title: "A third post"
3 | weight: 3
4 | subtitle: ""
5 | excerpt: "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."
6 | date: 2021-01-03
7 | draft: false
8 | ---
9 |
10 | {{< here >}}
11 |
12 |
13 | ## are you still here?
14 |
15 | ### does this work?
16 |
17 | ---
18 |
19 | ## final stretch!
20 |
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/blog/spoonful-series/sidebar-featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/blog/spoonful-series/sidebar-featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/day01/03-distill/rproj-diff.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/collection/day01/03-distill/rproj-diff.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/day01/03-distill/rproj-git.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/collection/day01/03-distill/rproj-git.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/day01/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Day 01"
3 | # list or single layouts are possible
4 | layout: single-series # list, list-sidebar, single-series
5 | show_post_thumbnail: true
6 | weight: 2
7 | publishDate: 2021-01-22
8 | date: 2021-01-25
9 | subtitle: "All about Day 01 of 'Introduce Yourself Online'."
10 | description: |
11 | Our first day together is all about building and publishing.
12 | excerpt:
13 | author: Alison Hill
14 | show_post_thumbnail: true
15 | show_author_byline: false
16 | show_post_date: false
17 | ---
18 |
19 | If you choose `layout: single-series`, you can add markdown text here and it will be the landing page for this nested subsection.
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/day01/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/collection/day01/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/day02/01-netlify/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Netlify"
3 | weight: 1
4 | subtitle: "Using Netlify to deploy."
5 | excerpt: "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."
6 | date: 2021-01-02
7 | draft: false
8 | ---
9 |
10 |
11 | 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.
12 |
13 | ## Pre-requisites
14 |
15 | Pick either your postcards site, or your distill site from day 01. Refresh your memory- which repository was it again?
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/day02/03-blogdown/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Warm woolen mittens"
3 | layout: single-series
4 | weight: 3
5 | subtitle: ""
6 | excerpt: "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."
7 | date: 2021-01-02
8 | draft: false
9 | ---
10 |
11 | {{< here >}}
12 |
13 |
14 | ## part 2!
15 |
16 | ### does this work?
17 |
18 | ---
19 |
20 | ## now for some very cool things
21 |
22 | ## more
23 |
24 | ## get ready!
25 |
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/day02/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Day 02"
3 | # list or single layouts are possible
4 | layout: single-series # list, list-sidebar, single-series
5 | show_post_thumbnail: true
6 | weight: 3
7 | publishDate: 2021-01-22
8 | date: 2021-01-26
9 | subtitle: "All about Day 02 of 'Introduce Yourself Online'."
10 | description: |
11 | day two
12 | excerpt:
13 | author: Alison Hill
14 | show_post_thumbnail: true
15 | show_author_byline: false
16 | show_post_date: false
17 | ---
18 |
19 | If you choose `layout: single-series`, you can add markdown text here and it will be the landing page for this nested subsection.
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/day02/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/collection/day02/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/featured-sidebar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/collection/featured-sidebar.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/collection/prework/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/collection/prework/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/license.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "License"
3 | description: The "kitchen sink," if you will ... a page showing examples of type and page elements included in this template.
4 | draft: false
5 | # layout options are standard (default) or wide-body
6 | layout: standard
7 | show_title_as_headline: true
8 | ---
9 |
10 | My [blog posts](/post/) are released under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/bakeoff/built-in-contact-form-screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/bakeoff/built-in-contact-form-screenshot.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/bakeoff/built-in-contact-form-thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/bakeoff/built-in-contact-form-thumbnail.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/bakeoff/featured-hex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/bakeoff/featured-hex.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/bakeoff/formspree-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/bakeoff/formspree-logo.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/giraffes/featured-hex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/giraffes/featured-hex.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/giraffes/tachyons-logo-script.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/giraffes/tachyons-logo-script.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/giraffes/tachyons-thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/giraffes/tachyons-thumbnail.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/penguins/css-grid-cover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/penguins/css-grid-cover.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/penguins/css-grid-thumbnail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/penguins/css-grid-thumbnail.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/penguins/featured-hex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/penguins/featured-hex.png
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/project/sidebar-listing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/project/sidebar-listing.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/talk/campfire/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/talk/campfire/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/talk/second-seedling/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/talk/second-seedling/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/talk/second-seedling/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "A seedling"
3 | subtitle: "Testing"
4 | excerpt: "Yet another idea"
5 | date: 2021-01-01T14:15:59-06:00
6 | date_end: "2021-01-01T14:45:59-06:00"
7 | author: "Alison Hill"
8 | location: "Online"
9 | draft: false
10 | # layout options: single, single-sidebar
11 | layout: single
12 | categories:
13 | - meetup
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/talk/seedling/featured.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/talk/seedling/featured.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/talk/seedling/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "A seedling"
3 | subtitle: "Testing"
4 | excerpt: "Another idea"
5 | date: 2020-01-13T14:15:59-06:00
6 | date_end: "2020-01-15T14:45:59-06:00"
7 | author: "Alison Hill"
8 | location: "Online"
9 | draft: false
10 | # layout options: single, single-sidebar
11 | layout: single
12 | categories:
13 | - meetup
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/content/talk/sidebar-listing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/exampleSite/content/talk/sidebar-listing.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/data/ads/formspree.yaml:
--------------------------------------------------------------------------------
1 | title: Made by Formspree
2 | body: >
3 | Formspree is a form backend, API and email
4 | service for HTML forms . It is the simplest way to collect form submissions on your static website.
5 |
--------------------------------------------------------------------------------
/themes/hugo-apero/exampleSite/layouts/shortcodes/blogdown/postref.html:
--------------------------------------------------------------------------------
1 | {{ if eq (getenv "HUGO_BLOGDOWN_POST_RELREF") "true" }}{{ .Page.RelPermalink }}{{ else }}{{ .Page.Permalink }}{{ end }}
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/404.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 | 404
5 | Page not found
6 |
7 |
8 | {{ end }}
9 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/_default/_markup/render-link.html:
--------------------------------------------------------------------------------
1 | {{/* A Hugo Markdown render hook to parse links, opening external links in new tabs. */}}
2 | {{ .Text | safeHTML }}
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/_default/baseof.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{- partial "head.html" . -}}
4 |
5 |
6 | {{- block "header" . }}{{- partial "header.html" . -}}{{- end }}
7 | {{- block "main" . }}{{- end }}
8 | {{- block "footer" . }}{{- partial "footer.html" . -}}{{- end }}
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/blog/list-sidebar.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 | {{ $caller := . }}
3 |
4 |
5 | {{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "blog").ByDate.Reverse }}
6 | {{ range $paginator.Pages }}
7 | {{ .Scratch.Set "$root" $caller }}
8 | {{ partial "shared/summary" . }}
9 | {{ end }}
10 | {{ partial "shared/list-pagination.html" . }}
11 |
12 |
13 |
16 | {{ end }}
17 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/form/split-left.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 |
5 |
6 | {{ partial "shared/contact-form.html" . }}
7 |
8 |
9 |
{{ .Title }}
10 |
{{ .Description | markdownify }}
11 | {{ if .Params.show_social_links }}
12 |
13 | {{ partial "shared/social-links.html" . }}
14 |
15 | {{ end }}
16 |
17 |
18 |
19 |
20 | {{ end }}
21 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/form/split-right.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 |
5 |
6 |
{{ .Title }}
7 |
{{ .Description | markdownify }}
8 | {{ if .Params.show_social_links }}
9 |
10 | {{ partial "shared/social-links.html" . }}
11 |
12 | {{ end }}
13 |
14 |
15 | {{ partial "shared/contact-form.html" . }}
16 |
17 |
18 |
19 |
20 | {{ end }}
21 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/page/standard.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 | {{ if .Params.show_title_as_headline }}{{ .Title }} {{ end }}
5 | {{ .Content }}
6 |
7 |
8 | {{ end }}
9 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/page/wide-body.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 | {{ if .Params.show_title_as_headline }}{{ .Title }} {{ end }}
5 | {{ .Content }}
6 |
7 |
8 | {{ end }}
9 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/about-links.html:
--------------------------------------------------------------------------------
1 | {{ range .Params.link_list }}
2 | {{ $link := .url }}
3 | {{ $scheme := (urls.Parse $link).Scheme }}
4 | {{ $target := "" }}
5 | {{ if not $scheme }}
6 | {{ $link = .url | relLangURL }}
7 | {{ else if in (slice "http" "https") $scheme }}
8 | {{ $target = "target=\"_blank\" rel=\"noopener\"" }}
9 | {{ end }}
10 |
11 | {{ .name }}
12 |
13 | {{ end }}
14 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/attribution.html:
--------------------------------------------------------------------------------
1 |
2 | Based on Blogophonic by Formspree .
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/breadcrumb.html:
--------------------------------------------------------------------------------
1 |
2 | {{ template "breadcrumb" dict "currentPage" .Page "id" .File.UniqueID }}
3 |
4 |
5 |
6 | {{ define "breadcrumb" }}
7 | {{ if .currentPage.Parent }}
8 | {{ if ne .currentPage.Parent .IsHome }}
9 | {{ template "breadcrumb" dict "currentPage" .currentPage.Parent }}
10 | {{ end }}
11 | {{ if eq .id .currentPage.File.UniqueID }}
12 | {{ .currentPage.Title }}
13 | {{ else }}
14 | {{ .currentPage.Title }}
15 | >
16 | {{ end }}
17 | {{ end }}
18 | {{ end }}
19 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/btn-links.html:
--------------------------------------------------------------------------------
1 | {{ range .Params.links }}
2 | {{ $pack := or .icon_pack "fas" }}
3 | {{ $pack_prefix := $pack }}
4 | {{ if in (slice "fab" "fas" "far" "fal") $pack }}
5 | {{ $pack_prefix = "fa" }}
6 | {{ end }}
7 | {{ $link := .url }}
8 | {{ $scheme := (urls.Parse $link).Scheme }}
9 | {{ $target := "" }}
10 | {{ if not $scheme }}
11 | {{ $link = .url | relLangURL }}
12 | {{ else if in (slice "http" "https") $scheme }}
13 | {{ $target = "target=\"_blank\" rel=\"noopener\"" }}
14 | {{ end }}
15 | {{ with .icon }} {{ end }}{{ .name }}
16 | {{ end }}
17 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/math-render-katex.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/math-render-mathjax.html:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/post-pagination.html:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/sidebar-scaffold.html:
--------------------------------------------------------------------------------
1 | {{ $page := . }}
2 | {{ $section := $page.CurrentSection }}
3 | {{ $is_root := eq .CurrentSection .FirstSection }}
4 |
5 | {{ partial "shared/sidebar/sidebar-image.html" $page }}
6 |
7 |
8 | {{ partial "shared/sidebar/sidebar-header.html" $section }}
9 | {{ partial "shared/sidebar/sidebar-link.html" .Params.sidebar }}
10 |
11 |
12 | {{ partial "shared/sidebar/sidebar-adunit.html" .Params.sidebar }}
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/sidebar/sidebar-adunit.html:
--------------------------------------------------------------------------------
1 | {{ if .show_sidebar_adunit }}
2 |
3 | {{ range site.Data.ads }}
4 |
{{ .title }} {{ .body | markdownify }}
5 | {{ end }}
6 |
7 | {{ end }}
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/sidebar/sidebar-header.html:
--------------------------------------------------------------------------------
1 |
2 | {{ with .Params.sidebar }}
3 | {{ with .title }}{{ . | markdownify }} {{ end }}
4 | {{ with .description }}{{ . | markdownify }}
{{ end }}
5 | {{ with .author }}Written by {{ . | markdownify }}
{{ end }}
6 | {{ end }}
7 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/sidebar/sidebar-link.html:
--------------------------------------------------------------------------------
1 | {{ if or .text_link_label .categories_link .series_link .tags_link }}
2 |
3 | {{ if .text_link_label }}
4 |
{{ .text_link_label }}
5 | {{ end }}
6 | {{ if .categories_link }}
7 |
Categories
8 | {{ end }}
9 | {{ if .series_link }}
10 |
Series
11 | {{ end }}
12 | {{ if .tags_link }}
13 |
Tags
14 | {{ end }}
15 |
16 | {{ end }}
17 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/partials/shared/time-range.html:
--------------------------------------------------------------------------------
1 | {{ $start := time .Date }}
2 | {{ $stop := "" }}
3 | {{ $time_format := "3:04 PM" }}
4 |
5 | {{ with .Params.date_end }}
6 | {{ $stop := time . }}
7 | {{ if and (eq (time $start).Hour (time $stop).Hour) (eq (time $start).Minute (time $stop).Minute) }}
8 | {{ (time $start).Format $time_format }}
9 | {{ else }}
10 | {{ (time $start).Format $time_format }} – {{ (time $stop).Format $time_format }}
11 | {{ end }}
12 | {{ else }}
13 | {{ (time $start).Format $time_format }}
14 | {{ end }}
15 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/project/list-sidebar.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 | {{ $caller := . }}
3 |
4 |
5 | {{ $pages := (where .RegularPagesRecursive "Type" "project") }}
6 | {{ range $pages }}
7 | {{ .Scratch.Set "$root" $caller }}
8 | {{ partial "shared/summary" . }}
9 | {{ end }}
10 |
11 |
12 |
15 | {{ end }}
16 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/shortcodes/panel.html:
--------------------------------------------------------------------------------
1 |
2 |
{{ .Get "name" | markdownify | emojify }}
3 |
4 | {{ with .Inner }}
{{ . | markdownify | emojify }}
{{ end }}
5 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/shortcodes/panelset.html:
--------------------------------------------------------------------------------
1 |
2 | {{ .Inner }}
3 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/taxonomy/taxonomy.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 | {{ $caller := . }}
3 |
4 |
5 | {{ .Title }}
6 | {{ .Description | markdownify }}
7 |
8 |
9 | {{ range .Pages.ByDate.Reverse }}
10 | {{ .Scratch.Set "$root" $caller }}
11 | {{ partial "shared/summary" . }}
12 | {{ end }}
13 |
14 |
15 | {{ end }}
16 |
--------------------------------------------------------------------------------
/themes/hugo-apero/layouts/taxonomy/term.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 | {{ $caller := . }}
3 |
4 |
5 | {{ .Title }}
6 | {{ .Description | markdownify }}
7 |
8 |
9 | {{ range .RegularPages.ByDate.Reverse }}
10 | {{ .Scratch.Set "$root" $caller }}
11 | {{ partial "shared/summary" . }}
12 | {{ end }}
13 |
14 |
15 | {{ end }}
16 |
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Bold-102.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Bold-102.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Bold-102a.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Bold-102a.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-BoldItalic-102.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-BoldItalic-102.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-BoldItalic-102a.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-BoldItalic-102a.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Italic-102.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Italic-102.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Italic-102a.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Italic-102a.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Regular-102.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Regular-102.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Regular-102a.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Atkinson-Hyperlegible-Regular-102a.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Commissioner-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Commissioner-Light.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Commissioner-LightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Commissioner-LightItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Commissioner-Thin.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Commissioner-Thin.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Commissioner-ThinItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Commissioner-ThinItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-Black.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-Black.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-BlackItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-BlackItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-Bold.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-BoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-BoldItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-Italic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-Light.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-LightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-LightItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-Regular.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-SemiBold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-SemiBold.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-SemiBoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-SemiBoldItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-Thin.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-Thin.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9pt-ThinItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9pt-ThinItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Black.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Black.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-BlackItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-BlackItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Bold.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-BoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-BoldItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Italic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Light.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-LightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-LightItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Regular.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-SemiBold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-SemiBold.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-SemiBoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-SemiBoldItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Thin.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-Thin.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSoft-ThinItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSoft-ThinItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Black.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Black.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-BlackItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-BlackItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Bold.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-BoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-BoldItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Italic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Light.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-LightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-LightItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Regular.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-SemiBold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-SemiBold.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-SemiBoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-SemiBoldItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Thin.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-Thin.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-ThinItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Fraunces9ptSuperSoft-ThinItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Metropolis-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Metropolis-Light.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Metropolis-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Metropolis-Light.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Metropolis-LightItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Metropolis-LightItalic.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/Metropolis-LightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/Metropolis-LightItalic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/bitter-v16-latin-300.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/bitter-v16-latin-300.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/bitter-v16-latin-300.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/bitter-v16-latin-300.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/bitter-v16-latin-300italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/bitter-v16-latin-300italic.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/bitter-v16-latin-300italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/bitter-v16-latin-300italic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-600.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-600.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-600.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-600.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-600italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-600italic.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-600italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-600italic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-italic.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-italic.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-regular.woff
--------------------------------------------------------------------------------
/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/fonts/eb-garamond-v14-latin-regular.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/arbre.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/arbre.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/avatar-right.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/avatar-right.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/avatar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/avatar.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/barbier.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/barbier.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/blogophonic-mark-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/blogophonic-mark-dark.png
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/favicon.ico
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/papillons.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/papillons.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/revoir.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/revoir.jpg
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/screenshot.png
--------------------------------------------------------------------------------
/themes/hugo-apero/static/img/unicorn-megaphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/img/unicorn-megaphone.png
--------------------------------------------------------------------------------
/themes/hugo-apero/static/webfonts/fa-brands-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/webfonts/fa-brands-400.ttf
--------------------------------------------------------------------------------
/themes/hugo-apero/static/webfonts/fa-brands-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/webfonts/fa-brands-400.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/webfonts/fa-regular-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/webfonts/fa-regular-400.ttf
--------------------------------------------------------------------------------
/themes/hugo-apero/static/webfonts/fa-regular-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/webfonts/fa-regular-400.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/webfonts/fa-solid-900.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/webfonts/fa-solid-900.ttf
--------------------------------------------------------------------------------
/themes/hugo-apero/static/webfonts/fa-solid-900.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/webfonts/fa-solid-900.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/static/webfonts/fa-v4compatibility.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/webfonts/fa-v4compatibility.ttf
--------------------------------------------------------------------------------
/themes/hugo-apero/static/webfonts/fa-v4compatibility.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbind/apreshill/ec6cca6415def9dd0a8c4b9446db1d1ae0f12fe8/themes/hugo-apero/static/webfonts/fa-v4compatibility.woff2
--------------------------------------------------------------------------------
/themes/hugo-apero/theme.toml:
--------------------------------------------------------------------------------
1 | name = "Apéro"
2 | license = "CC-BY-4.0"
3 | licenselink = "https://github.com/hugo-apero/hugo-apero/blob/master/LICENSE.md"
4 | description = "A Hugo theme you'll want to hang out with."
5 | homepage = "https://hugo-apero.netlify.app"
6 | tags = ["blog", "personal", "portfolio", "responsive", "customizable"]
7 | features = ["blog", "projects", "talks", "events", "collections", "contact form"]
8 | min_version = "0.79.0"
9 |
10 | # If the theme has a single author
11 | [author]
12 | name = "Alison Hill"
13 | homepage = "https://alison.rbind.io"
14 |
15 | # If porting an existing theme
16 | [original]
17 | author = "Formspree"
18 | homepage = "https://blogophonic-hugo.netlify.app/"
19 | repo = "https://github.com/formspree/blogophonic-hugo"
--------------------------------------------------------------------------------