mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
chore: update links to point to new repo location
This commit is contained in:
parent
c3a83c8288
commit
15822cd047
2 changed files with 2 additions and 3 deletions
|
@ -65,8 +65,7 @@ caption = "This is the first post! (image courtesy of unsplash)"
|
||||||
Code highlighting is also supported, via `highlight.js`.
|
Code highlighting is also supported, via `highlight.js`.
|
||||||
|
|
||||||
The `unified` plugin ecosystem is used to transform markdown into the HTML in this document. Check
|
The `unified` plugin ecosystem is used to transform markdown into the HTML in this document. Check
|
||||||
out the parser
|
out the parser [here](https://github.com/youwen5/site/blob/main/src/lib/utils/parseMarkdown.ts). It
|
||||||
[here](https://github.com/couscousdude/coredump/blob/main/src/lib/utils/parseMarkdown.ts). It
|
|
||||||
handles all the parsing server-side at build time, so these posts are a collection of mostly static
|
handles all the parsing server-side at build time, so these posts are a collection of mostly static
|
||||||
HTML. The formatting is done mostly with a
|
HTML. The formatting is done mostly with a
|
||||||
[custom stylesheet](https://github.com/couscousdude/coredump/blob/main/src/lib/styles/markdown.pcss).
|
[custom stylesheet](https://github.com/couscousdude/coredump/blob/main/src/lib/styles/markdown.pcss).
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
class="hover:underline"><strong>SvelteKit</strong></a
|
class="hover:underline"><strong>SvelteKit</strong></a
|
||||||
>
|
>
|
||||||
|
|
|
|
||||||
<a href="https://github.com/couscousdude/coredump" target="_blank" class="hover:underline"
|
<a href="https://github.com/youwen5/site" target="_blank" class="hover:underline"
|
||||||
>View the source</a
|
>View the source</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue