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",
|
||||
]
|
||||
|
||||
[[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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue