diff --git a/_config.yml b/_config.yml deleted file mode 100644 index dee82c57..00000000 --- a/_config.yml +++ /dev/null @@ -1,20 +0,0 @@ -collections: - jobs: - output: true - permalink: /:collection/:name - posts: - output: true - permalink: /blog/:year/:title:output_ext -description: | - Software built by humans, for humans, in LA. - Compiler is a woman-owned software consultancy that’s passionate about making - government tech solutions easy-to-use and accessible for all. -feed: - path: /blog/feed.xml -plugins: - - jekyll-feed -source: ./src -# title is used by jekyll-feed when generating the blog Atom feed -# it isn't currently used elsewhere -title: Compiler’s Blog -url: https://compiler.la diff --git a/package.json b/package.json index d8a434e0..6fa00a75 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Software built by humans, for humans, in LA", "author": "Compiler", "type": "module", - "license": "AGPL-3.0-or-later", + "license": "Apache-2.0", "private": true, "devDependencies": { "@11ty/eleventy": "^3.0.0", diff --git a/src/404.html b/src/404.html index 099b8607..8a02a137 100644 --- a/src/404.html +++ b/src/404.html @@ -1,5 +1,4 @@ --- -layout: default permalink: /404.html --- diff --git a/src/_layouts/default.liquid b/src/_layouts/default.liquid index de2c3c57..fcf9e470 100644 --- a/src/_layouts/default.liquid +++ b/src/_layouts/default.liquid @@ -1,8 +1,6 @@
- {% assign title = title | default: 'Compiler' %} - {% if title_prefix %} {% assign title = title_prefix | append: title %} {% endif %} @@ -11,9 +9,8 @@ - {% if description %} - - {% endif %} + + {% if date %} {% endif %} @@ -33,14 +30,14 @@ diff --git a/src/about.liquid b/src/about.liquid index 12cadffd..e92978d6 100644 --- a/src/about.liquid +++ b/src/about.liquid @@ -1,7 +1,3 @@ ---- -layout: default -description: We build open-source, human-centered, secure, agile solutions to support the delivery of government services that increase equity of opportunity. ----