lesenelir / lesenelir.zz

My portfolio blog website was built with next.js

Home Page:https://portfolio77.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lesenelir.me 💨

My portfolio blog website built with next.js, inspired by antfu's blog. Keeping Building~~


Introduction

This project is a portfolio website built with nextjs.

Features

  • use file routing to display pages content according to path url
  • use remark to convey markdown to html with css
  • use node.js to read file system
  • use css variables and property selectors to switch between themes
  • use canvas to animate the background of the all pages
  • static site generation with data
  • add mobile support
  • hi2me message board dApp store message to the goerli network

Run and Deploy

  • Get the repository code
git clone https://github.com/lesenelir/lesenelir.me.git
  • Installing dependencies
npm i
  • Run
npm run dev
  • Deploy

My blog is deployed on the vercel platform

If you want to deploy your website to a production environment, I highly recommend you to use the vercel platform.

You can deploy your github repo project on vercel and use custom domains.

Running Screenshots

  • Light Theme

Light

  • Dark Theme

Dark

  • Hi2Me Page

hi2me

Browser Support

Chrome is the recommended browser for local development

Modern browsers supported, IE not supported

IEIE  EdgeEdge FirefoxFirefox ChromeChrome SafariSafari
not support last 2 versions last 2 versions last 2 versions last 2 versions

License

code is license under MIT

words and images are licensed under CC BY-NC-SA 4.0

About

My portfolio blog website was built with next.js

https://portfolio77.vercel.app

License:MIT License


Languages

Language:TypeScript 75.4%Language:JavaScript 13.2%Language:CSS 8.0%Language:Solidity 3.3%