-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigs.yml
59 lines (46 loc) · 2.15 KB
/
configs.yml
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
58
59
basic:
site_name: 'Kremilly'
social_media:
- GitHub: 'https://github.com/kremilly'
- Crates: 'https://crates.io/users/Kremilly'
- Leetcode: 'https://leetcode.com/kremilly'
- Exercism: 'https://exercism.org/profiles/kremilly'
- BlueSky: 'https://bsky.app/profile/kremilly.com'
projects:
- name: 'Linkscraper'
url: 'https://linkscraper.kremilly.com'
description: 'Plunge into the depths of the web with Linkscraper! Uncover links, images, emails, and more swiftly, catering to researchers, developers, and curious explorers alike.'
- name: 'Scimon'
url: 'https://scimon.dev'
description: 'Scimon is a tool designed for batch downloading PDF files using its own dedicated language, Monset (.mon). Monset features a very simple and quick-to-write syntax, making it easy to use.'
- name: 'Dumpsync'
url: 'https://dumpsync.com'
description: 'DumpSync is a lightweight tool designed for efficiently dumping and restoring MySQL databases. Whether you need to create backups, restore databases, or transfer data between servers.'
- name: 'ShadowJS'
url: 'https://github.com/Gausix/ShadowJS'
description: 'ShadowJS is a fast, lightweight JavaScript obfuscator built with Rust. It protects your code by converting readable identifiers into obscure formats, ensuring security without sacrificing performance.'
profile:
name: 'Kremilly'
site_url: 'https://kremilly.com'
avatar: 'https://avatars.githubusercontent.com/u/24691979?v=4'
google_fonts:
- 'Montserrat:ital,wght@0,100..900;1,100..900'
external_js_libs:
- 'https://code.jquery.com/jquery-3.7.1.min.js'
- 'https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.min.js'
- 'https://cdn.jsdelivr.net/npm/[email protected]/lazyload.min.js'
- 'https://cdn.jsdelivr.net/npm/sharer.js@latest/sharer.min.js'
external_css_libs:
- 'https://use.fontawesome.com/releases/v6.5.2/css/all.css'
paths:
contents:
docs: './contents/docs/'
blog: './contents/blog/'
pages: './contents/pages/'
static:
dist: './static/dist/'
js:
src: './static/js/src/'
plugins: './static/js/plugins/'
css: './static/css/'
images: './static/images/'