|
| 1 | +````ts |
| 2 | +[ |
| 3 | + Document { |
| 4 | + pageContent: "# Henry's Blog (NoowaH)\n" + |
| 5 | + '\n' + |
| 6 | + "Welcome to the GitHub repository for my blog! This platform is a personal project where I share my development notes, studies, and showcase my portfolio. It's built with modern web technologies, focusing on performance, aesthetics, and interactivity.", |
| 7 | + metadata: { loc: [Object] } |
| 8 | + }, |
| 9 | + Document { |
| 10 | + pageContent: '## Website Contents\n' + |
| 11 | + '\n' + |
| 12 | + "- **`/posts`**: This section contains my development notes and in-depth studies on various topics within software development. It's a space where I document my learning journey and share insights on complex concepts.\n" + |
| 13 | + '\n' + |
| 14 | + '- **`/about`**: Learn more about me, my background in software development, and what drives my passion for technology.', |
| 15 | + metadata: { loc: [Object] } |
| 16 | + }, |
| 17 | + Document { |
| 18 | + pageContent: '- **`/about`**: Learn more about me, my background in software development, and what drives my passion for technology.\n' + |
| 19 | + '\n' + |
| 20 | + "- **`/works`**: A showcase of my portfolio, highlighting projects and works that I've contributed to or developed. This section demonstrates my skills and areas of expertise.", |
| 21 | + metadata: { loc: [Object] } |
| 22 | + }, |
| 23 | + Document { |
| 24 | + pageContent: '## Stack\n' + |
| 25 | + '\n' + |
| 26 | + 'The blog leverages a modern technology stack to deliver a seamless user experience:\n' + |
| 27 | + '\n' + |
| 28 | + '- **Next.js 14 (App Router)**: Utilizes the latest features of Next.js for efficient, scalable routing, enhancing the performance and SEO of the blog.\n' + |
| 29 | + '\n' + |
| 30 | + '- **TailwindCSS & PostCSS**: For styling, the blog uses TailwindCSS along with PostCSS for a utility-first CSS workflow, enabling responsive and customizable design with ease.', |
| 31 | + metadata: { loc: [Object] } |
| 32 | + }, |
| 33 | + Document { |
| 34 | + pageContent: '- **TailwindCSS & PostCSS**: For styling, the blog uses TailwindCSS along with PostCSS for a utility-first CSS workflow, enabling responsive and customizable design with ease.\n' + |
| 35 | + '\n' + |
| 36 | + "- **Markdown**: Content for the blog posts is written in Markdown, allowing for easy formatting and maintenance of the blog's written content.\n" + |
| 37 | + '\n' + |
| 38 | + '- **Framer Motion**: This library is used to add smooth, powerful animations throughout the website, enriching the user interaction and visual appeal.', |
| 39 | + metadata: { loc: [Object] } |
| 40 | + }, |
| 41 | + Document { |
| 42 | + pageContent: '- **Framer Motion**: This library is used to add smooth, powerful animations throughout the website, enriching the user interaction and visual appeal.\n' + |
| 43 | + '\n' + |
| 44 | + '- **SWR**: For data fetching, SWR is implemented to handle caching, revalidation, and fetching data, ensuring up-to-date content is served with minimal loading times.', |
| 45 | + metadata: { loc: [Object] } |
| 46 | + }, |
| 47 | + Document { |
| 48 | + pageContent: '## Getting Started\n' + |
| 49 | + '\n' + |
| 50 | + 'To set up the blog locally, follow these steps:\n' + |
| 51 | + '\n' + |
| 52 | + '1. Clone the repository:\n' + |
| 53 | + '\n' + |
| 54 | + '```bash\n' + |
| 55 | + 'git clone https://github.com/henrynoowah/blog.git\n' + |
| 56 | + 'cd blog\n' + |
| 57 | + '```', |
| 58 | + metadata: { loc: [Object] } |
| 59 | + } |
| 60 | +] |
| 61 | +```` |
0 commit comments