Skip to content

Commit c7a80ef

Browse files
committed
new: publish framework
1 parent 2248af3 commit c7a80ef

File tree

12 files changed

+5997
-0
lines changed

12 files changed

+5997
-0
lines changed

.publish/README.md

Lines changed: 2472 additions & 0 deletions
Large diffs are not rendered by default.

.publish/docs/apple-touch-icon.png

11.8 KB
Loading

.publish/docs/favicon-96x96.png

4.57 KB
Loading

.publish/docs/favicon.ico

14.7 KB
Binary file not shown.

.publish/docs/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

.publish/docs/index.html

Lines changed: 3467 additions & 0 deletions
Large diffs are not rendered by default.

.publish/docs/og-image.png

2.24 MB
Loading

.publish/docs/robots.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# robots.txt for CloudProjects.dev
2+
User-agent: *
3+
Allow: /
4+
5+
# Sitemaps
6+
Sitemap: https://cloudprojects.dev/sitemap.xml
7+
8+
# Crawl-delay
9+
Crawl-delay: 1

.publish/docs/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "MyWebSite",
3+
"short_name": "MySite",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

.publish/docs/sitemap.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
3+
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
4+
5+
<!-- Homepage -->
6+
<url>
7+
<loc>https://cloudprojects.dev/</loc>
8+
<lastmod>2025-12-11</lastmod>
9+
<changefreq>weekly</changefreq>
10+
<priority>1.0</priority>
11+
<image:image>
12+
<image:loc>https://cloudprojects.dev/og-image.png</image:loc>
13+
<image:title>CloudProjects - Cloud Learning Platform</image:title>
14+
</image:image>
15+
</url>
16+
17+
<!-- GitHub Repository -->
18+
<url>
19+
<loc>https://github.com/mzazon/awesome-cloud-projects</loc>
20+
<lastmod>2025-12-11</lastmod>
21+
<changefreq>daily</changefreq>
22+
<priority>0.8</priority>
23+
</url>
24+
25+
</urlset>

0 commit comments

Comments
 (0)