Nyan Profile
About
Nyan Profile is a simple and extensible scaffold for building personal profile website.
Demo
https://memochou1993.github.io/nyan-profile/
Repository
https://github.com/memochou1993/nyan-profile
Features
- Static Generation with Next.js
- Styling with Tailwind CSS
- Configurable Components
- Profile
- Header
- Theme Switch
- Sidebar
- Footer
- About
- Google Fonts
- Google Analytics
- Project List
- Article List
- Deploying to GitHub Pages with GitHub Actions
Getting Started
Automatic Setup
Create a new project by running the following command.
npm init @memochou1993/nyan-profile my-profile
Change directory into project.
cd my-profile
Start the development server.
npm run dev
Manual Setup
Clone the project.
git clone git@github.com:memochou1993/nyan-profile.git
Change directory into project.
cd nyan-profile
Initialize a new Git repository.
rm -rf .git
git init
git add .
git commit -m "Initial commit"
Install dependencies.
npm ci
Start the development server.
npm run dev
Top comments (0)