Tweaks to the blog (#1544)

## Description

- Fix incorrect URL
- Truncate blog preview
- Add some SEO optimizations

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-11-17 00:20:49 -08:00 committed by GitHub
parent c6a0a6c8e4
commit 24a50b9e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,8 @@ If you did some work today, theres a very good chance you opened a Microsoft
companies worldwide, and nearly 880,000 companies in the U.S. use the software suite. But with that widespread usage companies worldwide, and nearly 880,000 companies in the U.S. use the software suite. But with that widespread usage
comes risk, business-critical data is at risk of loss or corruption, if not securely backed up and protected. comes risk, business-critical data is at risk of loss or corruption, if not securely backed up and protected.
<!-- truncate -->
## The problem with built-in backups ## The problem with built-in backups
A couple of years back I took the time to get the AWS baby cert, their first certification. The focus of the A couple of years back I took the time to get the AWS baby cert, their first certification. The focus of the

View File

@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = { const config = {
title: 'Corso Documentation', title: 'Corso Documentation',
tagline: 'Free, Secure, and Open-Source Backup for Microsoft 365', tagline: 'Free, Secure, and Open-Source Backup for Microsoft 365',
url: 'https://corsobackup.io', url: 'https://docs.corsobackup.io',
baseUrl: process.env.CORSO_DOCS_BASEURL || '/', baseUrl: process.env.CORSO_DOCS_BASEURL || '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw', onBrokenMarkdownLinks: 'throw',
@ -50,6 +50,8 @@ const config = {
}, },
blog: { blog: {
showReadingTime: true, showReadingTime: true,
blogTitle: 'Corso Blog',
blogDescription: 'Blog about Microsoft 365 protection, backup, and security',
}, },
sitemap: { sitemap: {
ignorePatterns: ['/tags/**'], ignorePatterns: ['/tags/**'],