Setup frontend — fonts, SCSS structure, header scroll animation
- 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>
This commit is contained in:
parent
4c0fad1446
commit
c85e0c5a1a
17 changed files with 230 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -61,8 +61,6 @@ content/*
|
|||
|
||||
# CSS
|
||||
# ---------------
|
||||
assets/css/src
|
||||
assets/css/src/*
|
||||
assets/css/style.css
|
||||
assets/css/style.css.map
|
||||
|
||||
|
|
@ -72,3 +70,8 @@ kirby
|
|||
kirby/*
|
||||
vendor
|
||||
vendor/*
|
||||
|
||||
# Local files
|
||||
# ---------------
|
||||
local
|
||||
local/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue