Skip to content

Commit 56f77cc

Browse files
committed
updates
1 parent 3f78d2d commit 56f77cc

31 files changed

Lines changed: 222 additions & 196 deletions

File tree

.github/workflows/.hugo_build.lock

Whitespace-only changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on </title>
5+
<link>//localhost:1313/categories/</link>
6+
<description>Recent content in Categories on </description>
7+
<generator>Hugo</generator>
8+
<language>en</language>
9+
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>

.github/workflows/public/index.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title></title>
5+
<link>//localhost:1313/</link>
6+
<description>Recent content on </description>
7+
<generator>Hugo</generator>
8+
<language>en</language>
9+
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
3+
xmlns:xhtml="http://www.w3.org/1999/xhtml">
4+
<url>
5+
<loc>//localhost:1313/</loc>
6+
</url><url>
7+
<loc>//localhost:1313/categories/</loc>
8+
</url><url>
9+
<loc>//localhost:1313/tags/</loc>
10+
</url>
11+
</urlset>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Tags on </title>
5+
<link>//localhost:1313/tags/</link>
6+
<description>Recent content in Tags on </description>
7+
<generator>Hugo</generator>
8+
<language>en</language>
9+
<atom:link href="//localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>

hugo.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,10 @@ params:
5757
# Social links
5858
social:
5959
twitter: "https://twitter.com/powershell_org"
60-
youtube: "https://youtube.com/PowerScriptingLive"
61-
github: "https://github.com/powershell"
62-
slack: "https://aka.ms/psslack"
63-
64-
# Featured content
65-
hero:
66-
title: "Welcome Automaters!"
67-
subtitle: "Your hub for PowerShell community, learning, and automation excellence"
68-
cta_text: "Join the Community"
69-
cta_url: "/community/"
60+
youtube: "https://youtube.com/PowerShellOrg"
61+
github: "https://github.com/powershellOrg"
62+
discord: "https://aka.ms/psdiscord"
63+
bluesky: "https://bsky.app/profile/powershell.org"
7064

7165
# Podcast settings
7266
podcast:
@@ -76,9 +70,9 @@ params:
7670

7771
# Summit settings
7872
summit:
79-
year: "2025"
73+
year: "2026"
8074
title: "PowerShell + DevOps Global Summit"
81-
dates: "April 28 - May 1, 2025"
75+
dates: "April 16-16, 2026 "
8276
location: "Bellevue, WA"
8377
registration_url: "https://powershellsummit.org"
8478

public/authors/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33

4-
<head>
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Authors - PowerShell.org - Welcome Automaters!</title>
@@ -16,18 +16,18 @@
1616

1717

1818

19-
<link rel="alternate" type="application/rss+xml" href="https://powershell.org/authors/index.xml" title="PowerShell.org - Welcome Automaters!" />
19+
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/authors/index.xml" title="PowerShell.org - Welcome Automaters!" />
2020

2121
<meta property="og:type" content="website">
22-
<meta property="og:url" content="https://powershell.org/authors/">
22+
<meta property="og:url" content="http://localhost:1313/authors/">
2323
<meta property="og:title" content="Authors">
2424
<meta property="og:description"
2525
content="">
2626
<meta property="og:site_name" content="PowerShell.org - Welcome Automaters!">
2727

2828

2929
<meta property="twitter:card" content="summary_large_image">
30-
<meta property="twitter:url" content="https://powershell.org/authors/">
30+
<meta property="twitter:url" content="http://localhost:1313/authors/">
3131
<meta property="twitter:title" content="Authors">
3232
<meta property="twitter:description"
3333
content="">
@@ -178,7 +178,7 @@
178178
<div class="flex justify-between items-center py-4">
179179

180180
<div class="flex items-center">
181-
<a href="https://powershell.org/" class="flex items-center space-x-3">
181+
<a href="http://localhost:1313/" class="flex items-center space-x-3">
182182
<div class="w-10 h-10 powershell-blue rounded-lg flex items-center justify-center">
183183
<i class="fas fa-terminal text-white text-lg"></i>
184184
</div>
@@ -242,7 +242,7 @@ <h1 class="text-xl font-bold text-gray-900">PowerShell.org</h1>
242242
class="summit-gradient text-white px-4 py-2 rounded-lg text-sm font-medium hover:opacity-90 transition-opacity duration-200">
243243
Summit 2025
244244
</a>
245-
<a href="https://aka.ms/psslack"
245+
<a href=""
246246
target="_blank" rel="noopener"
247247
class="text-gray-500 hover:text-blue-600 transition-colors duration-200">
248248
<i class="fab fa-slack text-xl"></i>
@@ -387,15 +387,15 @@ <h3 class="text-lg font-semibold text-white">PowerShell.org</h3>
387387
class="text-gray-400 hover:text-blue-400 transition-colors duration-200">
388388
<i class="fab fa-twitter text-lg"></i>
389389
</a>
390-
<a href="https://youtube.com/PowerScriptingLive" target="_blank" rel="noopener"
390+
<a href="https://youtube.com/PowerShellOrg" target="_blank" rel="noopener"
391391
class="text-gray-400 hover:text-red-400 transition-colors duration-200">
392392
<i class="fab fa-youtube text-lg"></i>
393393
</a>
394-
<a href="https://github.com/powershell" target="_blank" rel="noopener"
394+
<a href="https://github.com/powershellOrg" target="_blank" rel="noopener"
395395
class="text-gray-400 hover:text-gray-200 transition-colors duration-200">
396396
<i class="fab fa-github text-lg"></i>
397397
</a>
398-
<a href="https://aka.ms/psslack" target="_blank" rel="noopener"
398+
<a href="" target="_blank" rel="noopener"
399399
class="text-gray-400 hover:text-purple-400 transition-colors duration-200">
400400
<i class="fab fa-slack text-lg"></i>
401401
</a>
@@ -432,7 +432,7 @@ <h3 class="text-lg font-semibold text-white mb-4">Upcoming Events</h3>
432432
<div class="space-y-4">
433433
<div class="bg-gray-800 p-4 rounded-lg">
434434
<h4 class="font-medium text-white mb-1">PowerShell &#43; DevOps Global Summit</h4>
435-
<p class="text-sm text-gray-400 mb-2">April 28 - May 1, 2025</p>
435+
<p class="text-sm text-gray-400 mb-2">April 16-16, 2026 </p>
436436
<a href="https://powershellsummit.org"
437437
class="text-blue-400 hover:text-blue-300 text-sm font-medium transition-colors duration-200">
438438
Learn More →

public/authors/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Authors on PowerShell.org - Welcome Automaters!</title>
5-
<link>https://powershell.org/authors/</link>
5+
<link>http://localhost:1313/authors/</link>
66
<description>Recent content in Authors on PowerShell.org - Welcome Automaters!</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<atom:link href="https://powershell.org/authors/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="http://localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

public/authors/page/1/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33
<head>
4-
<title>https://powershell.org/authors/</title>
5-
<link rel="canonical" href="https://powershell.org/authors/">
4+
<title>http://localhost:1313/authors/</title>
5+
<link rel="canonical" href="http://localhost:1313/authors/">
66
<meta name="robots" content="noindex">
77
<meta charset="utf-8">
8-
<meta http-equiv="refresh" content="0; url=https://powershell.org/authors/">
8+
<meta http-equiv="refresh" content="0; url=http://localhost:1313/authors/">
99
</head>
1010
</html>

public/categories/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33

4-
<head>
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Categories - PowerShell.org - Welcome Automaters!</title>
@@ -16,18 +16,18 @@
1616

1717

1818

