Skip to content

Commit

Permalink
Merge pull request #35 from BTx123/feature/cleanup
Browse files Browse the repository at this point in the history
Feature/cleanup
  • Loading branch information
BTx123 authored Nov 30, 2024
2 parents e022a64 + 852d475 commit 1b5618b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ backend:
branch: main
site_url: https://brian-tom.com
locale: en
logo_url: https://brian-tom.com/android-chrome-512x512.png
logo_url: https://cdn.brian-tom.com/static/android-chrome-512x512.png
slug:
encoding: ascii
clean_accents: true
Expand All @@ -19,7 +19,7 @@ collections:
label_singular: Post
description: Blog posts
folder: content/posts
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
slug: "{{year}}{{month}}{{day}}-{{slug}}"
create: true
fields:
- { label: Type, name: type, widget: hidden, default: post }
Expand All @@ -35,7 +35,7 @@ collections:
label_singular: Gallery
description: Photo galleries
folder: content/galleries
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
slug: "{{year}}{{month}}{{day}}-{{slug}}"
path: "{{slug}}/index"
create: true
media_folder: ""
Expand Down
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"build": {
"env": {
"HUGO_VERSION": "0.139.2"
}
}
}

0 comments on commit 1b5618b

Please sign in to comment.