├── .github ├── .gitignore └── workflows │ ├── build_site.yml │ └── readme.yml ├── .gitignore ├── DESCRIPTION ├── R └── functions.R ├── README.Rmd ├── README.md ├── _footer.html ├── _includes └── utterances.html ├── _posts ├── 2020-07-31-building-a-blog-with-distill │ ├── Screen Shot 2020-07-28 at 8.11.03 AM.png │ ├── Screen Shot 2020-08-01 at 9.44.25 AM.png │ ├── add-demo-repo.png │ ├── building-a-blog-with-distill.Rmd │ ├── building-a-blog-with-distill.html │ ├── building-a-blog-with-distill_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.7 │ │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ ├── create-new-site.png │ ├── git.png │ ├── inital-commit.png │ ├── modern.jpeg │ ├── netlify-new-site.png │ ├── netlify-publish-dir.png │ ├── preview-site.png │ ├── publish-directory.png │ ├── save-repos.png │ └── site-deployed.png ├── 2020-12-12-tricks-blogdown-to-distill │ ├── blogdown_distill.drawio │ ├── blogdown_distill.png │ ├── tricks-blogdown-to-distill.Rmd │ ├── tricks-blogdown-to-distill.html │ └── tricks-blogdown-to-distill_files │ │ ├── anchor-4.2.2 │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ └── header-attrs.js │ │ ├── header-attrs-2.7 │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ └── jquery.min.js │ │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ ├── tippy-bundle.umd.min.js │ │ ├── tippy-light-border.css │ │ ├── tippy.css │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ └── webcomponents.js ├── 2021-02-08-distill-it-down │ ├── distill-it-down.Rmd │ ├── distill-it-down.html │ ├── distill-it-down_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.7 │ │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ └── images │ │ ├── blogdown_start.png │ │ ├── rmarkdown_mountain.png │ │ ├── strawberry-thumbnail.png │ │ └── strawberry-wd.png ├── 2021-02-19-enable-utterances-with-distill │ ├── 1.png │ ├── enable-utterances-with-distill.Rmd │ ├── enable-utterances-with-distill.html │ ├── enable-utterances-with-distill_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.7 │ │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ ├── preview.jpg │ ├── preview1.jpg │ ├── preview2.jpg │ ├── preview2_small.jpg │ ├── preview2_small_.jpg │ ├── utterances1.JPG │ ├── utterances2.JPG │ ├── utterances3.JPG │ └── utterances4.JPG ├── 2021-02-24-thank-you-blogdown-hello-distill │ ├── distill_logo_small.png │ ├── thank-you-blogdown-hello-distill.Rmd │ ├── thank-you-blogdown-hello-distill.html │ └── thank-you-blogdown-hello-distill_files │ │ ├── anchor-4.2.2 │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ └── template.v2.js │ │ ├── header-attrs-2.7 │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ └── jquery.min.js │ │ ├── popper-2.6.0 │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ ├── tippy-bundle.umd.min.js │ │ ├── tippy-light-border.css │ │ ├── tippy.css │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ └── webcomponents.js ├── 2021-03-12-making-a-darkmode-for-your-distill-site │ ├── images │ │ └── cookies.png │ ├── making-a-darkmode-for-your-distill-site.Rmd │ ├── making-a-darkmode-for-your-distill-site.html │ └── making-a-darkmode-for-your-distill-site_files │ │ ├── anchor-4.2.2 │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ └── header-attrs.js │ │ ├── header-attrs-2.7 │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ └── jquery.min.js │ │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ ├── tippy-bundle.umd.min.js │ │ ├── tippy-light-border.css │ │ ├── tippy.css │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ └── webcomponents.js ├── 2021-03-16-postcards-distill │ ├── alison-home.png │ ├── featured.jpg │ ├── final-site.mov │ ├── final-trestles.png │ ├── gh-pages.png │ ├── postcards-distill.Rmd │ ├── postcards-distill.html │ ├── postcards-distill_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── header-attrs-2.7 │ │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ ├── tobi-theme.png │ └── tobi.png ├── 2021-03-18-use-github-actions-with-r-markdown-and-distill │ ├── gha_image.jpg │ ├── use-github-actions-with-r-markdown-and-distill.Rmd │ └── use-github-actions-with-r-markdown-and-distill.html ├── 2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes │ ├── create-a-github-website-with-distill-in-less-than-30-minutes.Rmd │ ├── create-a-github-website-with-distill-in-less-than-30-minutes.html │ ├── create-a-github-website-with-distill-in-less-than-30-minutes_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ ├── featured.png │ ├── gitkraken.png │ └── setup.png ├── 2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis │ ├── automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis.Rmd │ ├── automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis.html │ ├── automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── core-js-2.5.3 │ │ │ ├── LICENSE │ │ │ ├── package.json │ │ │ └── shim.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── figure-html5 │ │ │ ├── `r automagic_chunk_data_filter_Industria manufacturera ⚙️`-1.png │ │ │ ├── `r automagic_chunk_data_filter_Pesca 🐠`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Administracion publica`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Agro │ │ │ │ └── Ganaderia │ │ │ │ │ └── Caza │ │ │ │ │ └── Silvicultura`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Comercio`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Construccion`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Electricidad │ │ │ │ └── Gas │ │ │ │ │ └── Agua`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Ensenanza`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Hoteles │ │ │ │ └── Restaurantes`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Impuestos netos`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Industria manufacturera`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Inmobiliarias`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Mineria`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Otras actividades`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Pesca`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Sector financiero`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Servicios sociales │ │ │ │ └── Salud`-1.png │ │ │ ├── `r automagic_chunk_nest_data_Transporte y comunicaciones`-1.png │ │ │ └── unnamed-chunk-14-1.png │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── htmlwidgets-1.5.3 │ │ │ └── htmlwidgets.js │ │ ├── htmlwidgets-1.5.4 │ │ │ └── htmlwidgets.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── panelset-0.2.6 │ │ │ ├── panelset.css │ │ │ └── panelset.js │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── react-17.0.0 │ │ │ ├── AUTHORS │ │ │ ├── LICENSE.txt │ │ │ ├── react-dom.min.js │ │ │ └── react.min.js │ │ ├── reactable-binding-0.2.3 │ │ │ └── reactable.js │ │ ├── reactwidget-1.0.0 │ │ │ ├── react-tools.js │ │ │ └── react-tools.js.map │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ └── figures_articles │ │ └── captura_tabs.png ├── 2021-03-24-customizing-distill-with-htmltools-and-css │ ├── customizing-distill-with-htmltools-and-css.Rmd │ ├── customizing-distill-with-htmltools-and-css.html │ ├── customizing-distill-with-htmltools-and-css_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.7 │ │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ └── images │ │ ├── css_html.png │ │ ├── inspect.gif │ │ └── text_wrap.png ├── 2021-04-01-deploy-previews-with-netlifly │ ├── deploy-previews-with-netlifly.Rmd │ ├── deploy-previews-with-netlifly.html │ ├── deploy-previews-with-netlifly_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ └── img │ │ ├── netlifly-checks.PNG │ │ └── netlifly-settings.png ├── 2021-04-02-personalizing-the-distill-template │ ├── img │ │ ├── default_distill.PNG │ │ └── personalized_distill.PNG │ ├── personalizing-the-distill-template.Rmd │ ├── personalizing-the-distill-template.html │ └── personalizing-the-distill-template_files │ │ ├── anchor-4.2.2 │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ └── template.v2.js │ │ ├── header-attrs-2.7 │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ └── jquery.min.js │ │ ├── popper-2.6.0 │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ ├── tippy-bundle.umd.min.js │ │ ├── tippy-light-border.css │ │ ├── tippy.css │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ └── webcomponents.js ├── 2021-04-11-how-to-create-a-gallery-in-distill │ ├── gallery_image.jpg │ ├── how-to-create-a-gallery-in-distill.Rmd │ └── how-to-create-a-gallery-in-distill.html ├── 2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme │ ├── custom-syntax-highlighting-for-distill.Rmd │ ├── custom-syntax-highlighting-for-distill.html │ ├── custom-syntax-highlighting-for-distill_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── figure-html5 │ │ │ ├── colour-theory-palette-1.png │ │ │ ├── unnamed-chunk-10-1.png │ │ │ ├── unnamed-chunk-11-1.png │ │ │ ├── unnamed-chunk-12-1.png │ │ │ ├── unnamed-chunk-13-1.png │ │ │ ├── unnamed-chunk-2-1.png │ │ │ ├── unnamed-chunk-3-1.png │ │ │ ├── unnamed-chunk-4-1.png │ │ │ ├── unnamed-chunk-5-1.png │ │ │ ├── unnamed-chunk-5-2.png │ │ │ ├── unnamed-chunk-6-1.png │ │ │ ├── unnamed-chunk-7-1.png │ │ │ ├── unnamed-chunk-8-1.png │ │ │ └── unnamed-chunk-9-1.png │ │ ├── header-attrs-2.7.8 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.8.3 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.8 │ │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ ├── ek-syntax-highlighting-palette.png │ ├── ek_syntax_highlighting.theme │ ├── more-theme-in-action.png │ └── theme-in-action.png ├── 2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette │ ├── bibliography.bib │ ├── check-colourblindness.png │ ├── colour-harmonies.jpg │ ├── colour-palettes-d4006a.png │ ├── contrast-check.png │ ├── custom-syntax-highlighting-for-distill-part-2-creating-the-palette.Rmd │ ├── custom-syntax-highlighting-for-distill-part-2-creating-the-palette.html │ ├── custom-syntax-highlighting-for-distill-part-2-creating-the-palette_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── figure-html5 │ │ │ ├── hclplot-1.png │ │ │ └── unnamed-chunk-7-1.png │ │ ├── header-attrs-2.7.8 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.8.3 │ │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ ├── ek-syntax-highlighting-palette.png │ ├── ek_syntax_highlighting.theme │ ├── first-colour-swatch.png │ ├── hcl-darkened-colourblind.png │ ├── hcl-darkened.png │ ├── hcl-five.png │ ├── hcl-six.png │ ├── hsl-colour-wheel-d4006a-annotated.png │ ├── hsl-colour-wheel-d4006a.png │ ├── hsl-hsb-sliders.png │ ├── pink-in-HCL.png │ ├── second-colour-swatch.png │ └── third-colour-swatch.png ├── 2021-06-19-distill-tidytales │ ├── distill.Rmd │ ├── distill.html │ ├── distill_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── figure-html5 │ │ │ └── unnamed-chunk-1-1.png │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.7 │ │ │ └── header-attrs.js │ │ ├── jquery-1.11.3 │ │ │ └── jquery.min.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ ├── twitter-widget-0.0.1 │ │ │ └── widgets.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ └── images │ │ ├── demons-souls_card.png │ │ ├── distill_card.png │ │ ├── distillclub.png │ │ └── rstudio-addin.png ├── 2021-08-14-new-additions │ ├── images │ │ ├── blank.png │ │ ├── embedded.png │ │ ├── windrose_black.png │ │ └── windrose_black.svg │ ├── new-additions.Rmd │ ├── new-additions.html │ └── new-additions_files │ │ ├── anchor-4.2.2 │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ └── header-attrs.js │ │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ │ ├── panelset-0.2.6 │ │ ├── panelset.css │ │ └── panelset.js │ │ ├── popper-2.6.0 │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ ├── tippy-bundle.umd.min.js │ │ ├── tippy-light-border.css │ │ ├── tippy.css │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ └── webcomponents.js ├── 2021-11-12-adding-disqus-to-distill-blogs │ ├── adding-disqus-to-distill-blogs.Rmd │ ├── adding-disqus-to-distill-blogs.html │ ├── distill-preview.png │ └── img │ │ └── frost-on-wood.png ├── 2021-11-24_using-giscus │ ├── img │ │ ├── adam-solomon-WHUDOzd5IYU-unsplash.jpg │ │ ├── giscus-config.png │ │ └── giscus-enable.png │ ├── index.Rmd │ ├── index.html │ └── index_files │ │ ├── anchor-4.2.2 │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ └── bowser.min.js │ │ ├── clipboard-2.0.6 │ │ └── clipboard.min.js │ │ ├── distill-2.2.21 │ │ └── template.v2.js │ │ ├── font-awesome-5.1.0 │ │ ├── css │ │ │ ├── all.css │ │ │ └── v4-shims.css │ │ └── webfonts │ │ │ ├── fa-brands-400.eot │ │ │ ├── fa-brands-400.svg │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.eot │ │ │ ├── fa-regular-400.svg │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.eot │ │ │ ├── fa-solid-900.svg │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff │ │ │ └── fa-solid-900.woff2 │ │ ├── header-attrs-2.11 │ │ └── header-attrs.js │ │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ ├── tippy-bundle.umd.min.js │ │ ├── tippy-light-border.css │ │ ├── tippy.css │ │ └── tippy.umd.min.js │ │ ├── webcomponents-2.0.0 │ │ └── webcomponents.js │ │ └── xaringanExtra-clipboard-0.2.6 │ │ ├── xaringanExtra-clipboard.css │ │ └── xaringanExtra-clipboard.js ├── 2021-12-13-modifying-the-github-repo-containing-my-distill-website │ ├── modifying-the-github-repo-containing-my-distill-website.Rmd │ ├── modifying-the-github-repo-containing-my-distill-website.html │ ├── modifying-the-github-repo-containing-my-distill-website_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ ├── readme.PNG │ └── woof_today.PNG ├── 2021-12-18-quality-of-life-modifications-for-your-distill-websites │ ├── after.png │ ├── before.png │ ├── button.png │ ├── meme.gif │ ├── quality-of-life-modifications-for-your-distill-webistes.Rmd │ ├── quality-of-life-modifications-for-your-distill-webistes.html │ ├── quality-of-life-modifications-for-your-distill-webistes_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── clipboard-2.0.6 │ │ │ └── clipboard.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── font-awesome-5.1.0 │ │ │ ├── css │ │ │ │ ├── all.css │ │ │ │ └── v4-shims.css │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.eot │ │ │ │ ├── fa-brands-400.svg │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-brands-400.woff │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.eot │ │ │ │ ├── fa-regular-400.svg │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff │ │ │ │ ├── fa-regular-400.woff2 │ │ │ │ ├── fa-solid-900.eot │ │ │ │ ├── fa-solid-900.svg │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff │ │ │ │ └── fa-solid-900.woff2 │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── panelset-0.2.6 │ │ │ ├── panelset.css │ │ │ └── panelset.js │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ ├── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ │ └── xaringanExtra-clipboard-0.2.6 │ │ │ ├── xaringanExtra-clipboard.css │ │ │ └── xaringanExtra-clipboard.js │ ├── share.png │ ├── share_code.png │ ├── step1.png │ ├── step2.png │ ├── step3.png │ └── twitter.png ├── 2021-12-21-upgrading-distill-blog-settings │ ├── 2021-12-21-upgrading-distill-blog-settings.Rmd │ ├── 2021-12-21-upgrading-distill-blog-settings.html │ ├── 2021-12-21-upgrading-distill-blog-settings_cache │ │ └── html5 │ │ │ ├── __packages │ │ │ ├── step-01-02-screenshot_bc4ddc64f314dd127a6a76a974a5ee7b.RData │ │ │ ├── step-01-02-screenshot_bc4ddc64f314dd127a6a76a974a5ee7b.rdb │ │ │ ├── step-01-02-screenshot_bc4ddc64f314dd127a6a76a974a5ee7b.rdx │ │ │ ├── step-01-03-screenshot_0414197b62c6bb4143cc96e582244c1e.RData │ │ │ ├── step-01-03-screenshot_0414197b62c6bb4143cc96e582244c1e.rdb │ │ │ ├── step-01-03-screenshot_0414197b62c6bb4143cc96e582244c1e.rdx │ │ │ ├── step-01-04-screenshot_8ae46408fdc59f42840982323d37f779.RData │ │ │ ├── step-01-04-screenshot_8ae46408fdc59f42840982323d37f779.rdb │ │ │ ├── step-01-04-screenshot_8ae46408fdc59f42840982323d37f779.rdx │ │ │ ├── step-01-05-screenshot_d24f0c22dd118a72dd7a9b3341d465bd.RData │ │ │ ├── step-01-05-screenshot_d24f0c22dd118a72dd7a9b3341d465bd.rdb │ │ │ ├── step-01-05-screenshot_d24f0c22dd118a72dd7a9b3341d465bd.rdx │ │ │ ├── step-01-06-screenshot_71ba240c62d041f4c461b96395c4d021.RData │ │ │ ├── step-01-06-screenshot_71ba240c62d041f4c461b96395c4d021.rdb │ │ │ ├── step-01-06-screenshot_71ba240c62d041f4c461b96395c4d021.rdx │ │ │ ├── step-01-07-screenshot_0615b5a4f31419c381fb4b0df25c2434.RData │ │ │ ├── step-01-07-screenshot_0615b5a4f31419c381fb4b0df25c2434.rdb │ │ │ ├── step-01-07-screenshot_0615b5a4f31419c381fb4b0df25c2434.rdx │ │ │ ├── step-02-01-screenshot_322efa4072ee243ab06ef3b639cfe49f.RData │ │ │ ├── step-02-01-screenshot_322efa4072ee243ab06ef3b639cfe49f.rdb │ │ │ ├── step-02-01-screenshot_322efa4072ee243ab06ef3b639cfe49f.rdx │ │ │ ├── step-03-01-screenshot_4ca901784454bb5d6b4921fdc79d349c.RData │ │ │ ├── step-03-01-screenshot_4ca901784454bb5d6b4921fdc79d349c.rdb │ │ │ ├── step-03-01-screenshot_4ca901784454bb5d6b4921fdc79d349c.rdx │ │ │ ├── step-04-01-screenshot_42b413bf1f62475bc42c32d4768b0f30.RData │ │ │ ├── step-04-01-screenshot_42b413bf1f62475bc42c32d4768b0f30.rdb │ │ │ ├── step-04-01-screenshot_42b413bf1f62475bc42c32d4768b0f30.rdx │ │ │ ├── step-05-01-screenshot_273c711b712e635a1021f0fd41496e55.RData │ │ │ ├── step-05-01-screenshot_273c711b712e635a1021f0fd41496e55.rdb │ │ │ └── step-05-01-screenshot_273c711b712e635a1021f0fd41496e55.rdx │ ├── 2021-12-21-upgrading-distill-blog-settings_files │ │ ├── anchor-4.2.2 │ │ │ └── anchor.min.js │ │ ├── bowser-1.9.3 │ │ │ └── bowser.min.js │ │ ├── distill-2.2.21 │ │ │ └── template.v2.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── jquery-3.6.0 │ │ │ ├── jquery-3.6.0.js │ │ │ ├── jquery-3.6.0.min.js │ │ │ └── jquery-3.6.0.min.map │ │ ├── popper-2.6.0 │ │ │ └── popper.min.js │ │ ├── tippy-6.2.7 │ │ │ ├── tippy-bundle.umd.min.js │ │ │ ├── tippy-light-border.css │ │ │ ├── tippy.css │ │ │ └── tippy.umd.min.js │ │ └── webcomponents-2.0.0 │ │ │ └── webcomponents.js │ └── images │ │ ├── step_01_disqus_01.png │ │ ├── step_01_disqus_02.png │ │ ├── step_01_disqus_03.png │ │ ├── step_01_disqus_04.png │ │ ├── step_01_disqus_05.png │ │ ├── step_01_disqus_06.png │ │ ├── step_01_disqus_07.png │ │ ├── step_02_ga_00.png │ │ ├── step_02_ga_01.png │ │ ├── step_03_netlify_01.png │ │ ├── step_04_sharing_01.png │ │ └── step_05_trackcorr_01.png └── 2022-01-24-the-toc-in-distill │ ├── images │ └── painting1.jpg │ ├── the-toc-in-distill.Rmd │ ├── the-toc-in-distill.html │ ├── the-toc-in-distill_files │ ├── Proj4Leaflet-1.0.1 │ │ └── proj4leaflet.js │ ├── anchor-4.2.2 │ │ └── anchor.min.js │ ├── bowser-1.9.3 │ │ └── bowser.min.js │ ├── distill-2.2.21 │ │ └── template.v2.js │ ├── figure-html5 │ │ ├── unnamed-chunk-1-1.png │ │ ├── unnamed-chunk-2-1.png │ │ └── unnamed-chunk-3-1.png │ ├── header-attrs-2.13 │ │ └── header-attrs.js │ ├── htmlwidgets-1.5.4 │ │ └── htmlwidgets.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ ├── leaflet-1.3.1 │ │ ├── images │ │ │ ├── layers-2x.png │ │ │ ├── layers.png │ │ │ ├── marker-icon-2x.png │ │ │ ├── marker-icon.png │ │ │ └── marker-shadow.png │ │ ├── leaflet.css │ │ └── leaflet.js │ ├── leaflet-binding-2.1.1 │ │ └── leaflet.js │ ├── leafletfix-1.0.0 │ │ └── leafletfix.css │ ├── pagedtable-1.1 │ │ ├── css │ │ │ └── pagedtable.css │ │ └── js │ │ │ └── pagedtable.js │ ├── panelset-0.2.6 │ │ ├── panelset.css │ │ └── panelset.js │ ├── popper-2.6.0 │ │ └── popper.min.js │ ├── proj4-2.6.2 │ │ └── proj4.min.js │ ├── rstudio_leaflet-1.3.1 │ │ ├── images │ │ │ └── 1px.png │ │ └── rstudio_leaflet.css │ ├── tippy-6.2.7 │ │ ├── tippy-bundle.umd.min.js │ │ ├── tippy-light-border.css │ │ ├── tippy.css │ │ └── tippy.umd.min.js │ └── webcomponents-2.0.0 │ │ └── webcomponents.js │ └── toc-styles.css ├── _site.yml ├── css └── theme.css ├── distillery.Rproj ├── images ├── distillery.png ├── favicon.ico └── sites │ ├── adam_garber.png │ ├── alex_k__gold.png │ ├── alice_walsh.png │ ├── api_food_assets_map.png │ ├── arthur_v__rodrigues.png │ ├── associação_brasileira_de_jurimetria.png │ ├── avishai_m_tsur.png │ ├── bayesian_statistics_with_r.png │ ├── beatriz_milz.png │ ├── before_i_sleep.png │ ├── bibliometriar,_by_guillermo_orjuela-ramirez.png │ ├── blog_of_the_record_linkage_interest_group.png │ ├── cdu_data_science_team.png │ ├── data_sci_dani.png │ ├── elea_feit.png │ ├── ella_kaye.png │ ├── emi_tanaka.png │ ├── emil_hvitfeldt_aoc_solutions.png │ ├── eric_ekholm.png │ ├── etienne_bacher.png │ ├── fizzics.png │ ├── gul_inan_-_data_science_course_site.png │ ├── harry_fisher.png │ ├── hitesh_fulwani.png │ ├── ijeamaka_anyene.png │ ├── infrequently_frequentist.png │ ├── ipums_pma_data_analysis_hub.png │ ├── jeff's_journal.png │ ├── jenna_eagleson.png │ ├── jeremydata.png │ ├── jewel_johnson.png │ ├── joel_nitta.png │ ├── john_paul_helveston.png │ ├── jolly_data_blog.png │ ├── joseph_casillas.png │ ├── june_choe.png │ ├── jón_grétar.png │ ├── kaija_gahm.png │ ├── kyle_cuilla.png │ ├── lisa_lendway.png │ ├── literalfightnerd.png │ ├── lore_abad.png │ ├── lukas_gröninger.png │ ├── max_rohde.png │ ├── miha_gazvoda.png │ ├── muhsin_ciftci.png │ ├── notes_from_a_data_witch.png │ ├── open_source_football.png │ ├── pedro_j__pérez.png │ ├── philosopher_analyst.png │ ├── phoebe_thatcher.png │ ├── piping_hot_data.png │ ├── r-vogg-blog.png │ ├── rich_pauloo_and_ryan_peek.png │ ├── sciencificity_blog.png │ ├── sean_angiolillo.png │ ├── sequence_analysis_-_companion_site.png │ ├── serdar_balcı.png │ ├── shamindra_shrotriya.png │ ├── sharing_your_work_with_xaringan.png │ ├── southern_california_r_users_groups.png │ ├── ted_laderas.png │ ├── the_mockup_blog.png │ ├── the_q.png │ ├── the_scrapbook.png │ ├── tidy_tales.png │ ├── umair_durrani.png │ ├── understanding_your_data.png │ ├── werk_statt_codes.png │ └── westchester_covid-19_tracking.png ├── index.Rmd ├── js ├── external-link.js └── filter-buttons.js ├── showcase.Rmd ├── sites.csv └── tips_and_tricks.Rmd /.github/.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | -------------------------------------------------------------------------------- /.github/workflows/build_site.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/.github/workflows/build_site.yml -------------------------------------------------------------------------------- /.github/workflows/readme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/.github/workflows/readme.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/.gitignore -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /R/functions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/R/functions.R -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/README.md -------------------------------------------------------------------------------- /_footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_footer.html -------------------------------------------------------------------------------- /_includes/utterances.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_includes/utterances.html -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/Screen Shot 2020-07-28 at 8.11.03 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/Screen Shot 2020-07-28 at 8.11.03 AM.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/Screen Shot 2020-08-01 at 9.44.25 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/Screen Shot 2020-08-01 at 9.44.25 AM.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/add-demo-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/add-demo-repo.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill.Rmd -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill.html -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/building-a-blog-with-distill_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/create-new-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/create-new-site.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/git.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/inital-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/inital-commit.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/modern.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/modern.jpeg -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/netlify-new-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/netlify-new-site.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/netlify-publish-dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/netlify-publish-dir.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/preview-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/preview-site.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/publish-directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/publish-directory.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/save-repos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/save-repos.png -------------------------------------------------------------------------------- /_posts/2020-07-31-building-a-blog-with-distill/site-deployed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-07-31-building-a-blog-with-distill/site-deployed.png -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/blogdown_distill.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/blogdown_distill.drawio -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/blogdown_distill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/blogdown_distill.png -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill.Rmd -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill.html -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2020-12-12-tricks-blogdown-to-distill/tricks-blogdown-to-distill_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down.Rmd -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down.html -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/distill-it-down_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/distill-it-down_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/images/blogdown_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/images/blogdown_start.png -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/images/rmarkdown_mountain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/images/rmarkdown_mountain.png -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/images/strawberry-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/images/strawberry-thumbnail.png -------------------------------------------------------------------------------- /_posts/2021-02-08-distill-it-down/images/strawberry-wd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-08-distill-it-down/images/strawberry-wd.png -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/1.png -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill.Rmd -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill.html -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/enable-utterances-with-distill_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/preview.jpg -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/preview1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/preview1.jpg -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/preview2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/preview2.jpg -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/preview2_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/preview2_small.jpg -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/preview2_small_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/preview2_small_.jpg -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/utterances1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/utterances1.JPG -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/utterances2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/utterances2.JPG -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/utterances3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/utterances3.JPG -------------------------------------------------------------------------------- /_posts/2021-02-19-enable-utterances-with-distill/utterances4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-19-enable-utterances-with-distill/utterances4.JPG -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/distill_logo_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/distill_logo_small.png -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill.Rmd -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill.html -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-02-24-thank-you-blogdown-hello-distill/thank-you-blogdown-hello-distill_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/images/cookies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/images/cookies.png -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site.Rmd -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site.html -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-12-making-a-darkmode-for-your-distill-site/making-a-darkmode-for-your-distill-site_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/alison-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/alison-home.png -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/featured.jpg -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/final-site.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/final-site.mov -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/final-trestles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/final-trestles.png -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/gh-pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/gh-pages.png -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill.Rmd -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill.html -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/postcards-distill_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/postcards-distill_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/tobi-theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/tobi-theme.png -------------------------------------------------------------------------------- /_posts/2021-03-16-postcards-distill/tobi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-16-postcards-distill/tobi.png -------------------------------------------------------------------------------- /_posts/2021-03-18-use-github-actions-with-r-markdown-and-distill/gha_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-18-use-github-actions-with-r-markdown-and-distill/gha_image.jpg -------------------------------------------------------------------------------- /_posts/2021-03-18-use-github-actions-with-r-markdown-and-distill/use-github-actions-with-r-markdown-and-distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-18-use-github-actions-with-r-markdown-and-distill/use-github-actions-with-r-markdown-and-distill.Rmd -------------------------------------------------------------------------------- /_posts/2021-03-18-use-github-actions-with-r-markdown-and-distill/use-github-actions-with-r-markdown-and-distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-18-use-github-actions-with-r-markdown-and-distill/use-github-actions-with-r-markdown-and-distill.html -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes.Rmd -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes.html -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/create-a-github-website-with-distill-in-less-than-30-minutes_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/featured.png -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/gitkraken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/gitkraken.png -------------------------------------------------------------------------------- /_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-21-create-a-github-website-with-distill-in-less-than-30-minutes/setup.png -------------------------------------------------------------------------------- /_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis.Rmd -------------------------------------------------------------------------------- /_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis.html -------------------------------------------------------------------------------- /_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis_files/core-js-2.5.3/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis_files/core-js-2.5.3/LICENSE -------------------------------------------------------------------------------- /_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis_files/react-17.0.0/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis_files/react-17.0.0/AUTHORS -------------------------------------------------------------------------------- /_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/figures_articles/captura_tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-automagic-tabs-in-distillrmarkdown-files-and-time-series-analysis/figures_articles/captura_tabs.png -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css.Rmd -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css.html -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/customizing-distill-with-htmltools-and-css_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/images/css_html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/images/css_html.png -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/images/inspect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/images/inspect.gif -------------------------------------------------------------------------------- /_posts/2021-03-24-customizing-distill-with-htmltools-and-css/images/text_wrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-03-24-customizing-distill-with-htmltools-and-css/images/text_wrap.png -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly.Rmd -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly.html -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/deploy-previews-with-netlifly_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/img/netlifly-checks.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/img/netlifly-checks.PNG -------------------------------------------------------------------------------- /_posts/2021-04-01-deploy-previews-with-netlifly/img/netlifly-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-01-deploy-previews-with-netlifly/img/netlifly-settings.png -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/img/default_distill.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/img/default_distill.PNG -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/img/personalized_distill.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/img/personalized_distill.PNG -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template.Rmd -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template.html -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-02-personalizing-the-distill-template/personalizing-the-distill-template_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-04-11-how-to-create-a-gallery-in-distill/gallery_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-11-how-to-create-a-gallery-in-distill/gallery_image.jpg -------------------------------------------------------------------------------- /_posts/2021-04-11-how-to-create-a-gallery-in-distill/how-to-create-a-gallery-in-distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-11-how-to-create-a-gallery-in-distill/how-to-create-a-gallery-in-distill.Rmd -------------------------------------------------------------------------------- /_posts/2021-04-11-how-to-create-a-gallery-in-distill/how-to-create-a-gallery-in-distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-04-11-how-to-create-a-gallery-in-distill/how-to-create-a-gallery-in-distill.html -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill.Rmd -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill.html -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/colour-theory-palette-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/colour-theory-palette-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-10-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-11-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-12-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-12-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-13-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-5-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-5-2.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-7-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-8-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/figure-html5/unnamed-chunk-9-1.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/header-attrs-2.7.8/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/header-attrs-2.7.8/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/header-attrs-2.8.3/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/header-attrs-2.8.3/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/header-attrs-2.8/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/header-attrs-2.8/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/custom-syntax-highlighting-for-distill_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/ek-syntax-highlighting-palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/ek-syntax-highlighting-palette.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/ek_syntax_highlighting.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/ek_syntax_highlighting.theme -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/more-theme-in-action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/more-theme-in-action.png -------------------------------------------------------------------------------- /_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/theme-in-action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-25-custom-syntax-highlighting-for-distill-part-1-modifying-the-default-theme/theme-in-action.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/bibliography.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/bibliography.bib -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/check-colourblindness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/check-colourblindness.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/colour-harmonies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/colour-harmonies.jpg -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/colour-palettes-d4006a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/colour-palettes-d4006a.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/contrast-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/contrast-check.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/custom-syntax-highlighting-for-distill-part-2-creating-the-palette.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/custom-syntax-highlighting-for-distill-part-2-creating-the-palette.Rmd -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/custom-syntax-highlighting-for-distill-part-2-creating-the-palette.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/custom-syntax-highlighting-for-distill-part-2-creating-the-palette.html -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/ek-syntax-highlighting-palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/ek-syntax-highlighting-palette.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/ek_syntax_highlighting.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/ek_syntax_highlighting.theme -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/first-colour-swatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/first-colour-swatch.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hcl-darkened-colourblind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hcl-darkened-colourblind.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hcl-darkened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hcl-darkened.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hcl-five.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hcl-five.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hcl-six.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hcl-six.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hsl-colour-wheel-d4006a-annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hsl-colour-wheel-d4006a-annotated.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hsl-colour-wheel-d4006a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hsl-colour-wheel-d4006a.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hsl-hsb-sliders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/hsl-hsb-sliders.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/pink-in-HCL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/pink-in-HCL.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/second-colour-swatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/second-colour-swatch.png -------------------------------------------------------------------------------- /_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/third-colour-swatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-05-26-custom-syntax-highlighting-for-distill-part-2-creating-the-palette/third-colour-swatch.png -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill.Rmd -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill.html -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/figure-html5/unnamed-chunk-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/figure-html5/unnamed-chunk-1-1.png -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/jquery-1.11.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/jquery-1.11.3/jquery.min.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/twitter-widget-0.0.1/widgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/twitter-widget-0.0.1/widgets.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/distill_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/distill_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/images/demons-souls_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/images/demons-souls_card.png -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/images/distill_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/images/distill_card.png -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/images/distillclub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/images/distillclub.png -------------------------------------------------------------------------------- /_posts/2021-06-19-distill-tidytales/images/rstudio-addin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-06-19-distill-tidytales/images/rstudio-addin.png -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/images/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/images/blank.png -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/images/embedded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/images/embedded.png -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/images/windrose_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/images/windrose_black.png -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/images/windrose_black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/images/windrose_black.svg -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions.Rmd -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions.html -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/panelset-0.2.6/panelset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/panelset-0.2.6/panelset.css -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/panelset-0.2.6/panelset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/panelset-0.2.6/panelset.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-08-14-new-additions/new-additions_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-08-14-new-additions/new-additions_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-11-12-adding-disqus-to-distill-blogs/adding-disqus-to-distill-blogs.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-12-adding-disqus-to-distill-blogs/adding-disqus-to-distill-blogs.Rmd -------------------------------------------------------------------------------- /_posts/2021-11-12-adding-disqus-to-distill-blogs/adding-disqus-to-distill-blogs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-12-adding-disqus-to-distill-blogs/adding-disqus-to-distill-blogs.html -------------------------------------------------------------------------------- /_posts/2021-11-12-adding-disqus-to-distill-blogs/distill-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-12-adding-disqus-to-distill-blogs/distill-preview.png -------------------------------------------------------------------------------- /_posts/2021-11-12-adding-disqus-to-distill-blogs/img/frost-on-wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-12-adding-disqus-to-distill-blogs/img/frost-on-wood.png -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/img/adam-solomon-WHUDOzd5IYU-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/img/adam-solomon-WHUDOzd5IYU-unsplash.jpg -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/img/giscus-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/img/giscus-config.png -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/img/giscus-enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/img/giscus-enable.png -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index.Rmd -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index.html -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/clipboard-2.0.6/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/clipboard-2.0.6/clipboard.min.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/css/all.css -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/css/v4-shims.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/css/v4-shims.css -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.svg -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.svg -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.svg -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/font-awesome-5.1.0/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/xaringanExtra-clipboard-0.2.6/xaringanExtra-clipboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/xaringanExtra-clipboard-0.2.6/xaringanExtra-clipboard.css -------------------------------------------------------------------------------- /_posts/2021-11-24_using-giscus/index_files/xaringanExtra-clipboard-0.2.6/xaringanExtra-clipboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-11-24_using-giscus/index_files/xaringanExtra-clipboard-0.2.6/xaringanExtra-clipboard.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website.Rmd -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website.html -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/modifying-the-github-repo-containing-my-distill-website_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/readme.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/readme.PNG -------------------------------------------------------------------------------- /_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/woof_today.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-13-modifying-the-github-repo-containing-my-distill-website/woof_today.PNG -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/after.png -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/before.png -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/button.png -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/meme.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/meme.gif -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes.Rmd -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes.html -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/clipboard-2.0.6/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/clipboard-2.0.6/clipboard.min.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/font-awesome-5.1.0/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/font-awesome-5.1.0/css/all.css -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/font-awesome-5.1.0/css/v4-shims.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/font-awesome-5.1.0/css/v4-shims.css -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/panelset-0.2.6/panelset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/panelset-0.2.6/panelset.css -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/panelset-0.2.6/panelset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/panelset-0.2.6/panelset.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/quality-of-life-modifications-for-your-distill-webistes_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/share.png -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/share_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/share_code.png -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/step1.png -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/step2.png -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/step3.png -------------------------------------------------------------------------------- /_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-18-quality-of-life-modifications-for-your-distill-websites/twitter.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings.Rmd -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings.html -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/__packages: -------------------------------------------------------------------------------- 1 | base 2 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-02-screenshot_bc4ddc64f314dd127a6a76a974a5ee7b.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-02-screenshot_bc4ddc64f314dd127a6a76a974a5ee7b.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-02-screenshot_bc4ddc64f314dd127a6a76a974a5ee7b.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-02-screenshot_bc4ddc64f314dd127a6a76a974a5ee7b.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-02-screenshot_bc4ddc64f314dd127a6a76a974a5ee7b.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-03-screenshot_0414197b62c6bb4143cc96e582244c1e.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-03-screenshot_0414197b62c6bb4143cc96e582244c1e.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-03-screenshot_0414197b62c6bb4143cc96e582244c1e.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-03-screenshot_0414197b62c6bb4143cc96e582244c1e.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-03-screenshot_0414197b62c6bb4143cc96e582244c1e.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-04-screenshot_8ae46408fdc59f42840982323d37f779.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-04-screenshot_8ae46408fdc59f42840982323d37f779.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-04-screenshot_8ae46408fdc59f42840982323d37f779.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-04-screenshot_8ae46408fdc59f42840982323d37f779.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-04-screenshot_8ae46408fdc59f42840982323d37f779.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-05-screenshot_d24f0c22dd118a72dd7a9b3341d465bd.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-05-screenshot_d24f0c22dd118a72dd7a9b3341d465bd.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-05-screenshot_d24f0c22dd118a72dd7a9b3341d465bd.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-05-screenshot_d24f0c22dd118a72dd7a9b3341d465bd.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-05-screenshot_d24f0c22dd118a72dd7a9b3341d465bd.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-06-screenshot_71ba240c62d041f4c461b96395c4d021.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-06-screenshot_71ba240c62d041f4c461b96395c4d021.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-06-screenshot_71ba240c62d041f4c461b96395c4d021.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-06-screenshot_71ba240c62d041f4c461b96395c4d021.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-06-screenshot_71ba240c62d041f4c461b96395c4d021.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-07-screenshot_0615b5a4f31419c381fb4b0df25c2434.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-07-screenshot_0615b5a4f31419c381fb4b0df25c2434.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-07-screenshot_0615b5a4f31419c381fb4b0df25c2434.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-07-screenshot_0615b5a4f31419c381fb4b0df25c2434.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-01-07-screenshot_0615b5a4f31419c381fb4b0df25c2434.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-02-01-screenshot_322efa4072ee243ab06ef3b639cfe49f.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-02-01-screenshot_322efa4072ee243ab06ef3b639cfe49f.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-02-01-screenshot_322efa4072ee243ab06ef3b639cfe49f.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-02-01-screenshot_322efa4072ee243ab06ef3b639cfe49f.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-02-01-screenshot_322efa4072ee243ab06ef3b639cfe49f.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-03-01-screenshot_4ca901784454bb5d6b4921fdc79d349c.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-03-01-screenshot_4ca901784454bb5d6b4921fdc79d349c.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-03-01-screenshot_4ca901784454bb5d6b4921fdc79d349c.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-03-01-screenshot_4ca901784454bb5d6b4921fdc79d349c.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-03-01-screenshot_4ca901784454bb5d6b4921fdc79d349c.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-04-01-screenshot_42b413bf1f62475bc42c32d4768b0f30.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-04-01-screenshot_42b413bf1f62475bc42c32d4768b0f30.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-04-01-screenshot_42b413bf1f62475bc42c32d4768b0f30.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-04-01-screenshot_42b413bf1f62475bc42c32d4768b0f30.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-04-01-screenshot_42b413bf1f62475bc42c32d4768b0f30.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-05-01-screenshot_273c711b712e635a1021f0fd41496e55.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-05-01-screenshot_273c711b712e635a1021f0fd41496e55.RData -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-05-01-screenshot_273c711b712e635a1021f0fd41496e55.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-05-01-screenshot_273c711b712e635a1021f0fd41496e55.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_cache/html5/step-05-01-screenshot_273c711b712e635a1021f0fd41496e55.rdx -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/2021-12-21-upgrading-distill-blog-settings_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_01.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_02.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_03.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_04.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_05.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_06.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_01_disqus_07.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_02_ga_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_02_ga_00.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_02_ga_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_02_ga_01.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_03_netlify_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_03_netlify_01.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_04_sharing_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_04_sharing_01.png -------------------------------------------------------------------------------- /_posts/2021-12-21-upgrading-distill-blog-settings/images/step_05_trackcorr_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2021-12-21-upgrading-distill-blog-settings/images/step_05_trackcorr_01.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/images/painting1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/images/painting1.jpg -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill.Rmd -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill.html -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/Proj4Leaflet-1.0.1/proj4leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/Proj4Leaflet-1.0.1/proj4leaflet.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/anchor-4.2.2/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/anchor-4.2.2/anchor.min.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/bowser-1.9.3/bowser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/bowser-1.9.3/bowser.min.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/distill-2.2.21/template.v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/distill-2.2.21/template.v2.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/figure-html5/unnamed-chunk-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/figure-html5/unnamed-chunk-1-1.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/figure-html5/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/figure-html5/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/figure-html5/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/figure-html5/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/header-attrs-2.13/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/header-attrs-2.13/header-attrs.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/htmlwidgets-1.5.4/htmlwidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/htmlwidgets-1.5.4/htmlwidgets.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/layers-2x.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/layers.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/marker-icon-2x.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/marker-icon.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/images/marker-shadow.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/leaflet.css -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-1.3.1/leaflet.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-binding-2.1.1/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leaflet-binding-2.1.1/leaflet.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leafletfix-1.0.0/leafletfix.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/leafletfix-1.0.0/leafletfix.css -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/pagedtable-1.1/css/pagedtable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/pagedtable-1.1/css/pagedtable.css -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/pagedtable-1.1/js/pagedtable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/pagedtable-1.1/js/pagedtable.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/panelset-0.2.6/panelset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/panelset-0.2.6/panelset.css -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/panelset-0.2.6/panelset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/panelset-0.2.6/panelset.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/popper-2.6.0/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/popper-2.6.0/popper.min.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/proj4-2.6.2/proj4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/proj4-2.6.2/proj4.min.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/rstudio_leaflet-1.3.1/images/1px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/rstudio_leaflet-1.3.1/images/1px.png -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/rstudio_leaflet-1.3.1/rstudio_leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/rstudio_leaflet-1.3.1/rstudio_leaflet.css -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/tippy-6.2.7/tippy-bundle.umd.min.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/tippy-6.2.7/tippy-light-border.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/tippy-6.2.7/tippy-light-border.css -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/tippy-6.2.7/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/tippy-6.2.7/tippy.css -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/tippy-6.2.7/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/tippy-6.2.7/tippy.umd.min.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/webcomponents-2.0.0/webcomponents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/the-toc-in-distill_files/webcomponents-2.0.0/webcomponents.js -------------------------------------------------------------------------------- /_posts/2022-01-24-the-toc-in-distill/toc-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_posts/2022-01-24-the-toc-in-distill/toc-styles.css -------------------------------------------------------------------------------- /_site.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/_site.yml -------------------------------------------------------------------------------- /css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/css/theme.css -------------------------------------------------------------------------------- /distillery.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/distillery.Rproj -------------------------------------------------------------------------------- /images/distillery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/distillery.png -------------------------------------------------------------------------------- /images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/favicon.ico -------------------------------------------------------------------------------- /images/sites/adam_garber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/adam_garber.png -------------------------------------------------------------------------------- /images/sites/alex_k__gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/alex_k__gold.png -------------------------------------------------------------------------------- /images/sites/alice_walsh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/alice_walsh.png -------------------------------------------------------------------------------- /images/sites/api_food_assets_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/api_food_assets_map.png -------------------------------------------------------------------------------- /images/sites/arthur_v__rodrigues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/arthur_v__rodrigues.png -------------------------------------------------------------------------------- /images/sites/associação_brasileira_de_jurimetria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/associação_brasileira_de_jurimetria.png -------------------------------------------------------------------------------- /images/sites/avishai_m_tsur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/avishai_m_tsur.png -------------------------------------------------------------------------------- /images/sites/bayesian_statistics_with_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/bayesian_statistics_with_r.png -------------------------------------------------------------------------------- /images/sites/beatriz_milz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/beatriz_milz.png -------------------------------------------------------------------------------- /images/sites/before_i_sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/before_i_sleep.png -------------------------------------------------------------------------------- /images/sites/bibliometriar,_by_guillermo_orjuela-ramirez.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/bibliometriar,_by_guillermo_orjuela-ramirez.png -------------------------------------------------------------------------------- /images/sites/blog_of_the_record_linkage_interest_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/blog_of_the_record_linkage_interest_group.png -------------------------------------------------------------------------------- /images/sites/cdu_data_science_team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/cdu_data_science_team.png -------------------------------------------------------------------------------- /images/sites/data_sci_dani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/data_sci_dani.png -------------------------------------------------------------------------------- /images/sites/elea_feit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/elea_feit.png -------------------------------------------------------------------------------- /images/sites/ella_kaye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/ella_kaye.png -------------------------------------------------------------------------------- /images/sites/emi_tanaka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/emi_tanaka.png -------------------------------------------------------------------------------- /images/sites/emil_hvitfeldt_aoc_solutions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/emil_hvitfeldt_aoc_solutions.png -------------------------------------------------------------------------------- /images/sites/eric_ekholm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/eric_ekholm.png -------------------------------------------------------------------------------- /images/sites/etienne_bacher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/etienne_bacher.png -------------------------------------------------------------------------------- /images/sites/fizzics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/fizzics.png -------------------------------------------------------------------------------- /images/sites/gul_inan_-_data_science_course_site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/gul_inan_-_data_science_course_site.png -------------------------------------------------------------------------------- /images/sites/harry_fisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/harry_fisher.png -------------------------------------------------------------------------------- /images/sites/hitesh_fulwani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/hitesh_fulwani.png -------------------------------------------------------------------------------- /images/sites/ijeamaka_anyene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/ijeamaka_anyene.png -------------------------------------------------------------------------------- /images/sites/infrequently_frequentist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/infrequently_frequentist.png -------------------------------------------------------------------------------- /images/sites/ipums_pma_data_analysis_hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/ipums_pma_data_analysis_hub.png -------------------------------------------------------------------------------- /images/sites/jeff's_journal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/jeff's_journal.png -------------------------------------------------------------------------------- /images/sites/jenna_eagleson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/jenna_eagleson.png -------------------------------------------------------------------------------- /images/sites/jeremydata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/jeremydata.png -------------------------------------------------------------------------------- /images/sites/jewel_johnson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/jewel_johnson.png -------------------------------------------------------------------------------- /images/sites/joel_nitta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/joel_nitta.png -------------------------------------------------------------------------------- /images/sites/john_paul_helveston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/john_paul_helveston.png -------------------------------------------------------------------------------- /images/sites/jolly_data_blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/jolly_data_blog.png -------------------------------------------------------------------------------- /images/sites/joseph_casillas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/joseph_casillas.png -------------------------------------------------------------------------------- /images/sites/june_choe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/june_choe.png -------------------------------------------------------------------------------- /images/sites/jón_grétar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/jón_grétar.png -------------------------------------------------------------------------------- /images/sites/kaija_gahm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/kaija_gahm.png -------------------------------------------------------------------------------- /images/sites/kyle_cuilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/kyle_cuilla.png -------------------------------------------------------------------------------- /images/sites/lisa_lendway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/lisa_lendway.png -------------------------------------------------------------------------------- /images/sites/literalfightnerd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/literalfightnerd.png -------------------------------------------------------------------------------- /images/sites/lore_abad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/lore_abad.png -------------------------------------------------------------------------------- /images/sites/lukas_gröninger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/lukas_gröninger.png -------------------------------------------------------------------------------- /images/sites/max_rohde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/max_rohde.png -------------------------------------------------------------------------------- /images/sites/miha_gazvoda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/miha_gazvoda.png -------------------------------------------------------------------------------- /images/sites/muhsin_ciftci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/muhsin_ciftci.png -------------------------------------------------------------------------------- /images/sites/notes_from_a_data_witch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/notes_from_a_data_witch.png -------------------------------------------------------------------------------- /images/sites/open_source_football.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/open_source_football.png -------------------------------------------------------------------------------- /images/sites/pedro_j__pérez.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/pedro_j__pérez.png -------------------------------------------------------------------------------- /images/sites/philosopher_analyst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/philosopher_analyst.png -------------------------------------------------------------------------------- /images/sites/phoebe_thatcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/phoebe_thatcher.png -------------------------------------------------------------------------------- /images/sites/piping_hot_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/piping_hot_data.png -------------------------------------------------------------------------------- /images/sites/r-vogg-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/r-vogg-blog.png -------------------------------------------------------------------------------- /images/sites/rich_pauloo_and_ryan_peek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/rich_pauloo_and_ryan_peek.png -------------------------------------------------------------------------------- /images/sites/sciencificity_blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/sciencificity_blog.png -------------------------------------------------------------------------------- /images/sites/sean_angiolillo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/sean_angiolillo.png -------------------------------------------------------------------------------- /images/sites/sequence_analysis_-_companion_site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/sequence_analysis_-_companion_site.png -------------------------------------------------------------------------------- /images/sites/serdar_balcı.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/serdar_balcı.png -------------------------------------------------------------------------------- /images/sites/shamindra_shrotriya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/shamindra_shrotriya.png -------------------------------------------------------------------------------- /images/sites/sharing_your_work_with_xaringan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/sharing_your_work_with_xaringan.png -------------------------------------------------------------------------------- /images/sites/southern_california_r_users_groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/southern_california_r_users_groups.png -------------------------------------------------------------------------------- /images/sites/ted_laderas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/ted_laderas.png -------------------------------------------------------------------------------- /images/sites/the_mockup_blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/the_mockup_blog.png -------------------------------------------------------------------------------- /images/sites/the_q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/the_q.png -------------------------------------------------------------------------------- /images/sites/the_scrapbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/the_scrapbook.png -------------------------------------------------------------------------------- /images/sites/tidy_tales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/tidy_tales.png -------------------------------------------------------------------------------- /images/sites/umair_durrani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/umair_durrani.png -------------------------------------------------------------------------------- /images/sites/understanding_your_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/understanding_your_data.png -------------------------------------------------------------------------------- /images/sites/werk_statt_codes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/werk_statt_codes.png -------------------------------------------------------------------------------- /images/sites/westchester_covid-19_tracking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/images/sites/westchester_covid-19_tracking.png -------------------------------------------------------------------------------- /index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/index.Rmd -------------------------------------------------------------------------------- /js/external-link.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/js/external-link.js -------------------------------------------------------------------------------- /js/filter-buttons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/js/filter-buttons.js -------------------------------------------------------------------------------- /showcase.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/showcase.Rmd -------------------------------------------------------------------------------- /sites.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/sites.csv -------------------------------------------------------------------------------- /tips_and_tricks.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhelvy/distillery/HEAD/tips_and_tricks.Rmd --------------------------------------------------------------------------------