Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1004 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 1004 Bytes

Overview

  • layouts/* - Includes Base layout for the pages and Markdown layout for the blog posts.
  • pages/blog/* - Static pre-rendered blog pages using Markdown (.md).
  • pages/* - All other static pages.
  • public/* - Static assets including fonts and images.
  • components/* - All the components being used on the pages.
  • utils/* - Typescript util files, includes interfaces and enums.

Running Locally

This application was developed with Node.js v16.18.0.

git clone https://github.com/huseink/huseink.github.io.git
cd huseink.github.io
pnpm install
pnpm dev

Cloning / Forking

Please review the license