@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config/about.ts +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglefeint/astro-theme",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "description": "Anglefeint core theme package for Astro",
6
6
  "license": "MIT",
@@ -5,21 +5,21 @@
5
5
  export const ABOUT_CONFIG = {
6
6
  metaLine: '$ profile booted | mode: builder',
7
7
  sections: {
8
- who: 'I build digital products that balance visual narrative, writing clarity, and engineering reliability.',
9
- what: 'I focus on frontend architecture, content systems, and multilingual publishing workflows for modern web teams.',
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
- 'Design for clarity first, then add style with purpose.',
12
- 'Prefer maintainable systems over one-off visual hacks.',
13
- 'Ship in small iterations and improve from real feedback.',
14
- 'Keep communication direct, specific, and accountable.',
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: 'Currently exploring AI-assisted content workflows and performance-aware visual systems for static-first sites.',
17
- contactLead: 'Open to collaboration on design-heavy developer tools, documentation systems, and publication platforms.',
18
- signature: '> Signal received.',
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: 'voidtem@users.noreply.github.com',
22
- githubUrl: 'https://github.com/voidtem',
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 void staff 384 Jan 12 about blog projects',
73
- 'drwxr-xr-x 8 void staff 256 Jan 11 .config .ssh keys',
74
- '-rw-r--r-- 1 void staff 2048 Jan 10 README.md .env.gpg',
75
- '-rwxr-xr-x 1 void staff 512 Jan 9 deploy.sh hack',
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 to the void | access granted',
77
+ '>> welcome | access granted',
78
78
  ],
79
79
  scrollToasts: {
80
80
  p30: 'context parsed',