19-
<link rel="alternate" type="application/rss+xml" href="https://powershell.org/categories/index.xml" title="PowerShell.org - Welcome Automaters!" />
19+
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="PowerShell.org - Welcome Automaters!" />
2020

2121
<meta property="og:type" content="website">
22-
<meta property="og:url" content="https://powershell.org/categories/">
22+
<meta property="og:url" content="http://localhost:1313/categories/">
2323
<meta property="og:title" content="Categories">
2424
<meta property="og:description"
2525
content="">
2626
<meta property="og:site_name" content="PowerShell.org - Welcome Automaters!">
2727

2828

2929
<meta property="twitter:card" content="summary_large_image">
30-
<meta property="twitter:url" content="https://powershell.org/categories/">
30+
<meta property="twitter:url" content="http://localhost:1313/categories/">
3131
<meta property="twitter:title" content="Categories">
3232
<meta property="twitter:description"
3333
content="">
@@ -178,7 +178,7 @@
178178
<div class="flex justify-between items-center py-4">
179179

180180
<div class="flex items-center">
181-
<a href="https://powershell.org/" class="flex items-center space-x-3">
181+
<a href="http://localhost:1313/" class="flex items-center space-x-3">
182182
<div class="w-10 h-10 powershell-blue rounded-lg flex items-center justify-center">
183183
<i class="fas fa-terminal text-white text-lg"></i>
184184
</div>
@@ -242,7 +242,7 @@ <h1 class="text-xl font-bold text-gray-900">PowerShell.org</h1>
242242
class="summit-gradient text-white px-4 py-2 rounded-lg text-sm font-medium hover:opacity-90 transition-opacity duration-200">
243243
Summit 2025
244244
</a>
245-
<a href="https://aka.ms/psslack"
245+
<a href=""
246246
target="_blank" rel="noopener"
247247
class="text-gray-500 hover:text-blue-600 transition-colors duration-200">
248248
<i class="fab fa-slack text-xl"></i>
@@ -387,15 +387,15 @@ <h3 class="text-lg font-semibold text-white">PowerShell.org</h3>
387387
class="text-gray-400 hover:text-blue-400 transition-colors duration-200">
388388
<i class="fab fa-twitter text-lg"></i>
389389
</a>
390-
<a href="https://youtube.com/PowerScriptingLive" target="_blank" rel="noopener"
390+
<a href="https://youtube.com/PowerShellOrg" target="_blank" rel="noopener"
391391
class="text-gray-400 hover:text-red-400 transition-colors duration-200">
392392
<i class="fab fa-youtube text-lg"></i>
393393
</a>
394-
<a href="https://github.com/powershell" target="_blank" rel="noopener"
394+
<a href="https://github.com/powershellOrg" target="_blank" rel="noopener"
395395
class="text-gray-400 hover:text-gray-200 transition-colors duration-200">
396396
<i class="fab fa-github text-lg"></i>
397397
</a>
398-
<a href="https://aka.ms/psslack" target="_blank" rel="noopener"
398+
<a href="" target="_blank" rel="noopener"
399399
class="text-gray-400 hover:text-purple-400 transition-colors duration-200">
400400
<i class="fab fa-slack text-lg"></i>
401401
</a>
@@ -432,7 +432,7 @@ <h3 class="text-lg font-semibold text-white mb-4">Upcoming Events</h3>
432432
<div class="space-y-4">
433433
<div class="bg-gray-800 p-4 rounded-lg">
434434
<h4 class="font-medium text-white mb-1">PowerShell &#43; DevOps Global Summit</h4>
435-
<p class="text-sm text-gray-400 mb-2">April 28 - May 1, 2025</p>
435+
<p class="text-sm text-gray-400 mb-2">April 16-16, 2026 </p>
436436
<a href="https://powershellsummit.org"
437437
class="text-blue-400 hover:text-blue-300 text-sm font-medium transition-colors duration-200">
438438
Learn More →

0 commit comments

Comments
 (0)