forked from whoisyurii/checkmygit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (34 loc) · 1.48 KB
/
.env.example
File metadata and controls
40 lines (34 loc) · 1.48 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
# GitHub Personal Access Token (REQUIRED for build-time data fetching)
# Create a token at: https://github.com/settings/tokens
# Required scopes: read:user, public_repo
# This token is used during the build process to fetch your GitHub profile data
GH_TOKEN=ghp_your_token_here
# GitHub Username (REQUIRED)
# The GitHub username whose profile will be displayed on the static site
# Example: octocat
GH_USERNAME=your-github-username
# LinkedIn Username (OPTIONAL)
# Your LinkedIn username (not the full URL, just the username part)
# Example: johndoe
# This will be converted to: https://www.linkedin.com/in/johndoe
# LINKEDIN_USERNAME=
# Telegram Username (OPTIONAL)
# Your Telegram username (with or without @ symbol)
# Example: johndoe or @johndoe
# This will be converted to: https://t.me/johndoe
# TELEGRAM_USERNAME=
# JSON Resume URL (OPTIONAL)
# URL to your JSON Resume file (following jsonresume.org schema)
# Example: https://gist.githubusercontent.com/username/gist-id/raw/resume.json
# Example: https://registry.jsonresume.org/username
# JSONRESUME_URL=
# Base Path (OPTIONAL)
# Use this if your site is deployed to a subdirectory (e.g., https://username.github.io/repo-name/)
# Leave empty for root deployment (e.g., https://username.github.io/)
# Example: /my-portfolio
# BASE_PATH=/repo-name
# Custom Domain (OPTIONAL)
# If you're using a custom domain for GitHub Pages, specify it here
# This will generate a CNAME file during the build process
# Example: portfolio.example.com
# CUSTOM_DOMAIN=