diff --git a/README.md b/README.md index 3a6e0f8..8611401 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ This static site is deployed to [Pages](https://developers.cloudflare.com/pages/ This site follows the structure below. - `/recipes/{recipe.html}` -- `/articles/{article.html}` +- `/writings/{writing.html}` - `/about` diff --git a/public/index.html b/public/index.html index 0aaae09..54c04bd 100755 --- a/public/index.html +++ b/public/index.html @@ -18,7 +18,7 @@

Culture Bobbin

Recipes
  • - Articles + Writings
  • About diff --git a/public/recipes/biscuits.html b/public/recipes/biscuits.html index e5baa38..45d4d79 100644 --- a/public/recipes/biscuits.html +++ b/public/recipes/biscuits.html @@ -81,7 +81,7 @@

    Culture Bobbin

    Recipes
  • - Articles + Writings
  • About diff --git a/public/recipes/crepes.html b/public/recipes/crepes.html index d3f0813..a37696d 100644 --- a/public/recipes/crepes.html +++ b/public/recipes/crepes.html @@ -61,7 +61,7 @@

    Culture Bobbin

    Recipes
  • - Articles + Writings
  • About diff --git a/public/recipes/dumplings.html b/public/recipes/dumplings.html index ac9f1af..c4522f7 100644 --- a/public/recipes/dumplings.html +++ b/public/recipes/dumplings.html @@ -57,7 +57,7 @@

    Culture Bobbin

    Recipes
  • - Articles + Writings
  • About diff --git a/public/recipes/index.html b/public/recipes/index.html index b1637bf..a9c4b8f 100755 --- a/public/recipes/index.html +++ b/public/recipes/index.html @@ -18,7 +18,7 @@

    Culture Bobbin

    Recipes
  • - Articles + Writings
  • About diff --git a/public/recipes/kung-pao-chicken.html b/public/recipes/kung-pao-chicken.html index b1f06d4..5feb30f 100644 --- a/public/recipes/kung-pao-chicken.html +++ b/public/recipes/kung-pao-chicken.html @@ -119,7 +119,7 @@

    Culture Bobbin

    Recipes
  • - Articles + Writings
  • About diff --git a/public/recipes/red-bean-buns.html b/public/recipes/red-bean-buns.html index b647fef..f017abe 100644 --- a/public/recipes/red-bean-buns.html +++ b/public/recipes/red-bean-buns.html @@ -77,7 +77,7 @@

    Culture Bobbin

    Recipes
  • - Articles + Writings
  • About diff --git a/public/recipes/roasted-vegetables.html b/public/recipes/roasted-vegetables.html index 59e78c8..d267a94 100644 --- a/public/recipes/roasted-vegetables.html +++ b/public/recipes/roasted-vegetables.html @@ -58,7 +58,7 @@

    Culture Bobbin

    Recipes
  • - Articles + Writings
  • About diff --git a/public/articles/index.html b/public/writings/index.html similarity index 95% rename from public/articles/index.html rename to public/writings/index.html index ac897a0..24a577e 100755 --- a/public/articles/index.html +++ b/public/writings/index.html @@ -18,7 +18,7 @@

    Culture Bobbin

    Recipes
  • - Articles + Writings
  • About