url: "" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: "Website Design 2025" # the name of your site, e.g. ACME Corp.

plugins:
  - jekyll-postcss-v2
  - jekyll-feed

permalink: /blog/:title/index:output_ext 

exclude: ["package.json", "postcss.config.js", "tailwind.config.js", "yarn.lock"]