@networkpro/blog 1.0.11 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/CODE_OF_CONDUCT.md +173 -0
  2. package/LICENSE.md +37 -58
  3. package/README.md +8 -8
  4. package/cspell.json +11 -1
  5. package/eslint.config.mjs +1 -0
  6. package/mkdocs.yml +11 -4
  7. package/package.json +21 -22
  8. package/postcss.config.mjs +8 -0
  9. package/{docs_raw/contributing.md → src/CODE_OF_CONDUCT.md} +14 -11
  10. package/src/contributing.md +235 -0
  11. package/{docs_raw → src}/manifest.json +2 -2
  12. package/{docs_raw/posts/heliboard.md → src/posts/2025-05-29-heliboard.md} +8 -3
  13. package/{docs_raw/posts/msauth.md → src/posts/2025-05-29-msauth.md} +4 -1
  14. package/src/robots.txt +20 -0
  15. package/src/sitemap.xml +150 -0
  16. package/{docs_raw/styles → src/stylesheets}/default.css +3 -1
  17. package/src/stylesheets/extra.css +23 -0
  18. package/src/stylesheets/global.css +11 -0
  19. package/{docs_raw/styles → src/stylesheets}/normalize.css +3 -1
  20. package/{docs_raw/styles → src/stylesheets}/style.css +3 -1
  21. package/stylelint.config.js +2 -9
  22. package/assets/consulting-terms.pdf +0 -0
  23. package/assets/license/CC-BY-4.0-rdfa.xml +0 -741
  24. package/assets/license/CC-BY-4.0.xml +0 -25
  25. package/assets/license/COPYING-rdfa.xml +0 -1187
  26. package/assets/license/COPYING.odt +0 -0
  27. package/assets/linksheet.json +0 -8
  28. package/assets/pgp/contact.vcf +0 -13
  29. package/assets/pgp/contact@s.neteng.pro.aexpk +0 -17
  30. package/assets/pgp/contact@s.neteng.pro.asc +0 -17
  31. package/assets/pgp/github@sl.neteng.cc.aexpk +0 -29
  32. package/assets/pgp/github@sl.neteng.cc.asc +0 -29
  33. package/assets/pgp/support@neteng.pro.aexpk +0 -47
  34. package/assets/pgp/support@neteng.pro.asc +0 -47
  35. package/docs/LICENSE.md +0 -296
  36. package/docs/PRIVACY.md +0 -212
  37. package/docs/README.md +0 -115
  38. package/docs/TERMS-COND.md +0 -277
  39. package/docs/TERMS-USE.md +0 -212
  40. package/docs/license/CC-BY-4.0.html +0 -1235
  41. package/docs/license/CC-BY-4.0.md +0 -367
  42. package/docs/license/CC-BY-4.0.txt +0 -156
  43. package/docs/license/COPYING.html +0 -1413
  44. package/docs/license/COPYING.md +0 -611
  45. package/docs/license/COPYING.txt +0 -232
  46. package/docs_raw/robots.txt +0 -13
  47. package/docs_raw/sitemap.xml +0 -83
  48. package/docs_raw/styles/global.css +0 -3
  49. /package/{docs_raw → src}/ext/__init__.py +0 -0
  50. /package/{docs_raw → src}/ext/slugs.py +0 -0
  51. /package/{docs_raw → src}/favicon.ico +0 -0
  52. /package/{docs_raw → src}/favicon.svg +0 -0
  53. /package/{docs_raw → src}/fontawesome/LICENSE.txt +0 -0
  54. /package/{docs_raw → src}/fontawesome/brands/facebook.svg +0 -0
  55. /package/{docs_raw → src}/fontawesome/brands/instagram.svg +0 -0
  56. /package/{docs_raw → src}/fontawesome/brands/linkedin.svg +0 -0
  57. /package/{docs_raw → src}/fontawesome/brands/mastodon.svg +0 -0
  58. /package/{docs_raw → src}/fontawesome/solid/at.svg +0 -0
  59. /package/{docs_raw → src}/hooks/socialmedia.py +0 -0
  60. /package/{docs_raw → src}/icon-180x180.png +0 -0
  61. /package/{docs_raw → src}/icon-192x192.png +0 -0
  62. /package/{docs_raw → src}/icon-512x512-maskable.png +0 -0
  63. /package/{docs_raw → src}/icon-512x512.png +0 -0
  64. /package/{docs_raw → src}/icon-splash.png +0 -0
  65. /package/{docs_raw → src}/img/acode.png +0 -0
  66. /package/{docs_raw → src}/img/blog-move.png +0 -0
  67. /package/{docs_raw → src}/img/favicon.png +0 -0
  68. /package/{docs_raw → src}/img/heliboard-promo.png +0 -0
  69. /package/{docs_raw → src}/img/heliboard.png +0 -0
  70. /package/{docs_raw → src}/img/linksheet.png +0 -0
  71. /package/{docs_raw → src}/img/logo.png +0 -0
  72. /package/{docs_raw → src}/img/msauth-promo.png +0 -0
  73. /package/{docs_raw → src}/img/pmx.png +0 -0
  74. /package/{docs_raw → src}/img/tosdr.png +0 -0
  75. /package/{docs_raw → src}/img/urlcheck.png +0 -0
  76. /package/{docs_raw → src}/index.md +0 -0
  77. /package/{docs_raw → src}/posts/betterweb.md +0 -0
  78. /package/{docs_raw → src}/posts/live.md +0 -0
  79. /package/{docs_raw → src}/posts/moved.md +0 -0
  80. /package/{docs_raw → src}/posts/pwa.md +0 -0
  81. /package/{docs_raw → src}/posts/secure-secure-shell.md +0 -0
  82. /package/{docs_raw → src}/posts/weblive.md +0 -0
  83. /package/{docs_raw → src}/tags.md +0 -0
