Skip to content

Repository files navigation

Arun Sharma - Portfolio Website

Static portfolio website built with Hugo.

Migration from Jekyll

This site was migrated from Jekyll to Hugo in June 2026.

What Changed

  • Static file generation: Removed _site/ directory and its contents (previously generated by Jekyll)
  • Configuration: Updated hugo.toml for Hugo compatibility
  • Content structure: Converted Jekyll posts/projects to Hugo content format
  • Theme: Using Hugo theme anubhavgupta2007/hugo-theme-nightfall

File Structure

.
├── assets/          # Images and static assets
├── content/         # Markdown content files
│   ├── about.md     # About page
│   ├── posts/       # Blog posts (Jekyll migration)
│   ├── projects/    # Project listings
│   └── tutorials/   # Tutorial content (Jekyll → Hugo conversion)
├── static/          # Static resources served directly
├── themes/          # Hugo theme files
├── hugo.toml        # Hugo configuration
└── README.md        # This file

Building Locally

  1. Install Hugo: brew install hugo
  2. Build the site: hugo --minify
  3. Preview locally: hugo server -D

License

MIT License - see LICENSE.txt for details

About

Personal Blog

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages