artist-gallery-theme

Hugo theme made for websites with loads of images
Log | Files | Refs | README | LICENSE

theme.toml (1024B)


      1 name = "Artist Gallery Theme"
      2 license = "MIT"
      3 licenselink = "https://github.com/yourusername/artist-gallery-theme/blob/main/LICENSE"
      4 description = "A beautiful, responsive Hugo theme for artists and photographers to showcase their work. Built upon hugo-theme-console with custom gallery layouts, lightbox functionality, and project/graphics sections."
      5 homepage = "https://github.com/yourusername/artist-gallery-theme"
      6 tags = ["gallery", "portfolio", "art", "photography", "responsive", "lightbox", "minimalist", "terminal"]
      7 features = ["responsive design", "image galleries with lightbox", "projects section", "graphics section", "mobile menu", "terminal-style aesthetic", "custom CSS styling", "Font Awesome icons"]
      8 min_version = "0.100.0"
      9 
     10 [author]
     11   name = "Based on work by Maria Pogorzhelskaya"
     12   homepage = "https://mariapogorzhelskaya.com/"
     13 
     14 [original]
     15   name = "hugo-theme-console"
     16   homepage = "https://github.com/mrmierzejewski/hugo-theme-console"
     17   repo = "https://github.com/mrmierzejewski/hugo-theme-console"
     18 
     19