- Add Bartok font-faces (Regular, Poster, Highlight) - Structure SCSS with reset, variables, global, header, home partials - Build fixed header with characters SVG and scroll-driven offset animation - Add home template wiring snippets - Update .gitignore to track src/ and exclude local/ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
77 lines
No EOL
927 B
Text
77 lines
No EOL
927 B
Text
# System files
|
|
# ------------
|
|
|
|
Icon
|
|
.DS_Store
|
|
|
|
# Temporary files
|
|
# ---------------
|
|
|
|
/media/*
|
|
!/media/index.html
|
|
|
|
# Lock files
|
|
# ---------------
|
|
|
|
.lock
|
|
|
|
# Editors
|
|
# (sensitive workspace files)
|
|
# ---------------------------
|
|
*.sublime-workspace
|
|
/.vscode
|
|
/.idea
|
|
|
|
# -------------SECURITY-------------
|
|
# NEVER publish these files via Git!
|
|
# -------------SECURITY-------------
|
|
|
|
# Cache Files
|
|
# ---------------
|
|
|
|
/site/cache/*
|
|
!/site/cache/index.html
|
|
|
|
# Accounts
|
|
# ---------------
|
|
|
|
/site/accounts/*
|
|
!/site/accounts/index.html
|
|
|
|
# Sessions
|
|
# ---------------
|
|
|
|
/site/sessions/*
|
|
!/site/sessions/index.html
|
|
|
|
# License
|
|
# ---------------
|
|
|
|
/site/config/.license
|
|
|
|
# Claude settings
|
|
# ---------------
|
|
.claude
|
|
.claude/*
|
|
|
|
# Content
|
|
# ---------------
|
|
content
|
|
content/*
|
|
|
|
# CSS
|
|
# ---------------
|
|
assets/css/style.css
|
|
assets/css/style.css.map
|
|
|
|
# Dependencies
|
|
# ---------------
|
|
kirby
|
|
kirby/*
|
|
vendor
|
|
vendor/*
|
|
|
|
# Local files
|
|
# ---------------
|
|
local
|
|
local/* |