Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

220 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shivasurya.me

Personal website and blog built with Hugo.

Local Development

# Install Hugo (https://gohugo.io/installation/)
brew install hugo  # macOS
# or
go install github.com/gohugoio/hugo@latest

# Run dev server
hugo server -D

# Build for production
hugo --gc --minify

Structure

content/
  posts/       # Blog posts
  about.md     # About page
  books.md     # Reading list
  projects.md  # Open-source projects
  research.md  # Publications
  talks.md     # Conference talks
layouts/       # Hugo templates
assets/css/    # Stylesheet
static/        # Static files (favicon, llms.txt, robots.txt)

Deployment

Deployed via GitHub Actions to GitHub Pages. Push to master triggers automatic build and deploy.

License

Blog content is copyrighted. Site code is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages