@anglefeint/astro-theme 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/config/about.ts +16 -16
package/package.json
CHANGED
package/src/config/about.ts
CHANGED
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
export const ABOUT_CONFIG = {
|
|
6
6
|
metaLine: '$ profile booted | mode: builder',
|
|
7
7
|
sections: {
|
|
8
|
-
who: '
|
|
9
|
-
what: '
|
|
8
|
+
who: 'Write a short introduction about yourself, your background, and your primary focus areas.',
|
|
9
|
+
what: 'Describe what you build, your core skills, and the kinds of projects you want to be known for.',
|
|
10
10
|
ethos: [
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'Ship in small iterations and
|
|
14
|
-
'
|
|
11
|
+
'Prioritize clarity before complexity.',
|
|
12
|
+
'Favor maintainable systems over one-off solutions.',
|
|
13
|
+
'Ship in small iterations and learn from feedback.',
|
|
14
|
+
'Communicate directly and document decisions.',
|
|
15
15
|
],
|
|
16
|
-
now: '
|
|
17
|
-
contactLead: '
|
|
18
|
-
signature: '>
|
|
16
|
+
now: 'Share what you are currently building, shipping, or learning.',
|
|
17
|
+
contactLead: 'Add a short collaboration note (for example: open to freelance, consulting, or full-time roles).',
|
|
18
|
+
signature: '> Replace with your own signature.',
|
|
19
19
|
},
|
|
20
20
|
contact: {
|
|
21
|
-
email: '
|
|
22
|
-
githubUrl: 'https://github.com/
|
|
21
|
+
email: 'you@example.com',
|
|
22
|
+
githubUrl: 'https://github.com/yourname',
|
|
23
23
|
githubLabel: 'GitHub',
|
|
24
24
|
},
|
|
25
25
|
sidebar: {
|
|
@@ -69,12 +69,12 @@ export const ABOUT_CONFIG = {
|
|
|
69
69
|
backgroundLines: [
|
|
70
70
|
'~ $ ls -la',
|
|
71
71
|
'total 42',
|
|
72
|
-
'drwxr-xr-x 12
|
|
73
|
-
'drwxr-xr-x 8
|
|
74
|
-
'-rw-r--r-- 1
|
|
75
|
-
'-rwxr-xr-x 1
|
|
72
|
+
'drwxr-xr-x 12 user staff 384 Jan 12 about blog projects',
|
|
73
|
+
'drwxr-xr-x 8 user staff 256 Jan 11 .config .ssh keys',
|
|
74
|
+
'-rw-r--r-- 1 user staff 2048 Jan 10 README.md .env.gpg',
|
|
75
|
+
'-rwxr-xr-x 1 user staff 512 Jan 9 deploy.sh script',
|
|
76
76
|
'~ $ cat .motd',
|
|
77
|
-
'>> welcome
|
|
77
|
+
'>> welcome | access granted',
|
|
78
78
|
],
|
|
79
79
|
scrollToasts: {
|
|
80
80
|
p30: 'context parsed',
|