diff --git a/.eleventy.js b/.eleventy.js index d1eaa0ed..433b2d97 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -31,10 +31,8 @@ module.exports = function(config) { config.addPassthroughCopy('src/fonts'); config.addPassthroughCopy('src/images'); config.addPassthroughCopy('src/js'); - config.addPassthroughCopy('src/config.yml'); config.addPassthroughCopy('node_modules/nunjucks/browser/nunjucks-slim.js'); config.addPassthroughCopy('src/robots.txt'); - config.addPassthroughCopy('src/ads.txt'); config.addPassthroughCopy('src/CNAME'); const now = new Date(); diff --git a/src/_data/site.json b/src/_data/site.json index 6ceb23cc..4aa5d0f0 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -1,8 +1,6 @@ { - "showThemeCredit": true, "name": "William Oliveira", - "shortDesc": "Inclusão social através do ensino de programação e front-end", - "title": "William Oliveira | Inclusão social através do ensino de programação e front-end", + "title": "William Oliveira | carreira em programação, desenvolvimento frontend, web performance, arquitetura de software", "url": "https://woliveiras.com.br", "postsImagesPath": "/images/posts/", "authorEmail": "w.oliveira542@gmail.com", diff --git a/src/_includes/partials/global/site-foot.njk b/src/_includes/partials/global/site-foot.njk index 3a947a55..51975ea2 100644 --- a/src/_includes/partials/global/site-foot.njk +++ b/src/_includes/partials/global/site-foot.njk @@ -1,14 +1,6 @@