rebrand to bingus-blog
This commit is contained in:
parent
f9a44d742e
commit
556d8393a3
4 changed files with 33 additions and 33 deletions
58
Cargo.lock
generated
58
Cargo.lock
generated
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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(),
|
||||||
|
|
Loading…
Reference in a new issue