-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
45 lines (34 loc) · 1.29 KB
/
.env.example
File metadata and controls
45 lines (34 loc) · 1.29 KB
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
# CG Blog Environment Variables
# Copy this file to .env and customize for your deployment
# All variables are optional - defaults are used if not set
# ===================
# REQUIRED SETTINGS
# ===================
# Base URL for your content server (where your Articles/Pages folders are hosted)
VITE_BASE_URL=https://your-content-url.pages.dev
# Your name or site name - displayed in SEO, structured data, etc.
VITE_NAME=Your Name
# ===================
# NAVBAR SETTINGS
# ===================
# Logo text displayed in the navbar (default: "CG Blog")
VITE_LOGO_TEXT=My Blog
# Social links - leave empty to hide the button
VITE_GITHUB_URL=https://github.com/yourusername
VITE_LINKEDIN_URL=https://linkedin.com/in/yourusername
# ===================
# RESUME SETTINGS
# ===================
# Option 1: Host resume.pdf at BASE_URL/Pages/resume.pdf
# Set CHECK_RESUME_EXISTS=true to auto-detect and show button
VITE_CHECK_RESUME_EXISTS=true
# Option 2: Use external resume URL (Google Drive, Dropbox, etc.)
# Set CHECK_RESUME_EXISTS=false and provide RESUME_URL
VITE_RESUME_URL=
# VITE_CHECK_RESUME_EXISTS=false
# ===================
# STYLE SETTINGS
# ===================
# Set to "true" to use cover image as homepage background
# Set to "false" to use the animated Prism background
VITE_USE_COVER_IMAGE=false