diff --git a/_config.yml b/_config.yml index bf1a83d..c847b06 100644 --- a/_config.yml +++ b/_config.yml @@ -27,19 +27,7 @@ defaults: values: permalink: til/:title/ category: til - layout: til-post - -jekyll-archives: - enabled: - - categories - - tags - layouts: - category: category - tag: tag - permalinks: - category: "/blog/category/:name/" - tag: "/blog/tag/:name/" + layout: post feed: - categories: - - til \ No newline at end of file + category: til \ No newline at end of file diff --git a/_data/categories.yml b/_data/categories.yml deleted file mode 100644 index 26e09d8..0000000 --- a/_data/categories.yml +++ /dev/null @@ -1,12 +0,0 @@ -til: - backColor: "#ed0" - textColor: black -thoughts: - backColor: "#4d8" - textColor: black -quotes: - backColor: "#c66" - textColor: black -links: - backColor: "#36b" - textColor: black \ No newline at end of file diff --git a/_data/nav.yml b/_data/nav.yml index 84db8f9..91660a7 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,9 +1,11 @@ -- name: about +- name: ABOUT link: / -- name: blog +- name: BLOG link: /blog -- name: til +- name: TIL link: /til -- name: photos↗ +- name: PROJECTS + link: /projects +- name: PHOTOS↗ link: http://andrewconlinphotography.co.uk diff --git a/_posts/blog/2023-01-14-musings-on-the-cinema.md b/_drafts/blog/2023-01-14-musings-on-the-cinema.md similarity index 100% rename from _posts/blog/2023-01-14-musings-on-the-cinema.md rename to _drafts/blog/2023-01-14-musings-on-the-cinema.md diff --git a/_posts/blog/2023-03-05-yuri-felsen-on-love.md b/_drafts/blog/2023-03-05-yuri-felsen-on-love.md similarity index 100% rename from _posts/blog/2023-03-05-yuri-felsen-on-love.md rename to _drafts/blog/2023-03-05-yuri-felsen-on-love.md diff --git a/_posts/blog/2023-04-29-links-arent-performances.md b/_drafts/blog/2023-04-29-links-arent-performances.md similarity index 100% rename from _posts/blog/2023-04-29-links-arent-performances.md rename to _drafts/blog/2023-04-29-links-arent-performances.md diff --git a/_includes/nav.html b/_includes/nav.html index d2f1616..4d1e092 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,15 +1,9 @@ -{% assign primaryCategory = site.data.categories[include.a] %} - -

- {% if primaryCategory %} - ac - {% else %} - ac - {% endif %} -

-