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", "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]] [[package]]
name = "bit-set" name = "bit-set"
version = "0.5.3" version = "0.5.3"
@ -1833,35 +1862,6 @@ dependencies = [
"libc", "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]] [[package]]
name = "slab" name = "slab"
version = "0.4.9" version = "0.4.9"

View file

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

View file

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

View file

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