Skip to content

Commit 4a9bb58

Browse files
committed
Updated README, mkdocs.yml, and sitemap.xml, moved file.
1 parent 6542d34 commit 4a9bb58

File tree

8 files changed

+27
-139
lines changed

8 files changed

+27
-139
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"css.customData": [
3232
".vscode/customData.json" // Path to your custom data file
3333
],
34+
// Locations of CSS files for validation
35+
"css.styleSheets": ["**/*.css", "docs_raw/styles/*.css"],
3436
"markdown.validate.ignoredLinks": [
3537
"#sshd",
3638
"#top",
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Web: <https://bio.neteng.pro>
5252

5353
</section>
5454

55-
[![Build/Test, Publish to Registries](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build.yml/badge.svg)](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build.yml) [![Deploy to GitHub Pages](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/deploy.yml)
56-
[![npm Version](https://img.shields.io/npm/v/%40networkpro%2Fweb?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&logoSize=auto&labelColor=fffff&color=0c7ebe)](https://www.npmjs.com/package/@networkpro/web) [![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/CODE_OF_CONDUCT.md)
55+
[![Build Site and Deploy to GH Pages](https://github.com/netwk-pro/blog/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/netwk-pro/blog/actions/workflows/build-and-deploy.yml) [![Publish to Registries](https://github.com/netwk-pro/blog/actions/workflows/publish.yml/badge.svg)](https://github.com/netwk-pro/blog/actions/workflows/publish.yml)
56+
[![NPM Version](https://img.shields.io/npm/v/%40networkpro%2Fblog?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&color=%23CB3837)](https://www.npmjs.com/package/@networkpro/blog) [![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/CODE_OF_CONDUCT.md)
5757

5858
## Security That Respects You
5959

docs_raw/README.md

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

docs_raw/sitemap.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This file is part of Network Pro
1010

1111
<url>
1212

13-
<loc>https://blog.netwk.pro/</loc>
13+
<loc>https://blog.netwk.pro</loc>
1414

15-
<lastmod>2025-04-18</lastmod>
15+
<lastmod>2025-05-10</lastmod>
1616

1717
<changefreq>weekly</changefreq>
1818

@@ -22,49 +22,49 @@ This file is part of Network Pro
2222

2323
<url>
2424

25-
<loc>https://blog.netwk.pro/privacy-policy</loc>
25+
<loc>https://blog.netwk.pro/2025/04/30/our-blog-is-live/</loc>
2626

27-
<lastmod>2025-04-18</lastmod>
27+
<lastmod>2025-05-10</lastmod>
2828

29-
<changefreq>weekly</changefreq>
29+
<changefreq>monthly</changefreq>
3030

3131
<priority>0.8</priority>
3232

3333
</url>
3434

3535
<url>
3636

37-
<loc>https://blog.netwk.pro/license</loc>
37+
<loc>https://blog.netwk.pro/2015/01/04/secure-secure-shell/</loc>
3838

39-
<lastmod>2025-04-18</lastmod>
39+
<lastmod>2025-05-10</lastmod>
4040

41-
<changefreq>weekly</changefreq>
41+
<changefreq>monthly</changefreq>
4242

4343
<priority>0.7</priority>
4444

4545
</url>
4646

4747
<url>
4848

49-
<loc>https://blog.netwk.pro/terms-conditions</loc>
49+
<loc>https://blog.netwk.pro/tags</loc>
5050

51-
<lastmod>2025-04-18</lastmod>
51+
<lastmod>2025-05-10</lastmod>
5252

53-
<changefreq>monthly</changefreq>
53+
<changefreq>weekly</changefreq>
5454

55-
<priority>0.7</priority>
55+
<priority>0.6</priority>
5656

5757
</url>
5858

5959
<url>
6060

61-
<loc>https://blog.netwk.pro/terms-of-use</loc>
61+
<loc>https://blog.netwk.pro/contributing</loc>
6262

63-
<lastmod>2025-04-18</lastmod>
63+
<lastmod>2025-05-10</lastmod>
6464

6565
<changefreq>monthly</changefreq>
6666

67-
<priority>0.7</priority>
67+
<priority>0.5</priority>
6868

6969
</url>
7070

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Network Pro Strategies
22
site_url: https://blog.netwk.pro
3-
repo_url: https://github.com/netwk-pro/blog
3+
repo_url: https://github.com/netwk-pro/netwk-pro.github.io
44
repo_name: GitHub
55
docs_dir: docs_raw
66
site_dir: build/
@@ -108,5 +108,6 @@ nav:
108108
- index.md
109109
- Contributing:
110110
- contributing.md
111-
- Tag Index: tags.md
111+
- Tags:
112+
- Tag Index: tags.md
112113
- Website: https://netwk.pro

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@networkpro/blog",
3-
"version": "0.1.7",
3+
"version": "1.0.0",
44
"description": "The official blog of Network Pro Strategies (Network Pro).",
55
"keywords": [
66
"security",
@@ -14,7 +14,7 @@
1414
"blog",
1515
"netwk-pro"
1616
],
17-
"homepage": "https://github.com/netwk-pro/blog#readme",
17+
"homepage": "https://blog.netwk.pro",
1818
"bugs": {
1919
"url": "https://github.com/netwk-pro/netwk-pro.github.io/issues"
2020
},
@@ -41,7 +41,7 @@
4141
"lint": "eslint --ext .mjs,.js,.json,.jsonc --config eslint.config.mjs .",
4242
"lint:fix": "eslint --ext .mjs,.js,.json,.jsonc --config eslint.config.mjs . --fix",
4343
"lint:md": "npx markdownlint-cli2 \"**/*.{md,markdown}\" \"#node_modules/**\" \"#build/**\"",
44-
"lint:css": "stylelint '**/*.{css}' --ignore-path .stylelintignore",
44+
"lint:css": "npx stylelint \"docs_raw/styles/*.css\" --ignore-path .stylelintignore",
4545
"lint:all": "npm run lint && npm run lint:md && npm run lint:css && npm run format",
4646
"checkout": "npm run test && npm run lint:all"
4747
},

0 commit comments

Comments
 (0)