kabukky / journey

A blog engine written in Go, compatible with Ghost themes.
https://kabukky.github.io/journey
MIT License
1.98k stars 202 forks source link

Conditional checks inside homepage #80

Open farazfazli opened 8 years ago

farazfazli commented 8 years ago

Blogs should check whether the user has changed the links for the icons (GitHub, Twitter, LinkedIn, etc.) to custom URLs. If they haven't, it shouldn't show the buttons. About/Projects links also shouldn't show onthe main page if the pages have not been made yet.

ineeee commented 8 years ago

Isnt this specific to your theme?

Giancarlos commented 8 years ago

The default theme kind of pushes you to have an About / Project page though.

farazfazli commented 8 years ago

Yes @Giancarlos but it shouldn't show if the user hasn't set it.

Giancarlos commented 8 years ago

I'm agreeing with you, I was kind of responding to inexist3nce's point. But yeah, I noticed that as well when I installed journey to test it out. The default theme forces you to have two pages that you may not want at all.