Skip to content

wuminzhe/blog

 
 

Repository files navigation

Aki's personal website

Fork from https://devinschulz.com/, a very nice blog personal site.

There are many websites out there, but this one is mine.

The underlying tech of this website uses the static site generator Hugo. All styles are handled by Tailwind CSS, and a minimal amount of JavaScript is utilized throughout.

Installation

npm install

The Hugo binary is managed by hugo-bin, so there you don't have to worry about having it installed globally.

Running in development mode

npm start

Building the app for production

npm run build

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.2%
  • CSS 26.4%
  • JavaScript 24.1%
  • Shell 0.3%