A website for handsomes and beauties to get to know about Rory powered by Nuxt Content.
- 🌛 Dark Mode
- 🌍 Customized Navigations
- 🔧 Overwrite basic markdown components
- 🔍 Content Search
- 📄 TOC for articles
- 📱 Responsive Adaptation for mobile phone
- Collapse navigation bar to menu button
- 💬 i18n
- 🎨 Custom text selection color
- 💄 Customized tips components like
info
,warning
etc. - favicon.ico
- SEO and Meta
- Page Title (should handle titles of both .md and SFC pages correctly)
- Page description
- Sync toc-nav highlight item with content position
- Add scroll-triggered animations and more UI elements
- Add connection-visualized graph
- GSAP scroll animations
- 3D models and animations by TresJS
- 2D frame animations by lottie
- Separate content source with the source code of this framework
- Support tags
- Display matched results current-locale-only when using search
- p
- a
- h1
- h2
- h3
- ul
- ol
- li
- code
- strong
- pre
- img
- blockquote
- hr
- h4
- h5
- h6
- table
- Use CDN for external dependencies
- Reduce times that search requests being sent
-
code block overflow - ban iOS bouncing slide
.
├── assets
│ ├── icons
│ └── images
├── components
│ ├── base (Basic Components)
│ ├── blog (Components used in blog page)
│ ├── content (Overrided markdown components)
│ ├── profile (Components used in profile)
│ └── search
├── composables
├── content (Content files)
├── pages (Custom pages)
├── public
├── server
├── stores
├── types
└── utils