Skip to content

Commit

Permalink
Using plain-blog.js.org
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Jan 21, 2025
1 parent 5d94174 commit 4e1d8f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Plain Blog

[The Plain Blog builder](https://weareoutman.github.io/plain-blog/) which emits zero client-side JavaScript. With minimal configuration, your blog will be fast and elegant.
The Plain Blog builder which emits zero client-side JavaScript. With minimal configuration, your blog will be fast and elegant.

Although it emits no JavaScript to the the client-side, you can composite your page layout using React components, writing content in markdown or MDX. So blogs built with similar tech like [Gatsby](https://www.gatsbyjs.com/) can migrate to Plain Blog with little effort.

Expand Down
4 changes: 2 additions & 2 deletions website/plain.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// @ts-check
/** @type {import("plain-blog").SiteConfig} */
export default {
baseUrl: "/plain-blog/",
baseUrl: "/",
site: {
title: "Plain Blog",
description: "The plain blog builder which emits zero client side JavaScript. With minimal configure, your blog will be fast and elegant.",
favicon: "assets/favicon.svg",
url: "https://weareoutman.github.io/plain-blog",
url: "https://plain-blog.js.org",
},
// posts: {
// path: "posts",
Expand Down
2 changes: 1 addition & 1 deletion website/posts/00-introducing-plain-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Introducing Plain Blog
---

[The Plain Blog builder](https://weareoutman.github.io/plain-blog/) which emits zero client-side JavaScript. With minimal configuration, your blog will be fast and elegant.
[The Plain Blog builder](https://plain-blog.js.org/) which emits zero client-side JavaScript. With minimal configuration, your blog will be fast and elegant.

Although it emits no JavaScript to the the client-side, you can composite your page layout using React components, writing content in markdown or MDX. So blogs built with similar tech like [Gatsby](https://www.gatsbyjs.com/) can migrate to Plain Blog with little effort.

Expand Down

0 comments on commit 4e1d8f9

Please sign in to comment.