update blog and authors
This commit is contained in:
parent
ab38bb5574
commit
0cd2a2f09d
6 changed files with 29 additions and 64 deletions
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
slug: first-blog-post
|
||||
title: First Blog Post
|
||||
authors: [slorber, yangshun]
|
||||
tags: [hola, docusaurus]
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet...
|
||||
|
||||
{/* truncate */}
|
||||
|
||||
...consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 94 KiB |
|
|
@ -1,29 +0,0 @@
|
|||
---
|
||||
slug: welcome
|
||||
title: Welcome
|
||||
authors: [slorber, yangshun]
|
||||
tags: [facebook, hello, docusaurus]
|
||||
---
|
||||
|
||||
[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).
|
||||
|
||||
Here are a few tips you might find useful.
|
||||
|
||||
{/* truncate */}
|
||||
|
||||
Simply add Markdown files (or folders) to the `blog` directory.
|
||||
|
||||
Regular blog authors can be added to `authors.yml`.
|
||||
|
||||
The blog post date can be extracted from filenames, such as:
|
||||
|
||||
- `2019-05-30-welcome.md`
|
||||
- `2019-05-30-welcome/index.md`
|
||||
|
||||
A blog post folder can be convenient to co-locate blog post images:
|
||||
|
||||

|
||||
|
||||
The blog supports tags as well!
|
||||
|
||||
**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config.
|
||||
12
www/blog/2026-04-26-welcome.mdx
Normal file
12
www/blog/2026-04-26-welcome.mdx
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
slug: first-blog-post
|
||||
title: First Blog Post
|
||||
authors: [nxf99]
|
||||
tags: [hola]
|
||||
---
|
||||
|
||||
So glad that you here - ready for your life to get a little smoother?
|
||||
|
||||
{/* truncate */}
|
||||
|
||||
This is the new home for ButterBox!
|
||||
|
|
@ -1,25 +1,19 @@
|
|||
yangshun:
|
||||
name: Yangshun Tay
|
||||
title: Ex-Meta Staff Engineer, Co-founder GreatFrontEnd
|
||||
url: https://linkedin.com/in/yangshun
|
||||
image_url: https://github.com/yangshun.png
|
||||
nxf99:
|
||||
name: Nathan Freitas
|
||||
title: Director, Guardian Project
|
||||
url: https://nathan.freitas.net
|
||||
image_url: https://avatars.githubusercontent.com/u/30851?v=4
|
||||
page: true
|
||||
socials:
|
||||
x: yangshunz
|
||||
linkedin: yangshun
|
||||
github: yangshun
|
||||
newsletter: https://www.greatfrontend.com
|
||||
github: n8fr8
|
||||
newsletter: https://nathan.freitas.net
|
||||
|
||||
slorber:
|
||||
name: Sébastien Lorber
|
||||
title: Docusaurus maintainer
|
||||
url: https://sebastienlorber.com
|
||||
image_url: https://github.com/slorber.png
|
||||
page:
|
||||
# customize the url of the author page at /blog/authors/<permalink>
|
||||
permalink: '/all-sebastien-lorber-articles'
|
||||
socials:
|
||||
x: sebastienlorber
|
||||
linkedin: sebastienlorber
|
||||
github: slorber
|
||||
newsletter: https://thisweekinreact.com
|
||||
fabby:
|
||||
name: Fabiola M.
|
||||
title: Community Lead
|
||||
image_url: https://avatars.githubusercontent.com/u/30851?v=4
|
||||
|
||||
trob:
|
||||
name: Tiffany R.
|
||||
title: Project Coordinator
|
||||
image_url: https://avatars.githubusercontent.com/u/30851?v=4
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ export default function Home(): ReactNode {
|
|||
stored right on the Butter Box.
|
||||
</p>
|
||||
<img
|
||||
src="/img/plugged-in-to-solar.jpg"
|
||||
src="/img/docs/20250815_142828.jpg"
|
||||
alt="A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel."
|
||||
/>
|
||||
<a className="btn-main" target="_blank" rel="noreferrer" href={DOCS}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue