Migrate!
I've finally migrated my blog from the outdated Jekyll framework to the modern Nuxt framework!
Similarities and differences with the previous one
| Method | Whether to refresh | You can add styles. | Usage |
|---|---|---|---|
[这里](/stats) Markdown | SPA navigation (internal) | Generally difficult to control. | Text/article link, simple and easy to write |
<a href="/blog"> HTML | will refresh | Free | External links, new windows, standard HTML scenarios |
<NuxtLink to="/wiki"> Vue | SPA navigation | Very flexible, can be animated | Home button, navigation bar, controllable interactive components |