@@ -0,0 +1,235 @@
1
+ ---
2
+ date:
3
+ created: 2023-12-31
4
+ updated: 2025-05-30
5
+ title: Contributing to Network Pro™
6
+ summary: Instructions for getting involved and contributing to Network Pro Strategies.
7
+ authors:
8
+ - team
9
+ tags:
10
+ - network-pro
11
+ - contributing
12
+ ---
13
+
14
+ <a name="top"></a>
15
+
16
+ <sup>[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info):
17
+ `CC-BY-4.0 OR GPL-3.0-or-later`</sup>
18
+
19
+ # Contributing to Network Pro™
20
+
21
+ ♥ [Network Pro Strategies](https://netwk.pro/) and want to get involved?
22
+ Thanks! We're actively looking for folks interested in helping out and there
23
+ are plenty of ways you can help!
24
+
25
+ Please take a moment to review this document in order to make the contribution
26
+ process easy and effective for everyone involved.
27
+
28
+ Following these guidelines helps to communicate that you respect the time of
29
+ the developers managing and developing this open source project. In return,
30
+ they should reciprocate that respect in addressing your issue or assessing
31
+ patches and features.
32
+
33
+ ## Using the issue tracker
34
+
35
+ The [issue tracker](https://github.com/netwk-pro/netwk-pro.github.io/issues) is
36
+ the preferred channel for [bug reports](#bugs), [features requests](#features)
37
+ and [submitting pull requests](#pull-requests), but please respect the following
38
+ restrictions:
39
+
40
+ - Please **do not** use the issue tracker for personal support requests (use
41
+ [Stack Overflow Teams](https://stack.neteng.pro/), [Discussions](https://discuss.neteng.pro), or [Discord](https://discord.neteng.pro/)).
42
+
43
+ - Please **do not** derail or troll issues. Keep the discussion on topic and
44
+ respect the opinions of others.
45
+
46
+ <sub>[Back to top](#top)</sub>
47
+
48
+ <a name="bugs"></a>
49
+
50
+ ## Bug reports
51
+
52
+ A bug is a _demonstrable problem_ that is caused by the code in the repository.
53
+ Good bug reports are extremely helpful - thank you!
54
+
55
+ Guidelines for bug reports:
56
+
57
+ 1. **Use the GitHub issue search** &mdash; check if the issue has already been
58
+ reported.
59
+
60
+ 2. **Check if the issue has been fixed** &mdash; try to reproduce it using the
61
+ latest `master` or development branch in the repository.
62
+
63
+ 3. **Isolate the problem** &mdash; ideally create a [reduced test
64
+ case](https://css-tricks.com/reduced-test-cases/) and a live example.
65
+
66
+ A good bug report shouldn't leave others needing to chase you down for more
67
+ information. Please try to be as detailed as possible in your report. What is
68
+ your environment? What steps will reproduce the issue? What browser(s) and OS
69
+ experience the problem? What would you expect to be the outcome? All these
70
+ details will help people to fix any potential bugs.
71
+
72
+ Example:
73
+
74
+ > Short and descriptive example bug report title
75
+ >
76
+ > A summary of the issue and the browser/OS environment in which it occurs. If
77
+ > suitable, include the steps required to reproduce the bug.
78
+ >
79
+ > 1. This is the first step
80
+ > 2. This is the second step
81
+ > 3. Further steps, etc.
82
+ >
83
+ > `<url>` - a link to the reduced test case
84
+ >
85
+ > Any other information you want to share that is relevant to the issue being
86
+ > reported. This might include the lines of code that you have identified as
87
+ > causing the bug, and potential solutions (and your opinions on their
88
+ > merits).
89
+
90
+ <sub>[Back to top](#top)</sub>
91
+
92
+ <a name="features"></a>
93
+
94
+ ## Feature requests
95
+
96
+ Feature requests are welcome. But take a moment to find out whether your idea
97
+ fits with the scope and aims of the project. It's up to _you_ to make a strong
98
+ case to convince the project's developers of the merits of this feature. Please
99
+ provide as much detail and context as possible.
100
+
101
+ <sub>[Back to top](#top)</sub>
102
+
103
+ <a name="pull-requests"></a>
104
+
105
+ ## Pull requests
106
+
107
+ Good pull requests - patches, improvements, new features - are a fantastic
108
+ help. They should remain focused in scope and avoid containing unrelated
109
+ commits.
110
+
111
+ **Please ask first** before embarking on any significant pull request (e.g.
112
+ implementing features, refactoring code, porting to a different language),
113
+ otherwise you risk spending a lot of time working on something that the
114
+ project's developers might not want to merge into the project.
115
+
116
+ Please adhere to the coding conventions used throughout a project (indentation,
117
+ accurate comments, etc.) and any other requirements (such as test coverage).
118
+
119
+ Adhering to the following process is the best way to get your work
120
+ included in the project:
121
+
122
+ <code><strong>1.</strong></code> [Fork](https://help.github.com/articles/fork-a-repo/) the project, clone your fork, and configure the remotes:
123
+
124
+ ```bash
125
+ # Clone your fork of the repo into the current directory
126
+ git clone https://github.com/<your-username>/netwk-pro.github.io.git
127
+
128
+ # Navigate to the newly cloned directory
129
+ cd netwk-pro.github.io
130
+
131
+ # Assign the original repo to a remote called "upstream"
132
+ git remote add upstream https://github.com/netwk-pro/netwk-pro.github.io.git
133
+ ```
134
+
135
+ <code><strong>2.</strong></code> If you cloned a while ago, get the latest changes from upstream:
136
+
137
+ ```bash
138
+ git checkout master
139
+ git pull upstream master
140
+ ```
141
+
142
+ <code><strong>3.</strong></code> Create a new topic branch (off the master project development branch) to
143
+ contain your feature, change, or fix:
144
+
145
+ ```bash
146
+ git checkout -b <topic-branch-name>
147
+ ```
148
+
149
+ <code><strong>4.</strong></code> Install locked dependencies:
150
+
151
+ ```bash
152
+ npm ci
153
+ ```
154
+
155
+ Ensure that your `node` and `npm` versions are compatible with the `engines`
156
+ specification in `package.json`.
157
+
158
+ <code><strong>5.</strong></code> Lint your code locally. As reflected in the `devDependencies`, the following
159
+ linting and formatting tools &mdash; or equivalent &mdash; should be used:
160
+
161
+ - [Prettier](https://prettier.io/)
162
+ - [ESLint](https://eslint.org/)
163
+ - [markdownlint](https://github.com/DavidAnson/markdownlint) and
164
+ [markdownlint2](https://github.com/DavidAnson/markdownlint-cli2)
165
+ - [Stylelint](https://stylelint.io/)
166
+
167
+ <code><strong>6.</strong></code> Commit your changes in logical chunks. Please adhere to these [git commit
168
+ message guidelines](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
169
+ or your code is unlikely be merged into the main project. Use Git's
170
+ [interactive rebase](https://help.github.com/articles/about-git-rebase/)
171
+ feature to tidy up your commits before making them public.
172
+
173
+ <code><strong>7.</strong></code> Locally merge (or rebase) the upstream development branch into your topic branch:
174
+
175
+ ```bash
176
+ git pull [--rebase] upstream master
177
+ ```
178
+
179
+ <code><strong>8.</strong></code> Update any applicable test cases and run tests:
180
+
181
+ ```bash
182
+ npm run test
183
+ ```
184
+
185
+ Tests must cover changes and pass to be accepted.
186
+
187
+ <code><strong>9.</strong></code> Run build and commit changes to build:
188
+
189
+ ```bash
190
+ npm run build
191
+ git add build/
192
+ git commit
193
+ ```
194
+
195
+ <!-- markdownlint-disable MD029 -->
196
+
197
+ <code><strong>10.</strong></code> Push your topic branch up to your fork:
198
+
199
+ ```bash
200
+ git push origin <topic-branch-name>
201
+ ```
202
+
203
+ <code><strong>11.</strong></code> [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
204
+ with a clear title and description.
205
+
206
+ <!-- markdownlint-enable MD029 -->
207
+
208
+ &nbsp;
209
+
210
+ **IMPORTANT**: By submitting a patch, you agree to allow the project
211
+ owners to license your work under the terms of [CC BY 4.0](https://netwk.pro/license#cc-by) and the [GNU GPL](https://netwk.pro/license#gnu-gpl).
212
+
213
+ <sub>[Back to top](#top)</sub>
214
+
215
+ ---
216
+
217
+ <span style="font-size: 12px; font-weight: bold; text-align: center;">
218
+
219
+ [Home](https://netwk.pro) &nbsp; | &nbsp; [Terms of Use](https://netwk.pro/terms-of-use)
220
+ [Privacy Policy](https://netwk.pro/privacy) &nbsp; | &nbsp; [Legal](https://netwk.pro/license)
221
+
222
+ </span>
223
+
224
+ &nbsp;
225
+
226
+ <span style="font-size: 12px; text-align: center;">
227
+
228
+ Copyright &copy; 2025
229
+ **[Network Pro Strategies](https://netwk.pro/)** (Network Pro&trade;)
230
+
231
+ Network Pro&trade;, the shield logo, and the "Locking Down Networks&trade;" slogan are [trademarks](https://netwk.pro/license#trademark) of Network Pro Strategies.
232
+
233
+ Licensed under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)** and the **[GNU GPL](https://spdx.org/licenses/GPL-3.0-or-later.html)**, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
234
+
235
+ </span>
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "Network Pro Strategies",
3
- "short_name": "Network Pro",
2
+ "name": "Network Pro Blog",
3
+ "short_name": "Blog",
4
4
  "description": "Access our cybersecurity and privacy blog anytime, anywhere. Fully optimized for speed, security, and mobile use, it's your gateway to expert insights, project highlights, and seamless connection—all in one place.",
5
5
  "start_url": "/?utm_source=homescreen",
6
6
  "display": "standalone",
@@ -39,12 +39,17 @@ Whether you're switching from Gboard or just want something more minimal and eth
39
39
  GitHub: [github.com/Helium314/HeliBoard](https://github.com/Helium314/HeliBoard)
40
40
  F-Droid: [f-droid.org/packages/helium314.keyboard/](https://f-droid.org/packages/helium314.keyboard/)
41
41
 
42
- 🛠️ Open-source. Lightweight. Transparent. HeliBoard isn’t just a keyboard
42
+ 🛠️ Open-source. Lightweight. Transparent. HeliBoard isn’t just a keyboard—it's a philosophy.
43
43
 
44
44
  **Weekly FOSS gems like this remind us: we have powerful alternatives, built by passionate devs, made for people who care. _Let's support that_.**
45
45
 
46
- Got a favorite FOSS project? Let us know at [social@neteng.pro](mailto:social@neteng.pro).
46
+ Got a favorite FOSS project? Let us know at [social@neteng.pro](mailto:social@neteng.pro), and we might feature it next!
47
47
 
48
48
  &nbsp;
49
49
 
50
- ![HeliBoard](../img/heliboard-promo.png)
50
+ <figure class="poster-figure">
51
+ <img src="/img/heliboard-promo.png" alt="FOSS Spotlight: HeliBoard">
52
+ <figcaption>FOSS Spotlight: HeliBoard – featured visual</figcaption>
53
+ </figure>
54
+
55
+ <!-- ![HeliBoard](../img/heliboard-promo.png) -->
@@ -46,6 +46,9 @@ Check the link below for full details:
46
46
 
47
47
  &nbsp;
48
48
 
49
- ![Microsoft Authenticator](../img/msauth-promo.png)
49
+ <figure class="poster-figure">
50
+ <img src="/img/msauth-promo.png" alt="Microsoft Authenticator Users: Major Change Incoming">
51
+ <figcaption>Microsoft Authenticator Changes Incoming – featured visual</figcaption>
52
+ </figure>
50
53
 
51
54
  <!-- cspell:ignore ente -->
package/src/robots.txt ADDED
@@ -0,0 +1,20 @@
1
+ # robots.txt
2
+ #
3
+ # Copyright © 2025 Network Pro Strategies (Network Pro™)
4
+ # SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
5
+ # This file is part of Network Pro
6
+ #
7
+ # www.robotstxt.org
8
+
9
+ User-agent: *
10
+
11
+ # Disallow dev and CI/CD artifacts
12
+ Disallow: /tests/
13
+ Disallow: /reports/
14
+ Disallow: /build/
15
+
16
+ # Allow everything else
17
+ Allow: /
18
+
19
+ # Inform bots where to find the sitemap
20
+ Sitemap: https://blog.netwk.pro/sitemap.xml
@@ -0,0 +1,150 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Last Updated: May 30, 2025 -->
3
+
4
+ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
5
+
6
+ <url>
7
+
8
+ <loc>https://blog.netwk.pro</loc>
9
+
10
+ <lastmod>2025-05-30</lastmod>
11
+
12
+ <changefreq>weekly</changefreq>
13
+
14
+ <priority>1.0</priority>
15
+
16
+ </url>
17
+
18
+ <url>
19
+
20
+ <loc>https://blog.netwk.pro/2025/05/29/foss-spotlight---heliboard/</loc>
21
+
22
+ <lastmod>2025-05-29</lastmod>
23
+
24
+ <changefreq>monthly</changefreq>
25
+
26
+ <priority>0.8</priority>
27
+
28
+ </url>
29
+
30
+ <url>
31
+
32
+ <loc>https://blog.netwk.pro/2025/05/29/microsoft-authenticator-users---major-change-incoming/</loc>
33
+
34
+ <lastmod>2025-05-29</lastmod>
35
+
36
+ <changefreq>monthly</changefreq>
37
+
38
+ <priority>0.8</priority>
39
+
40
+ </url>
41
+
42
+ <url>
43
+
44
+ <loc>https://blog.netwk.pro/2025/05/26/welcome-to-the-future-of-network-pro/</loc>
45
+
46
+ <lastmod>2025-05-26</lastmod>
47
+
48
+ <changefreq>monthly</changefreq>
49
+
50
+ <priority>0.8</priority>
51
+
52
+ </url>
53
+
54
+ <url>
55
+
56
+ <loc>https://blog.netwk.pro/2025/05/16/progressive-web-app-is-live/</loc>
57
+
58
+ <lastmod>2025-05-16</lastmod>
59
+
60
+ <changefreq>monthly</changefreq>
61
+
62
+ <priority>0.7</priority>
63
+
64
+ </url>
65
+
66
+ <url>
67
+
68
+ <loc>https://blog.netwk.pro/2025/05/15/building-a-better-web-experience/</loc>
69
+
70
+ <lastmod>2025-05-15</lastmod>
71
+
72
+ <changefreq>monthly</changefreq>
73
+
74
+ <priority>0.7</priority>
75
+
76
+ </url>
77
+
78
+ <url>
79
+
80
+ <loc>https://blog.netwk.pro/2025/05/11/the-network-pro-blog-has-moved/</loc>
81
+
82
+ <lastmod>2025-05-11</lastmod>
83
+
84
+ <changefreq>monthly</changefreq>
85
+
86
+ <priority>0.7</priority>
87
+
88
+ </url>
89
+
90
+ <url>
91
+
92
+ <loc>https://blog.netwk.pro/2025/04/30/our-blog-is-live/</loc>
93
+
94
+ <lastmod>2025-05-11</lastmod>
95
+
96
+ <changefreq>monthly</changefreq>
97
+
98
+ <priority>0.6</priority>
99
+
100
+ </url>
101
+
102
+ <url>
103
+
104
+ <loc>https://blog.netwk.pro/archive/2025/</loc>
105
+
106
+ <lastmod>2025-05-30</lastmod>
107
+
108
+ <changefreq>weekly</changefreq>
109
+
110
+ <priority>0.5</priority>
111
+
112
+ </url>
113
+
114
+ <url>
115
+
116
+ <loc>https://blog.netwk.pro/tags</loc>
117
+
118
+ <lastmod>2025-05-11</lastmod>
119
+
120
+ <changefreq>weekly</changefreq>
121
+
122
+ <priority>0.5</priority>
123
+
124
+ </url>
125
+
126
+ <url>
127
+
128
+ <loc>https://blog.netwk.pro/2015/01/04/secure-secure-shell/</loc>
129
+
130
+ <lastmod>2025-05-11</lastmod>
131
+
132
+ <changefreq>yearly</changefreq>
133
+
134
+ <priority>0.4</priority>
135
+
136
+ </url>
137
+
138
+ <url>
139
+
140
+ <loc>https://blog.netwk.pro/contributing</loc>
141
+
142
+ <lastmod>2025-05-11</lastmod>
143
+
144
+ <changefreq>monthly</changefreq>
145
+
146
+ <priority>0.4</priority>
147
+
148
+ </url>
149
+
150
+ </urlset>
@@ -1,5 +1,7 @@
1
1
  /*! ==========================================================================
2
- Copyright © 2025 Network Pro Strategies (Network Pro)
2
+ src/stylesheets/default.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
3
5
  SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
4
6
  This file is part of Network Pro.
5
7
  =========================================================================== */
@@ -0,0 +1,23 @@
1
+ /*! ==========================================================================
2
+ src/stylesheets/extra.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
5
+ SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
+ This file is part of Network Pro.
7
+ =========================================================================== */
8
+
9
+ .poster-figure {
10
+ text-align: center;
11
+ margin-top: 2rem;
12
+ }
13
+
14
+ .poster-figure img {
15
+ border-radius: 8px;
16
+ max-width: 100%;
17
+ }
18
+
19
+ .poster-figure figcaption {
20
+ color: #666;
21
+ font-style: italic;
22
+ margin-top: 0.5rem;
23
+ }
@@ -0,0 +1,11 @@
1
+ /*! ==========================================================================
2
+ src/stylesheets/global.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
5
+ SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
+ This file is part of Network Pro.
7
+ =========================================================================== */
8
+
9
+ @import "./normalize.css";
10
+ @import "./style.css";
11
+ @import "./default.css";
@@ -1,5 +1,7 @@
1
1
  /* ===========================================================================
2
- Copyright © 2025 Network Pro Strategies (Network Pro)
2
+ src/stylesheets/normalize.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
3
5
  SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
4
6
  This file is part of Network Pro.
5
7
  =========================================================================== */
@@ -1,5 +1,7 @@
1
1
  /* ==========================================================================
2
- Copyright © 2025 Network Pro Strategies (Network Pro)
2
+ src/stylesheets/style.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
3
5
  SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
4
6
  This file is part of Network Pro.
5
7
  =========================================================================== */
@@ -13,15 +13,6 @@ export default {
13
13
  "stylelint-config-html", // Added from provided config for linting HTML
14
14
  ],
15
15
  plugins: ["stylelint-order"], // Add stylelint-order plugin
16
- overrides: [
17
- {
18
- files: ["**/*.html"], // Use postcss-html for HTML files
19
- customSyntax: "postcss-html",
20
- },
21
- {
22
- files: ["**/*.css"], // Ensure CSS-specific configurations
23
- },
24
- ],
25
16
  rules: {
26
17
  "property-no-vendor-prefix": null, // Allow vendor prefixes
27
18
  "selector-no-vendor-prefix": null,
@@ -107,3 +98,5 @@ export default {
107
98
  reportNeedlessDisables: true, // Report unnecessary disables
108
99
  ignoreFiles: ["public/**"], // Ignore the build directory
109
100
  };
101
+
102
+ // cspell:ignore descriptionless
Binary file