Skip to content

Commit

Permalink
correct site url
Browse files Browse the repository at this point in the history
  • Loading branch information
charludo committed Jan 16, 2025
1 parent 9f3e472 commit 4bddbdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<br />
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -288,9 +288,9 @@ Distributed under the GNU General Public License. See [LICENSE](https://github.c
<!-- CONTACT -->
## 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions barely/blueprints/default/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<br />
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -288,9 +288,9 @@ Distributed under the GNU General Public License. See [LICENSE](https://github.c
<!-- CONTACT -->
## 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
Expand Down

0 comments on commit 4bddbdd

Please sign in to comment.