Commit graph

184 commits

Author SHA1 Message Date
b755803eef
fix time format 2023-03-28 13:20:26 -07:00
fbfda613bd
fix: remove html content 2023-03-28 13:17:20 -07:00
a5af756a19
fix: escape html 2023-03-28 12:38:51 -07:00
824bb49839
fix: date format + content 2023-03-28 12:36:12 -07:00
74c7f99d3a
fix: dates as strings 2023-03-28 12:25:39 -07:00
867de2c3bd
chore: more thorough markdown extension check 2023-03-28 12:24:35 -07:00
4d9d1dc63a
fix: typos are rough 2023-03-28 12:23:28 -07:00
dc697ac6f4
fix: remove acct: uri segment 2023-03-28 12:18:24 -07:00
59084e9a5c
fix: encode uri segment vercel thinks is a rewrite token 2023-03-28 12:14:17 -07:00
c822309e1b
fix: webfinger 2023-03-28 12:12:17 -07:00
da058d3ffd
fix: feed schema + webfinger 2023-03-28 12:06:43 -07:00
0fd62529cf
fix: follow data 2023-03-28 11:26:48 -07:00
23ea674eea
fix: feed syntax 2023-03-28 11:22:01 -07:00
d8e9009d22
fix: loop syntax 2023-03-28 11:08:33 -07:00
99ae993986
fix: json feed formats 2023-03-28 11:07:31 -07:00
cf4cc931a4
fix: json follow feed title 2023-03-28 10:58:17 -07:00
02e444e25e
feat: json follow feed + github actions to post 2023-03-28 10:53:42 -07:00
55b45b8305
fix: lint md files 2023-03-27 18:12:49 -07:00
7b21a5b384
chore: add recent posts 2023-03-27 18:03:31 -07:00
3911e309a4
chore: remove unused env vars 2023-03-27 18:02:18 -07:00
2320485fd6
chore: precommit hook for markdown 2023-03-27 15:24:40 -07:00
2a4d806350
chore: update uses 2023-03-27 15:20:42 -07:00
78f6cfa93b
fix: lint prepare workaround 2023-03-27 14:51:27 -07:00
b3b1d0cf16
chore: update dependencies 2023-03-27 14:50:42 -07:00
b85b967367
Merge pull request #13 from cdransf/dependabot/npm_and_yarn/typescript-eslint/parser-5.57.0 2023-03-27 14:27:13 -07:00
dependabot[bot]
d0b38b0bc5
Bump @typescript-eslint/parser from 5.56.0 to 5.57.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.56.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 21:09:56 +00:00
a1a9ef551c
Merge pull request #12 from cdransf/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.57.0 2023-03-27 13:58:21 -07:00
dependabot[bot]
c578e16b24
Bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.56.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 20:12:38 +00:00
b74b30e94e
update uses 2023-03-27 12:11:46 -07:00
d07544fe18
feat: paginator styles 2023-03-26 20:40:42 -07:00
9bbbfa415f
feat: paginator styles 2023-03-26 20:37:38 -07:00
4f38f41657
chore: readme formatting 2023-03-26 19:38:04 -07:00
94f15e97fe
fix: lint-staged formatting 2023-03-26 19:36:57 -07:00
0791447aad
chore: license formatting 2023-03-26 19:36:12 -07:00
97cb380f15
chore: pagination style consistency 2023-03-26 18:06:45 -07:00
a29ed27e9f
chore: post content + formatting 2023-03-26 17:39:43 -07:00
da793fd1cc
feat: refactor pagination implementation 2023-03-26 17:39:08 -07:00
ee77555c32
chore: additional formatting w/prettier 2023-03-25 14:09:26 -07:00
ea75e585e1
chore: update now nav name 2023-03-25 13:58:05 -07:00
d776ec4e21
fix: drop blog title from index 2023-03-25 13:57:09 -07:00
a0d064be6a
chore: standardize formatting 2023-03-25 12:53:13 -07:00
e94e5a523c
chore: add license file 2023-03-25 12:24:54 -07:00
ebc1f43610
chore: drop create script 2023-03-25 12:22:35 -07:00
d1d845326d
(feat) add husky + precommit hooks 2023-03-25 11:56:58 -07:00
3eecb6e406
(fix) footnotes in excerpts 2023-03-25 11:47:21 -07:00
c5dfb420d2
Merge branch 'main' of github.com:cdransf/coryd.dev 2023-03-25 11:19:11 -07:00
58bc4959f6
(fix) nbsp vs space wrapping issue 2023-03-25 11:18:54 -07:00
13d51fabfe
Merge pull request #11 from cdransf/dependabot/npm_and_yarn/prettier-2.8.7
Bump prettier from 2.8.6 to 2.8.7
2023-03-24 12:48:56 -07:00
dependabot[bot]
8bebd90478
Bump prettier from 2.8.6 to 2.8.7
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.6 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.6...2.8.7)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-24 19:33:25 +00:00
4b3d21739b
Merge branch 'main' of github.com:cdransf/coryd.dev 2023-03-24 10:34:58 -07:00