rebrand to bingus-blog

This commit is contained in:
slonkazoid 2024-04-18 04:16:12 +03:00
parent f9a44d742e
commit 556d8393a3
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM
4 changed files with 33 additions and 33 deletions

58
Cargo.lock generated
View file

@ -354,6 +354,35 @@ dependencies = [
"serde",
]
[[package]]
name = "bingus-blog"
version = "0.1.0"
dependencies = [
"askama",
"askama_axum",
"async-compression",
"axum 0.7.5",
"bitcode",
"chrono",
"clap",
"color-eyre",
"comrak",
"console-subscriber",
"fronma",
"futures-util",
"notify",
"scc",
"serde",
"syntect",
"thiserror",
"tokio",
"tokio-util",
"toml",
"tower-http",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "bit-set"
version = "0.5.3"
@ -1833,35 +1862,6 @@ dependencies = [
"libc",
]
[[package]]
name = "silly-blog"
version = "0.1.0"
dependencies = [
"askama",
"askama_axum",
"async-compression",
"axum 0.7.5",
"bitcode",
"chrono",
"clap",
"color-eyre",
"comrak",
"console-subscriber",
"fronma",
"futures-util",
"notify",
"scc",
"serde",
"syntect",
"thiserror",
"tokio",
"tokio-util",
"toml",
"tower-http",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "slab"
version = "0.4.9"

View file

@ -1,8 +1,8 @@
[package]
name = "silly-blog"
name = "bingus-blog"
version = "0.1.0"
edition = "2021"
default-run = "silly-blog"
default-run = "bingus-blog"
[[bin]]
name = "syntect-to-css"

View file

@ -4,7 +4,7 @@ description: "the README.md file of this project"
author: "slonkazoid"
---
# silly-blog
# bingus-blog
blazingly fast markdown blog software written in rust memory safe

View file

@ -44,7 +44,7 @@ impl Default for Config {
Self {
host: IpAddr::V4(Ipv4Addr::UNSPECIFIED),
port: 3000,
title: "silly-blog".into(),
title: "bingus-blog".into(),
description: "blazingly fast markdown blog software written in rust memory safe".into(),
render: Default::default(),
posts_dir: "posts".into(),