Personal website built with Hexo
This is the source code for my personal website, powered by Hexo. The site features my portfolio, blog posts, and contact information. It is statically generated and easily customizable.
├── source/ # Markdown files for posts and pages
├── themes/ # Hexo themes (custom or downloaded)
├── public/ # Generated static site files (do not edit directly)
├── scaffolds/ # Templates for new posts/pages
├── _config.yml # Main Hexo configuration file
├── package.json # Project dependencies and scripts
To get started with development with Hexo install the Hexo CLI:
npm install -g hexo-cli
To run the development server:
hexo server