Skip to content

Commit bc3e778

Browse files
committed
fix: format trivial changes
Replaces quotations and does basic indentation that is trivial. This is separate as the other will make more changes for files that are actual code.
1 parent a3333f1 commit bc3e778

File tree

8 files changed

+24
-29
lines changed

8 files changed

+24
-29
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
99
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: ['https://buymeacoffee.com/randy8080']
12+
custom: ["https://buymeacoffee.com/randy8080"]
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
name: Cheatsheet request
33
about: For request cheatsheet and reference.
4-
title: 'Cheatsheet request: '
4+
title: "Cheatsheet request: "
55
labels: request
66
assignees: Fechin
77
---
8-
9-

.markdownlint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"code_blocks": true,
1010
"spaces_per_tab": 2
1111
}
12-
}
12+
}

_config.yml

+12-14
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
# Site
66
title: CheatSheets.zip
7-
subtitle: 'Quick Reference Cheat Sheet'
8-
description: 'Share quick reference and cheat sheet for developers'
7+
subtitle: "Quick Reference Cheat Sheet"
8+
description: "Share quick reference and cheat sheet for developers"
99
keywords: reference,cheatsheet,code table,snippets,linux
1010
author: CheatSheets.zip
1111
language: en
12-
timezone: ''
12+
timezone: ""
1313

1414
# URL
1515
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
@@ -39,7 +39,7 @@ titlecase: false # Transform title into titlecase
3939
external_link:
4040
enable: true # Open external links in new tab
4141
field: site # Apply to the whole site
42-
exclude: ''
42+
exclude: ""
4343
filename_case: 1
4444
render_drafts: false
4545
post_asset_folder: false
@@ -53,7 +53,7 @@ highlight:
5353
# per_page: Posts displayed per page. (0 = disable pagination)
5454
# order_by: Posts order. (Order by date descending by default)
5555
index_generator:
56-
path: ''
56+
path: ""
5757
per_page: 0
5858
order_by: -date
5959

@@ -73,7 +73,7 @@ meta_generator: false
7373
date_format: YYYY-MM-DD
7474
time_format: HH:mm:ss
7575
## Use post's date for updated date unless set in front-matter
76-
updated_option: 'date'
76+
updated_option: "date"
7777

7878
# Pagination
7979
## Set per_page to 0 to disable pagination
@@ -96,19 +96,18 @@ nofollow:
9696
enable: true
9797
field: site
9898
exclude:
99-
- 'exclude1.com'
99+
- "exclude1.com"
100100

101101
excerpt:
102102
depth: 2
103103
excerpt_excludes: []
104104
more_excludes: []
105105
hideWholePostExcerpts: true
106106

107-
108107
# Deployment
109108
## Docs: https://hexo.io/docs/deployment.html
110109
deploy:
111-
# - type: cjh_google_url_submitter
110+
# - type: cjh_google_url_submitter
112111
- type: cjh_bing_url_submitter
113112
- type: cjh_baidu_url_submitter
114113

@@ -123,7 +122,6 @@ sitemap:
123122
tags: false
124123
categories: false
125124

126-
127125
# Markdown-it configuration
128126
## Docs: https://github.com/celsomiranda/hexo-renderer-markdown-it/wiki
129127
markdown:
@@ -133,12 +131,12 @@ markdown:
133131
breaks: false
134132
linkify: false
135133
typographer: false
136-
quotes: '“”‘’'
134+
quotes: "“”‘’"
137135
anchors:
138136
level: 2
139-
collisionSuffix: ''
137+
collisionSuffix: ""
140138
permalink: true
141139
permalinkClass: h-anchor
142-
permalinkSymbol: '#'
140+
permalinkSymbol: "#"
143141
case: 1
144-
separator: '-'
142+
separator: "-"

source/ga_analytics_tops.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
"path": "postgres.html",
6060
"background": "bg-[#3d6488]"
6161
}
62-
]
62+
]

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ module.exports = {
2323
content: {
2424
files: ['**/*.{ejs,md}', '**/widget/*.html', '**/js/main.js'],
2525
}
26-
};
26+
};

themes/coo/_config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ index_recommends:
2323
- regex
2424
- awk
2525

26-
2726
# Related popular posts
2827
# Dependencies: https://github.com/tea3/hexo-related-popular-posts
2928
related_posts:

themes/coo/languages/default.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ readmore: READ MORE
1515
floatmenu: Menu
1616

1717
menu:
18-
home: Home
19-
archives: Archives
20-
category: Categories
21-
search: Search
18+
home: Home
19+
archives: Archives
20+
category: Categories
21+
search: Search
2222
current_page: Current page
2323
page_name:
24-
categories: (Categories)
25-
tags: (Tags)
26-
archives: (Archives)
24+
categories: (Categories)
25+
tags: (Tags)
26+
archives: (Archives)
2727
go_back_home: Go back home
2828
no_title: No title

0 commit comments

Comments
 (0)