dragadix
Version:
A flirty, powerful CLI experience built by Aditya 💋
29 lines (27 loc) • 887 B
JavaScript
export const config = {
name: "Aditya Wagh",
tagline: "Entrepreneur | Java + React Dev | GenAI Lover 💘",
resumeLink: "https://example.com/aditya_resum7e.pdf",
email: "waghaditya312@gmail.com",
location: "Amalner, India",
socials: {
github: "https://github.com/dragaditya",
linkedin: "https://linkedin.com/in/dragaditya",
portfolio: "https://your-portfolio-link.com",
},
fun: {
flirtyLines: [
"You must be a semicolon, ‘cause you complete me 😘",
"If I were code, you’d be my compiler crush~ 💻❤️",
"Are you a terminal? ‘Cause I wanna type in you all night~"
],
compliments: [
"You're hotter than a CPU at 100% 😏",
"You're the top result in my search history 💖",
"You make even errors look sexy 😍"
],
},
ai: {
geminiApiKey: "AIzaSyBkImhWMw9eb-htGuF1BC7KVbEJNDb477M"
}
};