-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·57 lines (45 loc) · 1.41 KB
/
_config.yml
File metadata and controls
executable file
·57 lines (45 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
app_name: Copy Actions
app_subtitle: A powerful clipboard / pasteboard manager
app_download: https://apps.apple.com/cn/app/copy-actions/id1620755769
app_github: https://github.com/copy-actions
app_id: 1620755769
email: kezhenxu94@gmail.com
app_icon: /assets/icon.png
favicon: /assets/icon.png
made_by: Made by [kezhenxu94](https://github.com/kezhenxu94)
links: []
# - title: AppStore Connect Widget
# url: https://ac-widget.xyz
app_description: |
Copy Actions is a clipboard / pasteboard manager on your mac.
## Features
- Store all what you copied in your local machine and sync with iCloud between all your devices.
- Unlimited copy items, including plain text, rich text format, images, URL links, files.
- Set aliases for your copy history, and search to easily find what you want.
- Preview the text, image, URL links before you paste it into your work.
Report bugs or request features at [GitHub](https://github.com/copy-actions/copy-actions.github.io/issues/new/choose).
plugins:
- jekyll-postcss
exclude:
- Gemfile
- Gemfile.lock
- package-lock.json
- README.md
- postcss.config.js
- .gitignore
- node_modules
markdown: kramdown
collections:
pages:
output: true
permalink: /:path/
defaults:
- scope:
path: "assets/screenshots"
values:
screenshot: true
sass:
load_paths:
- _sass
- node_modules
include: ["node_modules/tailwindcss"]