Add the blog section back (#670)
* Revert "docs/blog: remove (#273)"
This reverts commit df3509ec99.
* chore: intro to the blog post
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
e5455c02d8
commit
81f6380dd4
4 changed files with 50 additions and 17 deletions
14
docs/blog/2025-06-16-welcome/index.mdx
Normal file
14
docs/blog/2025-06-16-welcome/index.mdx
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
slug: welcome
|
||||||
|
title: Welcome to the Anubis blog!
|
||||||
|
authors: [xe]
|
||||||
|
tags: [intro]
|
||||||
|
---
|
||||||
|
|
||||||
|
Hello, world!
|
||||||
|
|
||||||
|
At Techaro, we've been working on making Anubis even better, and in the process we want to share what we've done, how it works, and signal boost cool things the community has done. As things happen, we'll blog about them so that you can learn from our struggles.
|
||||||
|
|
||||||
|
More details to come soon!
|
||||||
|
|
||||||
|
{/* truncate */}
|
||||||
9
docs/blog/authors.yml
Normal file
9
docs/blog/authors.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
xe:
|
||||||
|
name: Xe Iaso
|
||||||
|
title: CEO @ Techaro
|
||||||
|
url: https://github.com/Xe
|
||||||
|
image_url: https://github.com/Xe.png
|
||||||
|
email: xe@techaro.lol
|
||||||
|
page: true
|
||||||
|
socials:
|
||||||
|
github: Xe
|
||||||
1
docs/blog/tags.yml
Normal file
1
docs/blog/tags.yml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
|
||||||
|
|
@ -47,21 +47,21 @@ const config: Config = {
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/TecharoHQ/anubis/tree/main/docs/',
|
'https://github.com/TecharoHQ/anubis/tree/main/docs/',
|
||||||
},
|
},
|
||||||
// blog: {
|
blog: {
|
||||||
// showReadingTime: true,
|
showReadingTime: true,
|
||||||
// feedOptions: {
|
feedOptions: {
|
||||||
// type: ['rss', 'atom', "json"],
|
type: ['rss', 'atom', "json"],
|
||||||
// xslt: true,
|
xslt: true,
|
||||||
// },
|
},
|
||||||
// // Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// // Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
// editUrl:
|
editUrl:
|
||||||
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
|
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
|
||||||
// // Useful options to enforce blogging best practices
|
// Useful options to enforce blogging best practices
|
||||||
// onInlineTags: 'warn',
|
onInlineTags: 'warn',
|
||||||
// onInlineAuthors: 'warn',
|
onInlineAuthors: 'warn',
|
||||||
// onUntruncatedBlogPosts: 'warn',
|
onUntruncatedBlogPosts: 'warn',
|
||||||
// },
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: './src/css/custom.css',
|
customCss: './src/css/custom.css',
|
||||||
},
|
},
|
||||||
|
|
@ -86,9 +86,14 @@ const config: Config = {
|
||||||
type: 'docSidebar',
|
type: 'docSidebar',
|
||||||
sidebarId: 'tutorialSidebar',
|
sidebarId: 'tutorialSidebar',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Tutorial',
|
label: 'Docs',
|
||||||
|
},
|
||||||
|
{ to: '/blog', label: 'Blog', position: 'left' },
|
||||||
|
{
|
||||||
|
href: 'https://github.com/sponsors/Xe',
|
||||||
|
label: "Sponsorship",
|
||||||
|
position: 'left'
|
||||||
},
|
},
|
||||||
// { to: '/blog', label: 'Blog', position: 'left' },
|
|
||||||
{
|
{
|
||||||
href: 'https://github.com/TecharoHQ/anubis',
|
href: 'https://github.com/TecharoHQ/anubis',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
|
|
@ -128,6 +133,10 @@ const config: Config = {
|
||||||
{
|
{
|
||||||
title: 'More',
|
title: 'More',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
label: 'Blog',
|
||||||
|
to: '/blog',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
href: 'https://github.com/TecharoHQ/anubis',
|
href: 'https://github.com/TecharoHQ/anubis',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue