- Jekyll-based photography portfolio template - Added Brain.md (project knowledge base) and Skill.md (skill commands) - Configured remote to Kroonk/Photography.git - Added .claude/ to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
163 B
HTML
12 lines
163 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
{% include header.html %}
|
|
</head>
|
|
<body class="is-preload">
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
</body>
|
|
</html> |