Skip to content

Commit 2603f47

Browse files
feat: convert static HTML portfolio to Jekyll with Markdown
- Add _layouts/default.html with combined CSS, Liquid navigation (active state via page.url), {{ content }} placeholder, and footer - Add _config.yml (name: Portfolio, markdown: kramdown) - Add index.md with front matter (layout: default, title: Accueil) and page content from index.html - Add brag.md with front matter (layout: default, title: Brag Document) and page content from brag.html - Use {% link %} tags for internal links for proper Jekyll URL generation - Add <link> to design-tokens.css in default.html - Delete index.html and brag.html Agent-Logs-Url: https://github.com/SebastienDegodez/SebastienDegodez.github.io/sessions/87f283a2-b752-4cdc-8eff-ce1d47fcabf4 Co-authored-by: SebastienDegodez <2349146+SebastienDegodez@users.noreply.github.com>
1 parent 9ebf646 commit 2603f47

5 files changed

Lines changed: 825 additions & 981 deletions

File tree

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: Portfolio
2+
markdown: kramdown

0 commit comments

Comments
 (0)