pages terminal scripts
This commit is contained in:
@@ -124,7 +124,8 @@ export const pageSpeedSettings: Record<string, SpeedPreset | number> = {
|
||||
'home': 'fast',
|
||||
'portfolio': 'fast',
|
||||
'models': 'fast',
|
||||
'projects': 'fast'
|
||||
'projects': 'fast',
|
||||
'components': 'fast'
|
||||
};
|
||||
|
||||
// Per-page autoscroll settings (whether to auto-scroll as content types)
|
||||
|
||||
@@ -9,9 +9,10 @@ export const user = {
|
||||
hostname: 'engineering',
|
||||
title: 'Engineering Student',
|
||||
email: '[email protected]',
|
||||
location: 'Washington DC-Baltimore Area',
|
||||
location: 'USA (EAST)',
|
||||
bio: `Hi, I am Sir Blob — a engineer who loves making things. ` +
|
||||
`I build fun coding projects, participate in game jams and hackathons, and enjoy games like Minecraft and Pokémon TCG Live.`,
|
||||
`I build fun coding projects, participate in game jams and hackathons, and enjoy games like Minecraft and Pokémon TCG Live. ` +
|
||||
`I'm interested in Open Source, Game Development, Embedded Systems, and AI/ML.`,
|
||||
|
||||
// Prefer an absolute avatar URL if you want to pull directly from GitHub
|
||||
avatar: '/blob_nerd.png',
|
||||
@@ -32,10 +33,10 @@ export const user = {
|
||||
|
||||
export const skills = {
|
||||
languages: ['Python', 'JavaScript', 'TypeScript', 'C', 'C++', 'Java', 'Node.js'],
|
||||
frameworks: ['Arduino', 'Bootstrap', 'TailwindCSS', 'Discord.js', 'React', 'Electron', 'Svelte'],
|
||||
applications: ['Windows', 'Linux', 'macOS', 'IntelliJ', 'VS Code', 'Git', 'Blender', 'Godot'],
|
||||
frameworks: ['React', 'Electron', 'Svelte', 'Bootstrap', 'TailwindCSS', 'Discord.js', ],
|
||||
applications: ['IntelliJ', 'VS Code', 'Git', 'Blender', 'Godot'],
|
||||
platforms: ['Windows', 'Linux', 'macOS', 'Arduino', 'Raspberry Pi'],
|
||||
tools: ['Git', 'Docker', 'Neovim', 'VS Code'],
|
||||
databases: ['MongoDB', 'Redis', 'SQLite'],
|
||||
interests: ['Open Source', '3D Graphics', 'Game Development', 'Embedded Systems', 'AI/ML']
|
||||
databases: ['MongoDB', 'SQLite'],
|
||||
interests: ['Open Source', 'Game Development', 'Embedded Systems', 'AI/ML']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user