This is first time i started using hugo. We are really glad that the performance is really optimum.
We installed hugo 0.15 on top of Red Hat Enterprise Linux Server release 7.2 (Maipo) 64 bit.
We started using blackburn theme for a test page to start with as we are new to hugo.
when we start hugo service binding with local host, test page is working as expected. But, when we try to bind hugo service with specific hostname test page is showing layout issue.
hugo server --theme=blackburn ----renderToDisk --port=80 --bind=“hostname” ----buildDrafts
hugo server --theme=blackburn ----renderToDisk --port=80 ----buildDrafts
when we start hugo service using “localhost”, page is showing title, subtitle and comments in top of the page layout.
when we start hugo service using “hostname”, page is showing title, subtitle and comments in bottom of the page layout.
Please help us.