diff --git a/_config.yml b/_config.yml index a007b7c..7d059ed 100644 --- a/_config.yml +++ b/_config.yml @@ -1,10 +1,13 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com baseurl: "" # the subpath of your site, e.g. /blog -title: "Jekyll with a Tailwind" # the name of your site, e.g. ACME Corp. +title: "Jekyll with Tailwind" # the name of your site, e.g. ACME Corp. plugins: - jekyll-postcss +sass: + sourcemap: never + exclude: - .gitignore - bin diff --git a/index.html b/index.html index 7c2fd10..d4e4023 100644 --- a/index.html +++ b/index.html @@ -4,18 +4,18 @@ title: "It's alive!" ---