Skip to content

hiltonchiang/hiltonchiang.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hilton's Blog using Tailwind Nextjs Starter

This is a Next.js, Tailwind CSS blogging starter template. Version 2 is based on Next App directory with React Server Component and uses Contentlayer to manage markdown content.

Credits

This project is forked from Timothy Lin

ChangeLogs

  1. Added rehypeMermaid from respawn to add a new feature that converts mermaid diagram into a svg element in mdx file. See voip.

    Its usage is like this:

```mermaid
   sequenceDiagram
     balabala
    
  1. Added a component ExtLink to append an icon to anchor reference.

    Its usage is like this:

    This is a [ExtLink< text="reftext" />](refurl)
   

And it will look like reftext icon

  1. Added profile catagories

Licence

MIT