Skip to content

Commit

Permalink
Merge pull request #182 from NullVoxPopuli/links-page
Browse files Browse the repository at this point in the history
Links page
  • Loading branch information
NullVoxPopuli authored Nov 18, 2024
2 parents 6957a4c + 00a311e commit e9894e7
Show file tree
Hide file tree
Showing 6 changed files with 1,964 additions and 763 deletions.
15 changes: 14 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,17 @@
const { configs } = require('@nullvoxpopuli/eslint-configs');

// accommodates: JS, TS, App, Addon, and V2 Addon
module.exports = configs.ember();
const config = configs.ember();

module.exports = {
...config,
overrides: [
...config.overrides,
{
files: ['**/*.{js,ts}'],
rules: {
'n/no-unsupported-features/node-builtins': 'off',
},
},
],
};
5 changes: 5 additions & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ module.exports = function (environment) {
route: 'page',
id: 'sites',
},
{
label: 'Links & Socials',
route: 'page',
id: 'links',
},
],
},

Expand Down
42 changes: 19 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,30 @@
"crypto"
],
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "7.24.1",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^3.2.1",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "7.25.9",
"@ember/optional-features": "^2.2.0",
"@ember/test-helpers": "^4.0.4",
"@nullvoxpopuli/eslint-configs": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^2.7.1",
"ember-auto-import": "^2.10.0",
"ember-cli": "5.8.0",
"ember-cli-app-version": "^6.0.1",
"ember-cli-app-version": "^7.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-dependency-checker": "^3.3.2",
"ember-cli-dependency-checker": "^3.3.3",
"ember-cli-fastboot": "^4.1.2",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-data": "~4.12.0",
"ember-data": "~4.8.0",
"ember-fetch": "^8.1.2",
"ember-load-initializers": "^2.1.2",
"ember-load-initializers": "^3.0.1",
"ember-page-title": "^8.1.0",
"ember-qunit": "^8.0.2",
"ember-resolver": "^11.0.1",
"ember-qunit": "^8.1.1",
"ember-resolver": "^13.0.2",
"ember-shadow-dom": "^2.0.1",
"ember-showdown-prism": "^4.4.0",
"ember-source": "^4.6.0",
Expand All @@ -69,22 +69,18 @@
"prettier": "^3.1.1",
"prismjs": "^1.29.0",
"qunit": "^2.20.0",
"qunit-dom": "^3.1.2",
"sharp": "0.33.3",
"qunit-dom": "^3.3.0",
"sharp": "0.33.5",
"typescript": "^5.4.5",
"webpack": "^5.89.0"
"webpack": "^5.96.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 18.0.0"
"node": ">= 22.0.0"
},
"ember": {
"edition": "octane"
},
"volta": {
"node": "20.18.0",
"yarn": "1.22.22",
"pnpm": "9.5.0"
},
"dependencies": {
"@ember/render-modifiers": "^2.1.0",
"@ember/string": "^4.0.0",
Expand Down
33 changes: 33 additions & 0 deletions page/links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Links
image:
imageMeta:
attribution:
attributionLink:
featured: true
authors:
- nullvoxpopuli
date: Sun Oct 02 2024 13:28:00 GMT-0500 (Eastern Standard Time)
tags: []

---

These are all the NullVoxPopuli accounts

- [BlueSky](https://bsky.app/profile/nullvoxpopuli.com)
- [GitHub](https://github.com/NullVoxPopuli/)
- [Ko-Fi](https://ko-fi.com/nullvoxpopuli)
- [Mastodon](https://mastodon.coffee/@nullvoxpopuli)
- [Discord](http://discord.gg/cTvtmJhFNY)
- [YouTube](https://www.youtube.com/@NullVoxPopuli)
- [TikTok](http://tiktok.com/@nullvoxpopuli)
- [Twitch](https://www.twitch.tv/nullvoxpopuli)
- [Reddit](https://www.reddit.com/user/nullvoxpopuli/)
- [StackOverflow](https://stackoverflow.com/users/356849/nullvoxpopuli)
- [Hacker News](https://news.ycombinator.com/user?id=nullvoxpopuli)
- [DEV.to](https://dev.to/nullvoxpopuli)
- [Twitter / X](https://x.com/NullVoxPopuli)
- [Threads](https://www.threads.net/@nullvoxpopuli)


Links mirrored on [Linktree](https://linktr.ee/nullvoxpopuli).
5 changes: 2 additions & 3 deletions page/sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ featured: true
authors:
- nullvoxpopuli
date: Sun Jan 07 2024 11:13:54 GMT-0500 (Eastern Standard Time)
tags:
---
tags: []

[Socials here](https://linktr.ee/nullvoxpopuli).
---

Here is a list of docs, sites, and apps that I work on.

Expand Down
Loading

0 comments on commit e9894e7

Please sign in to comment.