Skip to content

Commit 2af8b53

Browse files
committed
Deploy Hugo site to docs/ [skip ci]
1 parent dd569df commit 2af8b53

47 files changed

Lines changed: 552 additions & 28 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/community_stats.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"stats": {
2323
"total_topics": 19329,
2424
"total_posts": 117852,
25-
"active_users": 9620,
25+
"active_users": 9616,
2626
"topics_this_week": 2
2727
},
28-
"last_updated": "2026-01-14T16:10:46.344Z"
28+
"last_updated": "2026-01-14T18:46:57.906Z"
2929
}

docs/articles/advanced-powershell-error-handling/index.html

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

docs/articles/getting-started-powershell/index.html

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

docs/articles/index.html

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

docs/articles/index.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Articles on PowerShell.org - Welcome Automaters!</title><link>https://powershellorg.github.io/PowerShellOrgWebsite/articles/</link><description>Recent content in Articles on PowerShell.org - Welcome Automaters!</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 15 Nov 2025 10:00:00 +0000</lastBuildDate><atom:link href="https://powershellorg.github.io/PowerShellOrgWebsite/articles/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started with PowerShell</title><link>https://powershellorg.github.io/PowerShellOrgWebsite/articles/getting-started-powershell/</link><pubDate>Sat, 15 Nov 2025 10:00:00 +0000</pubDate><guid>https://powershellorg.github.io/PowerShellOrgWebsite/articles/getting-started-powershell/</guid><description>Welcome to the world of PowerShell! This guide will help you understand the basics and get started with your automation journey.
2+
Why PowerShell? PowerShell is a powerful automation framework and command-line shell that makes it easy to automate administrative tasks. Whether you&amp;rsquo;re managing servers, automating deployments, or creating administrative scripts, PowerShell is the tool for the job.
3+
Key Concepts Cmdlets: PowerShell commands that perform specific functions Pipelines: Connecting cmdlets together to perform complex operations Objects: Everything in PowerShell is an object Scripts: Collections of cmdlets organized to accomplish tasks Getting Started To begin learning PowerShell, start with the basics:</description></item><item><title>Advanced PowerShell Error Handling</title><link>https://powershellorg.github.io/PowerShellOrgWebsite/articles/advanced-powershell-error-handling/</link><pubDate>Wed, 22 Oct 2025 14:30:00 +0000</pubDate><guid>https://powershellorg.github.io/PowerShellOrgWebsite/articles/advanced-powershell-error-handling/</guid><description>Error handling is one of the most important aspects of writing robust PowerShell scripts. In this article, we&amp;rsquo;ll explore advanced techniques to handle errors gracefully.
4+
Error Action Preferences PowerShell gives you control over how errors are handled through error action preferences:
5+
Stop: Treat errors as terminating Continue: Ignore the error and continue (default) SilentlyContinue: Suppress error output Inquire: Prompt the user when an error occurs Ignore: Same as SilentlyContinue Try-Catch-Finally Blocks The foundation of error handling in PowerShell:</description></item></channel></rss>

docs/articles/page/1/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!doctype html><html lang=en-us><head><title>https://powershellorg.github.io/PowerShellOrgWebsite/articles/</title>
2+
<link rel=canonical href=https://powershellorg.github.io/PowerShellOrgWebsite/articles/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://powershellorg.github.io/PowerShellOrgWebsite/articles/"></head></html>

docs/authors/index.html

Lines changed: 8 additions & 6 deletions
Large diffs are not rendered by default.

docs/authors/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Authors on PowerShell.org - Welcome Automaters!</title><link>https://powershellorg.github.io/PowerShellOrgWebsite/authors/</link><description>Recent content in Authors on PowerShell.org - Welcome Automaters!</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://powershellorg.github.io/PowerShellOrgWebsite/authors/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PowerShell Authors on PowerShell.org - Welcome Automaters!</title><link>https://powershellorg.github.io/PowerShellOrgWebsite/authors/</link><description>Recent content in PowerShell Authors on PowerShell.org - Welcome Automaters!</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://powershellorg.github.io/PowerShellOrgWebsite/authors/index.xml" rel="self" type="application/rss+xml"/></channel></rss>

docs/authors/page/1/index.html

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

docs/categories/advanced/index.html

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

0 commit comments

Comments
 (0)