Skip to content

Commit 7c95c49

Browse files
committed
⬆️ Update blowfish
1 parent 0290a79 commit 7c95c49

File tree

125 files changed

+371
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+371
-40
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_style = space
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.{css,html,js,json,less,sass,scss,sh,toml}]
11+
indent_size = 2
12+
13+
[*.md]
14+
trim_trailing_whitespace = false

archetypes/default.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
title: "{{ replace .Name "-" " " | title }}"
33
date: {{ .Date }}
44
draft: true
5+
description: ""
56
---
67

archetypes/external.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
externalUrl: ""
5+
summary: ""
6+
showReadingTime: false
7+
_build:
8+
render: "false"
9+
list: "local"
10+
---

assets/icons/amazon.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/apple.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/bars.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/bell.svg

Lines changed: 2 additions & 0 deletions
Loading

assets/icons/blogger.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/bluesky.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/bomb.svg

Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)