Skip to content

Commit 3aa3545

Browse files
committed
Add, remove various files for optimization
1 parent f9159fa commit 3aa3545

15 files changed

Lines changed: 313 additions & 681 deletions

docs/.jekyll-metadata

7.89 KB
Binary file not shown.

docs/_config.yml

Lines changed: 18 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,36 @@
11
# Site settings
22
title: WinForge
3-
tagline: Windows 11 Optimization Toolkit
4-
email: mrdarksidetm@example.com # Update with yours
5-
description: >
6-
The ultimate PowerShell script for debloating, customizing, and optimizing Windows 11 for performance, privacy, and minimalism.
7-
baseurl: ""
3+
description: Windows 11 Optimization Tool
84
url: "https://mrdarksidetm.github.io"
5+
baseurl: "/WinForge"
96

10-
# Build settings
11-
markdown: kramdown
12-
permalink: /:title/
13-
excerpt_separator: ""
14-
lsi: false
7+
# Theme (remote GitHub repo)
8+
remote_theme: sergiokopplin/indigo
159

10+
# Build settings
1611
plugins:
1712
- jekyll-feed
18-
- jekyll-sitemap
19-
- jekyll-remote-theme
2013
- jekyll-paginate-v2
21-
- jekyll-seo-tag # Fixes {% seo %} tag error
22-
23-
# Theme
24-
remote_theme: sergiokopplin/indigo
25-
26-
# Author (for SEO, sidebar, footer)
27-
author:
28-
name: MrDarksideTM
29-
url: https://github.com/mrdarksidetm
30-
email: mrdarksidetm@example.com # Update
31-
picture: /assets/images/profile.jpg # Optional: add photo
32-
twitter: mrdarksidetm # Optional
33-
github: mrdarksidetm
14+
- jekyll-sitemap
15+
- jekyll-seo-tag
3416

35-
# Pagination v2 (for posts on homepage)
17+
# Pagination (v3.0+ compat)
3618
pagination:
3719
enabled: true
38-
collection: 'posts'
39-
sort_field: 'date'
40-
sort_reverse: true
4120
per_page: 5
42-
permalink: '/page/:num/'
43-
extension: none
44-
indexpage: 'index.html' # Or .md
45-
title: ':title - page :num of :max'
46-
47-
# SEO defaults (jekyll-seo-tag uses these)
48-
defaults:
49-
-
50-
scope:
51-
path: ""
52-
values:
53-
layout: "page"
54-
-
55-
scope:
56-
path: ""
57-
type: "posts"
58-
values:
59-
layout: "post"
60-
comments: false
61-
social-share: false
62-
author_profile: false
63-
read_time: false
21+
permalink: "/page/:num/"
22+
title: " - Page :num" # Replaces deprecated title_suffix
6423

65-
# Collections (for projects/releases if needed)
66-
collections:
67-
projects:
68-
output: true
69-
permalink: /:collection/:name/
24+
# Sass config to suppress deprecations (via jekyll-sass-converter)
25+
sass:
26+
style: compressed
27+
quiet_deps: true
28+
silence_deprecations: ['import']
29+
incremental: true
7030

71-
# Exclude (prevents bloat in _site)
31+
# Exclude from processing
7232
exclude:
7333
- Gemfile
7434
- Gemfile.lock
7535
- node_modules
76-
- vendor/
77-
- .gitignore
78-
- .editorconfig
36+
- vendor

docs/_config.yml.bak

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# WinForge Jekyll Config for GH Pages
2+
title: WinForge
3+
description: A Windows 11 optimization tool with debloating, minimalism, and enhancements via PowerShell script.
4+
baseurl: ""
5+
url: "https://mrdarksidetm.github.io"
6+
permalink: /:title/
7+
8+
remote_theme: sergiokopplin/indigo
9+
10+
# Pagination for homepage/posts (jekyll-paginate-v2 only)
11+
pagination:
12+
enabled: true
13+
per_page: 5
14+
15+
# Sass settings (fixes Indigo .sass with sassc compiler)
16+
sass:
17+
compiler: sassc
18+
sass_dir: _sass
19+
style: compressed
20+
21+
# Plugins (GH Pages compatible)
22+
plugins:
23+
- jekyll-paginate-v2
24+
- jekyll-sitemap
25+
- jekyll-feed
26+
- jekyll-remote-theme
27+
- jekyll-seo-tag
28+
29+
# SEO and feed settings
30+
seo:
31+
enabled: true
32+
feed:
33+
posts_limit: 10
34+
35+
# Exclude from _site build
36+
exclude:
37+
- vendor/bundle/
38+
- Gemfile
39+
- Gemfile.lock
40+
- node_modules/
41+
- .git/
42+
- .gitignore
43+
- README.md
44+
- _posts # Skip Indigo sample posts (add custom later)
45+
# Defaults for posts and pages
46+
defaults:
47+
-
48+
scope:
49+
path: ""
50+
type: "posts"
51+
values:
52+
layout: "post"
53+
comments: true
54+
-
55+
scope:
56+
path: ""
57+
values:
58+
layout: "page"

docs/_posts/.gitkeep

Whitespace-only changes.

docs/_posts/2015-02-24-markdown-extra-components.markdown

Lines changed: 0 additions & 196 deletions
This file was deleted.

docs/_posts/2016-01-23-indigo-jekyll-theme.markdown

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)