- Configure Lynx theme as Hugo module - Add high-quality author.png generated from vector EPS source - Update hugo.yaml with author configuration and module imports - Add _vendor/ to .gitignore (Hugo module cache) - Include custom CSS placeholder for future styling - Set up proper module structure with go.mod and go.sum
31 lines
350 B
Text
31 lines
350 B
Text
# Hugo specific files
|
|
/public/
|
|
/resources/
|
|
/_vendor/
|
|
.hugo_build.lock
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Node.js (if using npm for themes or tools)
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|