Skip to content

Commit a5d8c5d

Browse files
committed
Deploy Hugo site to docs/ [skip ci]
1 parent e47ea17 commit a5d8c5d

2 files changed

Lines changed: 10 additions & 18 deletions

File tree

data/community_stats.json

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
{
22
"activities": [
33
{
4-
"message": "Guide to Posting Code - Redux",
5-
"time": "Last month",
6-
"type": "topic",
7-
"color": "bg-blue-500",
8-
"url": "https://forums.powershell.org/t/guide-to-posting-code-redux/15797"
9-
},
10-
{
11-
"message": "Welcome to the new PowerShell Forums",
12-
"time": "Last month",
13-
"type": "topic",
14-
"color": "bg-blue-500",
15-
"url": "https://forums.powershell.org/t/welcome-to-the-new-powershell-forums/7"
4+
"message": "New reply in \"Task Scheduler with GMSA account...\"",
5+
"time": "1 hours ago",
6+
"type": "reply",
7+
"color": "bg-purple-500"
168
},
179
{
1810
"message": "4 new topics this week",
@@ -21,10 +13,10 @@
2113
"color": "bg-green-500"
2214
},
2315
{
24-
"message": "New reply in \"Task Scheduler with GMSA account...\"",
25-
"time": "1 hours ago",
26-
"type": "reply",
27-
"color": "bg-purple-500"
16+
"message": "Active PowerShell discussions ongoing",
17+
"time": "Ongoing",
18+
"type": "community",
19+
"color": "bg-blue-500"
2820
}
2921
],
3022
"stats": {
@@ -33,5 +25,5 @@
3325
"active_users": 9612,
3426
"topics_this_week": 4
3527
},
36-
"last_updated": "2025-09-05T19:05:37.206Z"
28+
"last_updated": "2025-09-05T19:11:08.017Z"
3729
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Summit 2025: April 28 - May 1 • Early Bird Available!</div><h1 class="text-4xl lg:text-6xl font-black mb-6 leading-tight">The Home of <span class=text-blue-300>PowerShell</span> Community</h1><p class="text-xl lg:text-2xl mb-8 opacity-90">Where 50,000+ IT professionals, developers, and automation enthusiasts come together to share
1818
knowledge, learn new skills, and advance their careers with PowerShell.</p><div class="space-y-4 sm:space-y-0 sm:space-x-4 sm:flex"><a href=/summit/ class="inline-block bg-blue-400 text-blue-900 px-8 py-3 rounded-lg font-bold hover:bg-blue-300 transition-all duration-200 transform hover:scale-105"><i class="fas fa-ticket-alt mr-2"></i>Get Summit Tickets
1919
</a><a href=/community/ class="inline-block border-2 border-blue-300 text-blue-100 px-8 py-3 rounded-lg font-bold hover:bg-blue-300 hover:text-blue-900 transition-all duration-200"><i class="fas fa-users mr-2"></i>Join 50k+ Members</a></div><div class="grid grid-cols-3 gap-6 mt-12 pt-8 border-t border-blue-300 border-opacity-30"><div class=text-center><div class="text-2xl font-bold text-blue-300">200+</div><div class="text-sm opacity-80">Podcast Episodes</div></div><div class=text-center><div class="text-2xl font-bold text-blue-300">10+</div><div class="text-sm opacity-80">Years Running</div></div><div class=text-center><div class="text-2xl font-bold text-blue-300">24/7</div><div class="text-sm opacity-80">Support</div></div></div></div><div class="mt-12 lg:mt-0 space-y-6"><div class="bg-gray-900 rounded-lg p-6 border border-blue-400 transform hover:scale-105 transition-transform duration-200"><div class="flex items-center mb-4"><div class="flex space-x-2"><div class="w-3 h-3 bg-red-500 rounded-full"></div><div class="w-3 h-3 bg-yellow-500 rounded-full"></div><div class="w-3 h-3 bg-green-500 rounded-full"></div></div><span class="ml-4 text-blue-400 text-sm font-medium">PowerShell 7.4.0</span></div><div class="font-mono text-sm"><div class=text-blue-400>PS C:\></div><div class="text-white mt-2">Get-PSCommunity | Where-Object {$_.Awesome -eq $true}</div><div class="text-blue-300 mt-4">Name: PowerShell.org<br>Members: 50,000+<br>Podcast Episodes: 200+<br>Annual Summit: ✓<br>Slack Community: ✓<br>Learning Resources: ∞</div></div></div><div class="bg-white rounded-xl p-6 shadow-xl border-l-4 border-purple-500"><h3 class="text-lg font-bold text-gray-800 mb-4 flex items-center"><i class="fas fa-comments mr-2 text-blue-600"></i>
20-
Community Pulse</h3><div class=space-y-4><div class="flex items-start space-x-3"><div class="w-2 h-2 bg-blue-500 rounded-full mt-2"></div><div><p class="text-sm text-gray-800 font-medium">Guide to Posting Code - Redux</p><p class="text-xs text-gray-500">Last month</p></div></div><div class="flex items-start space-x-3"><div class="w-2 h-2 bg-blue-500 rounded-full mt-2"></div><div><p class="text-sm text-gray-800 font-medium">Welcome to the new PowerShell Forums</p><p class="text-xs text-gray-500">Last month</p></div></div><div class="flex items-start space-x-3"><div class="w-2 h-2 bg-green-500 rounded-full mt-2"></div><div><p class="text-sm text-gray-800 font-medium">4 new topics this week</p><p class="text-xs text-gray-500">This week</p></div></div><div class="flex items-start space-x-3"><div class="w-2 h-2 bg-purple-500 rounded-full mt-2"></div><div><p class="text-sm text-gray-800 font-medium">New reply in "Task Scheduler with GMSA account..."</p><p class="text-xs text-gray-500">1 hours ago</p></div></div></div><div class="mt-4 pt-4 border-t border-gray-200 grid grid-cols-2 gap-4 text-center"><div><div class="font-bold text-blue-600">4</div><div class="text-xs text-gray-500">Topics this week</div></div><div><div class="font-bold text-green-600">9612</div><div class="text-xs text-gray-500">Forum members</div></div></div><div class="mt-4 pt-4 border-t border-gray-200"><a href=https://forums.powershell.org class="text-blue-600 hover:text-blue-700 text-sm font-bold flex items-center transition-colors"><i class="fas fa-comments mr-2"></i>
20+
Community Pulse</h3><div class=space-y-4><div class="flex items-start space-x-3"><div class="w-2 h-2 bg-purple-500 rounded-full mt-2"></div><div><p class="text-sm text-gray-800 font-medium">New reply in "Task Scheduler with GMSA account..."</p><p class="text-xs text-gray-500">1 hours ago</p></div></div><div class="flex items-start space-x-3"><div class="w-2 h-2 bg-green-500 rounded-full mt-2"></div><div><p class="text-sm text-gray-800 font-medium">4 new topics this week</p><p class="text-xs text-gray-500">This week</p></div></div><div class="flex items-start space-x-3"><div class="w-2 h-2 bg-blue-500 rounded-full mt-2"></div><div><p class="text-sm text-gray-800 font-medium">Active PowerShell discussions ongoing</p><p class="text-xs text-gray-500">Ongoing</p></div></div></div><div class="mt-4 pt-4 border-t border-gray-200 grid grid-cols-2 gap-4 text-center"><div><div class="font-bold text-blue-600">4</div><div class="text-xs text-gray-500">Topics this week</div></div><div><div class="font-bold text-green-600">9612</div><div class="text-xs text-gray-500">Forum members</div></div></div><div class="mt-4 pt-4 border-t border-gray-200"><a href=https://forums.powershell.org class="text-blue-600 hover:text-blue-700 text-sm font-bold flex items-center transition-colors"><i class="fas fa-comments mr-2"></i>
2121
Visit Forums →</a></div></div></div></div></div><div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 text-blue-200 text-center"><div class=animate-bounce><i class="fas fa-chevron-down text-2xl opacity-60"></i></div><p class="text-sm opacity-60 mt-2">Explore Community Resources</p></div></section><section class="summit-gradient py-12"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center text-white"><div class="flex items-center justify-center mb-4"><i class="fas fa-calendar-alt text-3xl mr-4"></i><h2 class="text-3xl font-bold">PowerShell + DevOps Global Summit 2025</h2></div><p class="text-xl mb-2">April 28 - May 1, 2025</p><p class="text-lg mb-6">Bellevue, WA</p><a href=https://powershellsummit.org class="inline-block bg-white text-purple-600 px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition-colors duration-200">Early Bird Tickets Available!</a></div></section><section class="py-16 bg-white"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><div class="text-center mb-12"><h2 class="text-3xl font-bold text-gray-900 mb-4">Latest Podcast Episodes</h2><p class="text-xl text-gray-600">Building your career with PowerShell</p></div><div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8 mb-8"></div><div class=text-center><a href=/podcast/ class="inline-block powershell-blue text-white px-8 py-3 rounded-lg font-semibold hover:opacity-90 transition-opacity duration-200">View All Episodes</a></div></div></section><section class="py-16 bg-gray-50"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><div class="text-center mb-12"><h2 class="text-3xl font-bold text-gray-900 mb-4">Recent Articles</h2><p class="text-xl text-gray-600">Latest insights from the PowerShell community</p></div><div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8 mb-8"></div><div class=text-center><a href=/posts/ class="inline-block powershell-blue text-white px-8 py-3 rounded-lg font-semibold hover:opacity-90 transition-opacity duration-200">View All Articles</a></div></div></section><section class="py-16 bg-white"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><div class="text-center mb-12"><h2 class="text-3xl font-bold text-gray-900 mb-4">Join Our Community</h2><p class="text-xl text-gray-600">Connect with PowerShell enthusiasts worldwide</p></div><div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8"><div class="text-center p-6 rounded-xl bg-gradient-to-br from-purple-50 to-purple-100 hover:from-purple-100 hover:to-purple-200 transition-colors duration-300"><div class="w-16 h-16 mx-auto mb-4 bg-purple-600 rounded-full flex items-center justify-center"><i class="fab fa-slack text-2xl text-white"></i></div><h3 class="text-lg font-semibold text-gray-900 mb-2">Slack Community</h3><p class="text-gray-600 text-sm mb-4">Real-time discussions and help</p><a href=https://aka.ms/psslack target=_blank rel=noopener class="text-purple-600 font-medium hover:text-purple-700">Join Now</a></div><div class="text-center p-6 rounded-xl bg-gradient-to-br from-green-50 to-green-100 hover:from-green-100 hover:to-green-200 transition-colors duration-300"><div class="w-16 h-16 mx-auto mb-4 bg-green-600 rounded-full flex items-center justify-center"><i class="fas fa-comments text-2xl text-white"></i></div><h3 class="text-lg font-semibold text-gray-900 mb-2">Forums</h3><p class="text-gray-600 text-sm mb-4">Ask questions and share knowledge</p><a href=https://forums.powershell.org target=_blank rel=noopener class="text-green-600 font-medium hover:text-green-700">Browse Topics</a></div><div class="text-center p-6 rounded-xl bg-gradient-to-br from-red-50 to-red-100 hover:from-red-100 hover:to-red-200 transition-colors duration-300"><div class="w-16 h-16 mx-auto mb-4 bg-red-600 rounded-full flex items-center justify-center"><i class="fab fa-youtube text-2xl text-white"></i></div><h3 class="text-lg font-semibold text-gray-900 mb-2">YouTube</h3><p class="text-gray-600 text-sm mb-4">Video tutorials and presentations</p><a href=https://youtube.com/PowerScriptingLive target=_blank rel=noopener class="text-red-600 font-medium hover:text-red-700">Watch Videos</a></div><div class="text-center p-6 rounded-xl bg-gradient-to-br from-gray-50 to-gray-100 hover:from-gray-100 hover:to-gray-200 transition-colors duration-300"><div class="w-16 h-16 mx-auto mb-4 bg-gray-800 rounded-full flex items-center justify-center"><i class="fab fa-github text-2xl text-white"></i></div><h3 class="text-lg font-semibold text-gray-900 mb-2">GitHub</h3><p class="text-gray-600 text-sm mb-4">Contribute to open source</p><a href=https://github.com/powershell target=_blank rel=noopener class="text-gray-800 font-medium hover:text-gray-900">Contribute</a></div></div></div></section><section class="py-16 powershell-blue"><div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center text-white"><h2 class="text-3xl font-bold mb-4">Stay Updated</h2><p class="text-xl mb-8 opacity-90">Get the latest PowerShell news, tips, and community updates</p><div class="max-w-md mx-auto"><div class=flex><input type=email placeholder="Enter your email" class="flex-1 px-4 py-3 rounded-l-lg text-gray-900 focus:outline-none focus:ring-2 focus:ring-white focus:ring-opacity-50">
2222
<button class="bg-white text-blue-600 px-6 py-3 rounded-r-lg font-semibold hover:bg-gray-100 transition-colors duration-200">
2323
Subscribe</button></div></div></div></section></main><footer class="powershell-dark text-gray-300"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12"><div class="grid md:grid-cols-4 gap-8 mb-8"><div><div class="flex items-center space-x-3 mb-4"><div class="w-8 h-8 powershell-blue rounded-lg flex items-center justify-center"><i class="fas fa-terminal text-white text-sm"></i></div><h3 class="text-lg font-semibold text-white">PowerShell.org</h3></div><p class="text-sm text-gray-400 mb-4">The community hub for PowerShell enthusiasts, automaters, and professionals worldwide.</p><div class="flex space-x-4"><a href=https://twitter.com/powershell_org target=_blank rel=noopener class="text-gray-400 hover:text-blue-400 transition-colors duration-200"><i class="fab fa-twitter text-lg"></i>

0 commit comments

Comments
 (0)