www.eamoncaddigan.net

Content and configuration for https://www.eamoncaddigan.net
git clone https://git.eamoncaddigan.net/www.eamoncaddigan.net.git
Log | Files | Refs | Submodules | README

commit d4173464813d71c57632bc9a4504fcaec2021478
parent 47dd434af8ccb3a852dd50025154a298e59e6c0a
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Mon, 24 Jul 2023 20:44:47 -0700

Redirecting posts to new locations

Diffstat:
Astatic/.htaccess | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/static/.htaccess b/static/.htaccess @@ -0,0 +1,31 @@ +Redirect 301 /feed.xml /posts/index.xml +Redirect 301 /posts/2015-09-03-antivax-attitudes/index.html /posts/antivax-attitudes/index.html +Redirect 301 /posts/2015-09-03-antivax-attitudes/ /posts/antivax-attitudes/index.html +Redirect 301 /posts/2015-09-09-data-science/index.html /posts/art-of-data-science/index.html +Redirect 301 /posts/2015-09-09-data-science/ /posts/art-of-data-science/index.html +Redirect 301 /posts/2015-09-17-antivax-bootstrap/index.html /posts/antivax-bootstrap/index.html +Redirect 301 /posts/2015-09-17-antivax-bootstrap/ /posts/antivax-bootstrap/index.html +Redirect 301 /posts/2015-09-26-violin-plots/index.html /posts/violin-plots/index.html +Redirect 301 /posts/2015-09-26-violin-plots/ /posts/violin-plots/index.html +Redirect 301 /posts/2015-10-01-reproducible-research/index.html /posts/reproducible-research/index.html +Redirect 301 /posts/2015-10-01-reproducible-research/ /posts/reproducible-research/index.html +Redirect 301 /posts/2015-10-22-indexing-matrices/index.html /posts/indexing-matrices-r/index.html +Redirect 301 /posts/2015-10-22-indexing-matrices/ /posts/indexing-matrices-r/index.html +Redirect 301 /posts/2015-11-25-headlamp-illusion/index.html /posts/headlamp-illusion/index.html +Redirect 301 /posts/2015-11-25-headlamp-illusion/ /posts/headlamp-illusion/index.html +Redirect 301 /posts/2015-12-19-riddler-2/index.html /posts/riddler-2/index.html +Redirect 301 /posts/2015-12-19-riddler-2/ /posts/riddler-2/index.html +Redirect 301 /posts/2016-10-22-designing-programs/index.html /posts/design-everyday-programs/index.html +Redirect 301 /posts/2016-10-22-designing-programs/ /posts/design-everyday-programs/index.html +Redirect 301 /posts/2018-07-22-tufte_plot/index.html /posts/tufte-plot/index.html +Redirect 301 /posts/2018-07-22-tufte_plot/ /posts/tufte-plot/index.html +Redirect 301 /posts/2022-07-08-labeling-plots/index.html /posts/labeling-ggplots/index.html +Redirect 301 /posts/2022-07-08-labeling-plots/ /posts/labeling-ggplots/index.html +Redirect 301 /posts/2022-07-10-rmarkdown-hugo/index.html /posts/rmarkdown-hugo/index.html +Redirect 301 /posts/2022-07-10-rmarkdown-hugo/ /posts/rmarkdown-hugo/index.html +Redirect 301 /posts/2022-07-13-instagram/index.html /posts/instagram-sentiment/index.html +Redirect 301 /posts/2022-07-13-instagram/ /posts/instagram-sentiment/index.html +Redirect 301 /posts/2022-10-17-gpl/index.html /posts/use-the-gpl/index.html +Redirect 301 /posts/2022-10-17-gpl/ /posts/use-the-gpl/index.html +Redirect 301 /posts/2023-01-02-sister_probability_puzzle/index.html /posts/sister-probability-puzzle/index.html +Redirect 301 /posts/2023-01-02-sister_probability_puzzle/ /posts/sister-probability-puzzle/index.html