diff --git a/README.md b/README.md index 01cd09c..5e7581b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![barely test](https://github.com/charludo/barely/actions/workflows/barely-test.yml/badge.svg?branch=main)](https://github.com/charludo/barely/actions/workflows/barely-test.yml) ![Lines of code](https://img.shields.io/tokei/lines/github/charludo/barely) [![MIT License][license-shield]][license-url] -![Website](https://img.shields.io/website?down_color=red&down_message=down&up_color=success&up_message=online&url=https%3A%2F%2Fbuildwithbarely.org) +![Website](https://img.shields.io/website?down_color=red&down_message=down&up_color=success&up_message=online&url=https%3A%2F%2Fnotablog.io)
@@ -56,7 +56,7 @@ #### barely has a website now! -[see it here: buildwithbarely.org](https://buildwithbarely.org) - of course also built with barely! +[see it here: notablog.io](https://notablog.io) - of course also built with barely! ## Demo @@ -288,9 +288,9 @@ Distributed under the GNU General Public License. See [LICENSE](https://github.c ## Contact -Telegram: [@smiletolerantly](https://t.me/smiletolerantly) - Mail: barely@buildwithbarely.org +Telegram: [@smiletolerantly](https://t.me/smiletolerantly) - Mail: barely@notablog.io -Official Website Link: [https://buildwithbarely.org](https://buildwithbarely.org) +Official Website Link: [https://notablog.io](https://notablog.io) Github Project Link: [https://github.com/charludo/barely](https://github.com/charludo/barely) ## Changelog diff --git a/barely/blueprints/blog/blog/2022-04-01-building-a-blog-with-barely/post.md b/barely/blueprints/blog/blog/2022-04-01-building-a-blog-with-barely/post.md index 635a6ad..8824a4c 100644 --- a/barely/blueprints/blog/blog/2022-04-01-building-a-blog-with-barely/post.md +++ b/barely/blueprints/blog/blog/2022-04-01-building-a-blog-with-barely/post.md @@ -11,7 +11,7 @@ created: 2022-04-01 --- ## Introduction -In this blog post, we are going to build a blog. Or rather, we are going to build *this* blog. (I know, a fitting topic for the first post on here, isn't it?) Rather than build it by hand or with the help of a bulky CMS however, we are going to use the static site generator [barely](https://buildwithbarely.org). +In this blog post, we are going to build a blog. Or rather, we are going to build *this* blog. (I know, a fitting topic for the first post on here, isn't it?) Rather than build it by hand or with the help of a bulky CMS however, we are going to use the static site generator [barely](https://notablog.io). Apart from a slew of quality of life features (like hot reloading, SASS compilation and automatic .webp conversion), barely also offers us everything we need to build a blog "out of the box", most importantly a collection system to organize our posts into categories and link them appropriately. @@ -65,7 +65,7 @@ title: Hello World! This is the content of our "Hello World" post! ``` -If you are unclear on how the yaml configuration at the top of the file works, check out [this introduction](https://buildwithbarely.org/features/yaml/). To see your post, navigate to [http://127.0.0.1:5500/blog/hello-world/](http://127.0.0.1:5500/blog/hello-world/). +If you are unclear on how the yaml configuration at the top of the file works, check out [this introduction](https://notablog.io/features/yaml/). To see your post, navigate to [http://127.0.0.1:5500/blog/hello-world/](http://127.0.0.1:5500/blog/hello-world/). Alright, a title and some content are good, but not exactly a fully featured blog yet. So let's take it from the top. @@ -187,7 +187,7 @@ Neat! ### Other features These were the most important blog-specific features. There's loads of other stuff you might want to add: automatic resizing of pictures, automatic SEO, lexing & highlighting of code snippets,... -These are not really blog specific however, and are covered in detail [here](https://buildwithbarely.org/features/)! +These are not really blog specific however, and are covered in detail [here](https://notablog.io/features/)! ## Comments & Search "Hold up!" you might say at this point. "There's something missing! What about comments, and search functionality?" And you'd be right - we have not implemented these yet. However, that's less of an issue with barely, and more an issue of the nature of static websites. diff --git a/barely/blueprints/default/page.md b/barely/blueprints/default/page.md index d17a5be..e96313b 100644 --- a/barely/blueprints/default/page.md +++ b/barely/blueprints/default/page.md @@ -7,7 +7,7 @@ [![barely test](https://github.com/charludo/barely/actions/workflows/barely-test.yml/badge.svg?branch=main)](https://github.com/charludo/barely/actions/workflows/barely-test.yml) ![Lines of code](https://img.shields.io/tokei/lines/github/charludo/barely) [![MIT License][license-shield]][license-url] -![Website](https://img.shields.io/website?down_color=red&down_message=down&up_color=success&up_message=online&url=https%3A%2F%2Fbuildwithbarely.org) +![Website](https://img.shields.io/website?down_color=red&down_message=down&up_color=success&up_message=online&url=https%3A%2F%2Fnotablog.io)
@@ -56,7 +56,7 @@ #### barely has a website now! -[see it here: buildwithbarely.org](https://buildwithbarely.org) - of course also built with barely! +[see it here: notablog.io](https://notablog.io) - of course also built with barely! ## Demo @@ -288,9 +288,9 @@ Distributed under the GNU General Public License. See [LICENSE](https://github.c ## Contact -Telegram: [@smiletolerantly](https://t.me/smiletolerantly) - Mail: barely@buildwithbarely.org +Telegram: [@smiletolerantly](https://t.me/smiletolerantly) - Mail: barely@notablog.io -Official Website Link: [https://buildwithbarely.org](https://buildwithbarely.org) +Official Website Link: [https://notablog.io](https://notablog.io) Github Project Link: [https://github.com/charludo/barely](https://github.com/charludo/barely) ## Changelog