epidrome / cover-card

:necktie: Online business card with a minimal landing page theme for any social media or online presence account: fork, edit, and go!
https://epidrome.github.io/cover-card/
MIT License
108 stars 109 forks source link

Configuration options for CSS parameters such as font, avatar, background image #24

Open epidrome opened 5 years ago

epidrome commented 5 years ago

Consider adding options in _config.yml as parameters for visual style, because it seems that some users want to change attributes in the CSS such as

It is worth assessing current use by existing users, but I guess that there is trade-off between simplicity-features, ie some hacks are best left to advanced users as local changes

rexlim820220 commented 1 year ago

@epidrome could you kindly give an example how to modify title font-color in _config.yml?

My modification is somewhat like below, however it doesn't work properly as I expect

# Title and tag line
font-family: "Arial Black", Arial, Helvetica, sans-serif
font-color:  #00FFFF,
font-margin: 200px auto

Thanks