Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sealrealize committed Jan 15, 2024
1 parent de9a5af commit ec5ec8c
Show file tree
Hide file tree
Showing 10 changed files with 96 additions and 90 deletions.
1 change: 0 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -657,4 +657,3 @@ pre {
.2xl\:ratio-21-9 { padding-top: 42.85%; } /* 21:9 Aspect Ratio */
.2xl\:ratio-32-9 { padding-top: 28.125%; } /* 32:9 Aspect Ratio */
}

1 change: 1 addition & 0 deletions assets/css/schemes/blowfish.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@
--color-secondary-800: 21, 94, 117;
--color-secondary-900: 22, 78, 99;
}

2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://blowfish.page/docs/configuration/#theme-parameters

colorScheme = "blowfish"
defaultAppearance = "dark" # valid options: light or dark
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true

enableSearch = true
Expand Down
180 changes: 93 additions & 87 deletions content/_index.md

Large diffs are not rendered by default.

Binary file modified content/direction.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion content/posts/tryout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ series_order: 1
![hello](dog.webp)
Simply follow the standard Hugo [Quick Start](https://gohugo.io/getting-started/quick-start/) procedure to get up and running quickly.

Detailed installation instructions can be found below. Instructions for are also available.
> Detailed installation instructions can be found below. Instructions for are also available.
## Installation

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ec5ec8c

Please sign in to comment.