Skip to content

Commit 394434c

Browse files
committed
Let's see if this works and makes it look better
1 parent 9ad5191 commit 394434c

5 files changed

Lines changed: 39 additions & 5 deletions

File tree

_config.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
remote_theme: pages-themes/cayman@v0.2.0
1+
title: "Middle Framework Guide"
2+
description: "Complete guide to building maintainable web applications with Middle Framework"
3+
4+
# Use remote theme instead of gem
5+
remote_theme: just-the-docs/just-the-docs
6+
7+
# Navigation
8+
nav_sort: case_insensitive
9+
nav_external_links:
10+
- title: "Middle Framework on GitHub"
11+
url: "https://github.com/jschreuder/Middle"
12+
13+
# Footer
14+
footer_content: "Middle Framework: Explicit. Replaceable. Safe."
15+
16+
# Optional: Color scheme
17+
color_scheme: light
18+
19+
# Plugins (GitHub Pages compatible)
20+
plugins:
21+
- jekyll-remote-theme
22+
- jekyll-feed
23+
- jekyll-sitemap

chapter1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
title: "Middle Framework - Chapter 1: Architecture Fundamentals"
2+
title: "Chapter 1"
3+
description: "Architecture Fundamentals"
34
layout: default
5+
nav_order: 2
6+
permalink: /chapter1/
47
---
58

69
# Chapter 1: Architecture Fundamentals

chapter2.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
title: "Middle Framework - Chapter 2: Getting Started"
2+
title: "Chapter 2"
3+
description: "Getting Started"
34
layout: default
5+
nav_order: 3
6+
permalink: /chapter2/
47
---
58

69
# Chapter 2: Getting Started

chapter3.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
title: "Middle Framework - Chapter 3: Interface Design Mastery"
2+
title: "Chapter 3"
3+
description: "Interface Design Mastery"
34
layout: default
5+
nav_order: 4
6+
permalink: /chapter3/
47
---
58

69
# Chapter 3: Interface Design Mastery

index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
title: "Middle Framework Guide"
32
layout: default
3+
title: "Middle Framework Guide"
4+
description: "Complete guide to building maintainable web applications with explicit architecture"
5+
nav_order: 1
6+
permalink: /
47
---
58

69
# Middle Framework Guide

0 commit comments

Comments
 (0)