James Fenn
b76029a8e8
fix typo in angular error behavior description
2023-10-19 13:33:49 -04:00
Corbin Crutchley
b10a40ce05
[UwU] CSS article fixes ( #828 )
...
This PR improves the CSS article by @ljtechdotca by:
- Removing manual spacing in post images
- Adding alt text
I also noticed the original link 404s. I've reached out to LJ to ask if
he'd like to remove the `originalPost` tag and move it to UU as the
canonical link
2023-10-19 09:06:45 -07:00
Corbin Crutchley
3cd2029a60
Update content/blog/css-fundamentals/index.md
...
Co-authored-by: James Fenn <me@jfenn.me >
2023-10-19 09:01:54 -07:00
Corbin Crutchley
bcb1c0c630
feat: round pictures and videos
2023-10-19 01:53:27 -07:00
Corbin Crutchley
fae5e82b1a
chore: remove originalLink post
2023-10-19 00:09:39 -07:00
Corbin Crutchley
247194b057
chore: remove manual image spacing and add alt text
2023-10-18 23:02:55 -07:00
Corbin Crutchley
52937bddfa
fix: article highlights are now corrected
2023-10-18 22:25:54 -07:00
Corbin Crutchley
61506241ea
Update content/blog/non-decimal-numbers-in-tech/index.md
...
Co-authored-by: James Fenn <me@jfenn.me >
2023-10-09 07:37:03 -07:00
Corbin Crutchley
3c81c0f893
fix: image stretching, code block, and more
2023-10-09 01:25:11 -07:00
Corbin Crutchley
20eabbf280
Remove bigBlock manual blockquotes in Ed's article
...
Fixes #782
2023-10-08 00:36:37 -07:00
Corbin Crutchley
17a87ffe9f
[UwU] About page redesign ( #711 )
...
- Combines about page into a single MDX file per translation
- Adds a license component for sticker attribution
---
- **TODO:** code blocks in the license dialog aren't being processed by
`unified` / `remark-shiki-twoslash` correctly in the deployment build,
resulting in incorrect styling (the "shiki" classes/spans aren't being
added). This works perfectly fine in dev mode. I have no clue what's
going on.
2023-10-02 12:07:14 -07:00
Corbin Crutchley
2c1099d031
Merge branch 'main' into uwu
2023-10-01 23:48:43 -07:00
Corbin Crutchley
9858e098bb
docs: fix typo on JS classes article
2023-10-01 23:43:06 -07:00
James Fenn
9a675c046c
fix various tags & add warning logs when a tag is not defined
2023-09-30 13:01:16 -04:00
James Fenn
d1ea967cb6
add remaining logo licenses/attributions
2023-09-29 21:42:09 -04:00
Corbin Crutchley
c47afe25d4
docs: add github issue
2023-09-27 17:08:33 -07:00
Corbin Crutchley
b0f5f79972
docs: add final aspect
2023-09-27 16:52:32 -07:00
Corbin Crutchley
9f1906e825
docs: add react prior art
2023-09-27 16:47:13 -07:00
Corbin Crutchley
43f32c8748
docs: further work on article
2023-09-27 16:39:58 -07:00
Corbin Crutchley
ea4328ef72
docs: generate outline for article
2023-09-27 16:12:44 -07:00
James Fenn
d832d585cc
update edited date frontmatter
2023-09-27 11:49:20 -04:00
James Fenn
c353158257
update minecraft wiki links to 'minecraft.wiki'
2023-09-27 11:42:02 -04:00
James Fenn
bd0aba6da1
fix frontmatter indentation
2023-09-26 17:06:31 -04:00
James Fenn
b291c9e002
move example post & add noindex prop
2023-09-26 17:06:30 -04:00
James Fenn
32b8ec5374
adjust test post date to 1999
2023-09-19 00:56:48 -04:00
James Fenn
33e2d933dc
apply same behavior to ordered lists
2023-09-18 17:16:21 -04:00
James Fenn
64cc6758bc
add test post for list behavior
2023-09-18 17:06:57 -04:00
James Fenn
ccb115e00a
Merge branch 'main' into uwu
2023-09-17 15:34:45 -04:00
James Fenn
da8cbe1e63
update MC introduction with new versions & file tree component
2023-09-12 11:06:07 -04:00
James Fenn
1d00326f45
add missing line breaks back to markdown table
2023-09-11 14:19:00 -04:00
James Fenn
cc4547c645
fix table & inline code formatting on a few posts
2023-09-11 12:24:56 -04:00
Corbin Crutchley
4c6a4825ea
chore: add tags to collections
2023-08-18 02:15:54 -07:00
Corbin Crutchley
14da386027
Merge branch 'uwu' into uwu-search-page
...
# Conflicts:
# api/search.ts
# build-scripts/social-previews/layouts/banner.tsx
# src/components/chip/chip.tsx
# src/components/filter-search-bar/search-bar-handler.tsx
# src/components/filter-search-bar/search-field/search-field.module.scss
# src/styles/variables/colors.scss
# src/tokens/_breakpoints.scss
2023-07-28 23:38:29 -07:00
Corbin Crutchley
ba2bd83ac0
Merge branch 'main' into uwu
...
# Conflicts:
# src/views/collections/framework-field-guide/people-pictures/dan_jutan.jpg
2023-07-28 23:36:53 -07:00
Corbin Crutchley
e878b6bdbf
fix: update the quote to MD syntax
2023-07-26 23:07:56 -07:00
Corbin Crutchley
2ac6ef31ad
chore: add more tags metadata, remove some tags from posts
2023-07-24 06:49:15 -07:00
Corbin Crutchley
24a1ec9855
Merge branch 'main' into uwu
...
# Conflicts:
# astro.config.ts
# package-lock.json
# package.json
# src/styles/post-body.scss
2023-07-09 08:35:42 -07:00
Corbin Crutchley
08ab1cfea2
Intro to Hash Tables article, added self to unicorns.json ( #591 )
...
Added an article on hash tables. Also added myself as an author to the
unicorns.json file.
2023-07-05 20:13:06 -07:00
xenophorium
e9796c4b16
Update data for xeno
2023-07-05 12:11:27 +01:00
Richard Prasad
a0ca9bda15
Intro to Hash Tables article, added self to unicorns.json
2023-07-03 18:02:40 -07:00
Corbin Crutchley
721c88f289
React Native Monorepo ( #511 )
...
This PR is a clone of a blog post I wrote for work that they're allowing
me to mirror here
2023-06-29 11:44:55 -07:00
Corbin Crutchley
0d6917610b
chore: remove one path
2023-06-29 11:40:54 -07:00
Corbin Crutchley
97e1cb21ee
Using JavaScript Classes without the "Class" Keyword ( #509 )
...
This PR adds an article that explains how to use JS classes without the
`class` keyword
2023-06-29 09:06:12 -07:00
Corbin Crutchley
d663e88dd6
docs: finish TODOs
2023-06-29 03:32:38 -07:00
Corbin Crutchley
ee100fdd63
docs: grammar/spelling check
2023-06-29 03:11:14 -07:00
Corbin Crutchley
562f881244
docs: finish initial draft
2023-06-29 03:00:34 -07:00
Corbin Crutchley
a4c598a45f
docs: add jest tsconfig usage
2023-06-29 02:50:24 -07:00
Corbin Crutchley
103397af72
docs: provide instructions to install config package
2023-06-29 02:33:23 -07:00
Corbin Crutchley
4960ee99b9
docs: add usage showcase
2023-06-29 01:58:37 -07:00
Corbin Crutchley
d475d8a7d8
docs: namespace org
2023-06-29 01:56:04 -07:00