-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
42 lines (38 loc) · 1.06 KB
/
Copy path_config.yml
File metadata and controls
42 lines (38 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# GitHub Pages — turns the README and docs/ into a Google-indexable site.
# jekyll-seo-tag emits <title>, meta description, Open Graph, Twitter cards,
# and JSON-LD; jekyll-relative-links rewrites in-repo .md links to .html.
title: "Cinematic — MVI + Clean Architecture for SwiftUI"
description: >-
A complete, documented iOS 26 reference app showing Model-View-Intent and
Clean Architecture in Swift 6 with SwiftUI. Unidirectional data flow, modular
Swift packages, typed throws, and a full test suite — a real reference, not a toy.
url: "https://khizanag.github.io"
baseurl: "/Cinematic-iOS"
lang: en_US
author: Giga Khizanishvili
twitter:
card: summary_large_image
plugins:
- jekyll-seo-tag
- jekyll-relative-links
relative_links:
enabled: true
collections: true
defaults:
- scope:
path: ""
values:
layout: default
image: /docs/og-image.png
exclude:
- Package/
- Cinematic/
- CinematicTests/
- CinematicUITests/
- Cinematic.xcodeproj/
- CLAUDE.md
- Scripts/
- "*.xctestplan"
- vendor/
- Gemfile
- Gemfile.lock