Skip to content

Commit

Permalink
Merge pull request #4601 from chipsalliance/dev/seldridge/website-add…
Browse files Browse the repository at this point in the history
…-blog

[website] Add a blog section and an initial blog post
  • Loading branch information
seldridge authored Jan 8, 2025
2 parents 4c8efa9 + 5ac0285 commit a597006
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
18 changes: 18 additions & 0 deletions website/blog/2025/01-07-restarting-the-blog/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
authors:
- seldridge
tags: [miscellaneous]
slug: restarting-the-blog
description: After a long hiatus, the Chisel developers are restarting the Chisel blog.
---

# Restarting the Blog

It's been many years since the Chisel project had a blog. In the spirit of New
Year's resolutions (and more pragmatically as a means to better communicate with
the open source community about Chisel), the Chisel developers are restarting
the blog.

In the future look for posts by Chisel users and developers about new features,
the rationale behind existing features, and more communication about the broad
direction of Chisel.
10 changes: 10 additions & 0 deletions website/blog/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
seldridge:
name: Schuyler Eldridge
title: Principal Engineer at SiFive
url: https://seldridge.dev
image_url: https://github.com/seldridge.png
page: true
socials:
x: theSchuyler
github: seldridge
linkedin: schuylereldridge
4 changes: 4 additions & 0 deletions website/blog/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
miscellaneous:
description: "Miscellaneous posts"
release:
description: "Blog posts about new Chisel releases"
6 changes: 5 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const config = {
{to: '/docs', label: 'Docs', position: 'left'},
{to: '/community', label: 'Community', position: 'left'},
{to: '/api', label: 'API', position: 'left'},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://www.chipsalliance.org/',
position: 'right',
Expand Down Expand Up @@ -147,6 +148,10 @@ const config = {
label: 'GitHub',
href: 'https://github.com/chipsalliance/chisel',
},
{
label: 'Blog',
to: '/blog',
}
],
},
],
Expand Down Expand Up @@ -208,4 +213,3 @@ const config = {


module.exports = config;

0 comments on commit a597006

Please sign in to comment.