Skip to content

Commit 7e96fa5

Browse files
author
sol
committed
Added config stuff
1 parent c554e3a commit 7e96fa5

3 files changed

Lines changed: 32 additions & 0 deletions

File tree

.nojekyll

Whitespace-only changes.

_config.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# GitHub Pages Configuration
2+
# This ensures proper file serving and MIME types
3+
4+
# Disable Jekyll processing since this is a static HTML site
5+
plugins: []
6+
7+
# Ensure XML files are served with correct Content-Type
8+
# GitHub Pages should serve .xml files as application/xml by default,
9+
# but this config helps ensure proper handling
10+
11+
# Set safe mode to false to allow all files to be served
12+
safe: false
13+
14+
# Include all files (no exclusions)
15+
include:
16+
- sitemap.xml
17+
- robots.txt
18+
- "*.html"
19+
- "*.xml"
20+
- "*.txt"
21+
22+
# Exclude common build/dependency directories
23+
exclude:
24+
- node_modules
25+
- .git
26+
- .DS_Store

sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
<changefreq>monthly</changefreq>
4949
<priority>0.8</priority>
5050
</url>
51+
<url>
52+
<loc>https://precisionsolutionstech-netizen.github.io/api-catalog/apis/financial-invoice-normalization.html</loc>
53+
<lastmod>2026-02-17</lastmod>
54+
<changefreq>monthly</changefreq>
55+
<priority>0.8</priority>
56+
</url>
5157
<url>
5258
<loc>https://precisionsolutionstech-netizen.github.io/api-catalog/apis/json-diff-checker.html</loc>
5359
<lastmod>2026-02-16</lastmod>

0 commit comments

Comments
 (0)