From abd5e66f39cdbe8817e4555870269f5b4b6623e6 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 29 Jan 2022 17:46:43 -0700 Subject: [PATCH] added meta descriptions --- _site.yml | 9 ++++----- about.Rmd | 2 +- index.Rmd | 1 + 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_site.yml b/_site.yml index ecd4b50..7f92d33 100644 --- a/_site.yml +++ b/_site.yml @@ -1,14 +1,13 @@ name: "Projects" title: "Anson's Projects" -description: | - Anson's Projects +description: Breakdown of technical projects ranging from Astrodynamics, Programming, to Crypto and everything in between. base_url: https://projects.ansonbiggs.com output_dir: "docs" favicon: favicon.svg navbar: right: -# - text: "Home" -# href: index.html + # - text: "Home" + # href: index.html - text: "About/Contact" href: about.html - text: "Resume" @@ -22,4 +21,4 @@ rss: collections: posts: share: [twitter, linkedin] -output: distill::distill_article \ No newline at end of file +output: distill::distill_article diff --git a/about.Rmd b/about.Rmd index 3297342..7c09822 100644 --- a/about.Rmd +++ b/about.Rmd @@ -1,7 +1,7 @@ --- title: "Hi, I'm Anson." description: | - I'm an Astronautical Engineer studying at Embry-Riddle Prescott. + I'm an Astronautical Engineer studying at Embry-Riddle Prescott. Please give me a job. --- ```{r setup, include=FALSE} diff --git a/index.Rmd b/index.Rmd index 4573575..1064341 100644 --- a/index.Rmd +++ b/index.Rmd @@ -2,6 +2,7 @@ title: "Anson's Projects" site: distill::distill_website listing: posts +description: Breakdown of technical projects ranging from Astrodynamics, Programming, to Crypto and everything in between. ---