Commit Graph

19 Commits

Author SHA1 Message Date
Evan Simkowitz 40c4a82248 init 2024-10-04 12:53:22 -04:00
Evan Simkowitz 92243c1f6e Fix build script (#48)
* Fix flag in build-embedded workflow

* use npm script
2024-10-03 20:37:27 -07:00
Evan Simkowitz 0b985897d2 Add steps for building embedded site (#46)
* save

* Rename local to embedded

* update base url for fontawesome links
2024-10-03 20:28:13 -07:00
dependabot[bot] 6ec08a27ca Bump the dev-dependencies group across 1 directory with 3 updates (#39)
Bumps the dev-dependencies group with 3 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@eslint/js` from 9.11.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js)

Updates `eslint` from 9.11.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.11.0...v9.11.1)

Updates `typescript-eslint` from 8.6.0 to 8.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 19:46:19 -04:00
Evan Simkowitz 8b8a196ee1 Disable Algolia for local docsite build (#40) 2024-09-30 22:47:26 -07:00
Evan Simkowitz 6712b90fd5 Add Algolia DocSearch (#38) 2024-09-30 22:27:29 -07:00
Evan Simkowitz 45067a5751 Disable minification as it conflicts with fontawesome (#10) 2024-09-23 15:18:13 -07:00
Evan Simkowitz b1a22a37b2 Add card component for features (#8)
* more card work

* card component done

* fix relative path for stylesheets
2024-09-23 14:55:19 -07:00
Evan Simkowitz d4495929cb Better version override for path-to-regexp (#5) 2024-09-23 11:07:19 -07:00
Evan Simkowitz 4d1854511a fix lockfile (#4) 2024-09-23 11:03:15 -07:00
Evan Simkowitz 9e34ec67a1 remove brands css, use svg mask, fix test deploy (#3)
* remove brands css, use svg mask

* fix test deploy

* fix test deploy

* fix again
2024-09-23 11:00:06 -07:00
dependabot[bot] 4b0012829d Bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@eslint/js` from 9.10.0 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.11.0/packages/js)

Updates `eslint` from 9.10.0 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0)

Updates `prettier-plugin-organize-imports` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md)
- [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v4.0.0...v4.1.0)

Updates `typescript-eslint` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier-plugin-organize-imports
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 00:01:21 +00:00
Evan Simkowitz c0290c3280 add fontawesome, start on Card component 2024-09-20 16:59:13 -07:00
Evan Simkowitz 786f1d3bd1 make ideal-image regular dep 2024-09-12 18:04:52 -07:00
Evan Simkowitz 866b3d65f9 update primary color 2024-09-12 17:38:37 -07:00
Evan Simkowitz 9471355300 format everything 2024-09-12 17:12:02 -07:00
Evan Simkowitz 3e2977824d remove remark-lint 2024-09-12 17:08:26 -07:00
Evan Simkowitz 5e929099e1 fix formatter 2024-09-12 16:18:51 -07:00
Evan Simkowitz 9e851397e2 initial commit 2024-09-12 15:49:40 -07:00