From f32e81493e859b32293a602406d5fae6406bcbae Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Wed, 30 Dec 2020 04:02:10 -0700 Subject: [PATCH] Minor text/css changes, please edit if awful (#5) Minor text/css changes --- src/.vuepress/config.js | 11 +++++------ src/.vuepress/public/site.webmanifest | 2 +- src/.vuepress/theme/components/FooterLegal.vue | 10 +++++++--- .../theme/components/blog/LinksAndSocial.vue | 10 +++++----- src/.vuepress/theme/components/blog/PostHero.vue | 2 +- src/.vuepress/theme/components/blog/PostMeta.vue | 2 +- src/.vuepress/theme/layouts/Blog.vue | 11 ++++++----- 7 files changed, 26 insertions(+), 22 deletions(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index b5d7d90b..b2b002be 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -8,7 +8,7 @@ const IPFS_DEPLOY = process.env.IPFS_DEPLOY === 'true' || false module.exports = { title: 'IPFS Blog & News', description: - 'This is the IPFS Starlog, a series of communications about the IPFS Project.', + 'All the latest information about the IPFS Project in one place: blog posts, release notes, videos, news coverage, and more.', domain: CANONICAL_BASE, authors, locales: { @@ -16,7 +16,7 @@ module.exports = { lang: 'en-US', title: 'IPFS Blog & News', description: - 'This is the IPFS Starlog, a series of communications about the IPFS Project.', + 'All the latest information about the IPFS Project in one place: blog posts, release notes, videos, news coverage, and more.', }, }, head: require('./config/head'), @@ -57,10 +57,10 @@ module.exports = { }, ], footerLinks: [ - { text: 'Blog & News', link: '/' }, + { text: 'Blog & news', link: '/' }, { text: 'Press', link: 'https://ipfs.io/media/' }, { - text: 'Code of Conduct', + text: 'Code of conduct', link: 'https://github.com/ipfs/community/blob/master/code-of-conduct.md', }, @@ -145,8 +145,7 @@ module.exports = { itemLayout: 'BlogPost', frontmatter: { title: 'Home', - description: - 'This is the IPFS Starlog, a series of communications about the IPFS Project.', + description: 'Blog, news & more', }, pagination: { lengthPerPage: Number.MAX_SAFE_INTEGER, diff --git a/src/.vuepress/public/site.webmanifest b/src/.vuepress/public/site.webmanifest index beacf916..740a6dc8 100644 --- a/src/.vuepress/public/site.webmanifest +++ b/src/.vuepress/public/site.webmanifest @@ -1,7 +1,7 @@ { "name": "IPFS blog", "short_name": "IPFS blog", - "description": "This is the IPFS Starlog, a series of communications about the IPFS Project.", + "description": "All the latest information about the IPFS Project in one place: blog posts, release notes, videos, news coverage, and more.", "dir": "auto", "lang": "en-US", "display": "minimal-ui", diff --git a/src/.vuepress/theme/components/FooterLegal.vue b/src/.vuepress/theme/components/FooterLegal.vue index a3d5a051..3b074b4a 100644 --- a/src/.vuepress/theme/components/FooterLegal.vue +++ b/src/.vuepress/theme/components/FooterLegal.vue @@ -17,24 +17,28 @@ | Except as noted, content licensed CC-BY 3.0 | Terms | Privacy diff --git a/src/.vuepress/theme/components/blog/LinksAndSocial.vue b/src/.vuepress/theme/components/blog/LinksAndSocial.vue index a67b3e0a..2bd0f6e1 100644 --- a/src/.vuepress/theme/components/blog/LinksAndSocial.vue +++ b/src/.vuepress/theme/components/blog/LinksAndSocial.vue @@ -1,9 +1,9 @@