Skip to content

Commit 473127c

Browse files
committed
more updates
1 parent b48453c commit 473127c

26 files changed

Lines changed: 123 additions & 133 deletions

File tree

.github/scripts/fetch-discourse-activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async function fetchDiscourseActivity() {
6666
};
6767

6868
// Save to Hugo data file
69-
fs.writeFileSync('./data/community-stats.json', JSON.stringify(communityStats, null, 2));
69+
fs.writeFileSync('./data/community_stats.json', JSON.stringify(communityStats, null, 2));
7070

7171
console.log('✅ Discourse activity fetched successfully');
7272
console.log(`📊 Found ${activities.length} activities`);

public/authors/index.html

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

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<head>
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="http://localhost:1313/authors/index.xml" title="PowerShell.org - Welcome Automaters!" />
19+
<link rel="alternate" type="application/rss+xml" href="https://powershell.org/authors/index.xml" title="PowerShell.org - Welcome Automaters!" />
2020

2121
<meta property="og:type" content="website">
22-
<meta property="og:url" content="http://localhost:1313/authors/">
22+
<meta property="og:url" content="https://powershell.org/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="http://localhost:1313/authors/">
30+
<meta property="twitter:url" content="https://powershell.org/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="http://localhost:1313/" class="flex items-center space-x-3">
181+
<a href="https://powershell.org/" 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>

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>http://localhost:1313/authors/</link>
5+
<link>https://powershell.org/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="http://localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="https://powershell.org/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>http://localhost:1313/authors/</title>
5-
<link rel="canonical" href="http://localhost:1313/authors/">
4+
<title>https://powershell.org/authors/</title>
5+
<link rel="canonical" href="https://powershell.org/authors/">
66
<meta name="robots" content="noindex">
77
<meta charset="utf-8">
8-
<meta http-equiv="refresh" content="0; url=http://localhost:1313/authors/">
8+
<meta http-equiv="refresh" content="0; url=https://powershell.org/authors/">
99
</head>
1010
</html>

public/categories/index.html

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

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<head>
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="http://localhost:1313/categories/index.xml" title="PowerShell.org - Welcome Automaters!" />
19+
<link rel="alternate" type="application/rss+xml" href="https://powershell.org/categories/index.xml" title="PowerShell.org - Welcome Automaters!" />
2020

2121
<meta property="og:type" content="website">
22-
<meta property="og:url" content="http://localhost:1313/categories/">
22+
<meta property="og:url" content="https://powershell.org/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="http://localhost:1313/categories/">
30+
<meta property="twitter:url" content="https://powershell.org/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="http://localhost:1313/" class="flex items-center space-x-3">
181+
<a href="https://powershell.org/" 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>

public/categories/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>Categories on PowerShell.org - Welcome Automaters!</title>
5-
<link>http://localhost:1313/categories/</link>
5+
<link>https://powershell.org/categories/</link>
66
<description>Recent content in Categories on PowerShell.org - Welcome Automaters!</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="https://powershell.org/categories/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>
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>http://localhost:1313/categories/</title>
5-
<link rel="canonical" href="http://localhost:1313/categories/">
4+
<title>https://powershell.org/categories/</title>
5+
<link rel="canonical" href="https://powershell.org/categories/">
66
<meta name="robots" content="noindex">
77
<meta charset="utf-8">
8-
<meta http-equiv="refresh" content="0; url=http://localhost:1313/categories/">
8+
<meta http-equiv="refresh" content="0; url=https://powershell.org/categories/">
99
</head>
1010
</html>

public/community/index.html

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

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

1717

1818

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

2121
<meta property="og:type" content="website">
22-
<meta property="og:url" content="http://localhost:1313/community/">
22+
<meta property="og:url" content="https://powershell.org/community/">
2323
<meta property="og:title" content="PowerShell Community">
2424
<meta property="og:description"
2525
content="Connect with PowerShell enthusiasts worldwide">
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="http://localhost:1313/community/">
30+
<meta property="twitter:url" content="https://powershell.org/community/">
3131
<meta property="twitter:title" content="PowerShell Community">
3232
<meta property="twitter:description"
3333
content="Connect with PowerShell enthusiasts worldwide">
@@ -178,7 +178,7 @@
178178
<div class="flex justify-between items-center py-4">
179179

180180
<div class="flex items-center">
181-
<a href="http://localhost:1313/" class="flex items-center space-x-3">
181+
<a href="https://powershell.org/" 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>

public/community/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>PowerShell Community on PowerShell.org - Welcome Automaters!</title>
5-
<link>http://localhost:1313/community/</link>
5+
<link>https://powershell.org/community/</link>
66
<description>Recent content in PowerShell Community on PowerShell.org - Welcome Automaters!</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<atom:link href="http://localhost:1313/community/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="https://powershell.org/community/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

public/community/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>http://localhost:1313/community/</title>
5-
<link rel="canonical" href="http://localhost:1313/community/">
4+
<title>https://powershell.org/community/</title>
5+
<link rel="canonical" href="https://powershell.org/community/">
66
<meta name="robots" content="noindex">
77
<meta charset="utf-8">
8-
<meta http-equiv="refresh" content="0; url=http://localhost:1313/community/">
8+
<meta http-equiv="refresh" content="0; url=https://powershell.org/community/">
99
</head>
1010
</html>

0 commit comments

Comments
 (0)