Skip to content

Commit

Permalink
fix blog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Jan 12, 2025
1 parent 75d2ef3 commit 316a199
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rblog"
version = "0.272.0"
version = "0.273.0"
authors = ["Prabir Shrestha <mail@prabir.me>"]
edition = "2021"
license = "MIT"
Expand Down
22 changes: 11 additions & 11 deletions blog.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
title: rblog
root: https://blog.com
pageSize: 3
enableDrafts: false
postsDir: ./posts
page_size: 3
enable_drafts: false
posts_dir: ./posts
github: prabirshrestha
twitter: prabirshrestha
mastodon: https://mastodon.social/@prabirshrestha
syntaxHighlight: true
# googleAnalytics:
# gaMeasurementId: changeme
syntax_highlight: true
# google_analytics:
# ga_measurement_id: changeme
# disqus: changeme
# giscus: # refer to https://giscus.app/ for configuration values and setup
# scriptSrc: https://giscus.app/client.js
# script_src: https://giscus.app/client.js
# repo: owner/repo
# repoId: changeme
# repo_id: changeme
# category: Announcements
# categoryId: changeme
# category_id: changeme
# mapping: pathname
# reactionsEnabled: 1
# emitMetadata: 0
# reactions_enabled: 1
# emit_metadata: 0
# theme: preferred_color_scheme
# lang: en
# crossorigin: anonymous

0 comments on commit 316a199

Please sign in to comment.