author:=flag.String("author","Ashik Salahudeen","author name shown on the profile header, photo pages and in the copyright footer")
handle:=flag.String("handle","@puttaalu@inflo.ws","handle line shown under the author name on the profile header")
bio:=flag.String("bio","Personal photo journal.","primary bio line shown on the profile header")
bioAlt:=flag.String("bio-alt","എന്തിനോ വേണ്ടി തിളയ്ക്കുന്ന സാമ്പാർ","secondary bio line rendered on a new line in the alt-script font")
fontsURL:=flag.String("fonts-url","https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,600;0,700;1,400&family=Manjari:wght@100;400;700&display=swap","stylesheet URL loading the two web fonts")
serifFamily:=flag.String("serif-family","Crimson Pro","CSS font-family for the primary serif text")
mlFamily:=flag.String("ml-family","Manjari","CSS font-family for the alt-script (Malayalam) bio line")