appernetic / hugo-bootstrap-premium

Hugo appernetic bootstrap premium theme
MIT License
83 stars 62 forks source link

static home page? #38

Closed mclearc closed 6 years ago

mclearc commented 6 years ago

Is it possible to use this theme with a static home page as the landing page rather than the list of blog posts?

appernetic commented 6 years ago

Yes that is quite easy to do. You probably only have to override the theme by adding an index.html in the /layout/partial/ folder. Then in content/ add a _index.md file.

mclearc commented 6 years ago

Thanks. I actually ended up modifying homepage.html in layouts and adding an index.md file in content. But that did the trick! I also found this thread helpful.