# Homepage customization

**URL:** https://meta.discourse.org/t/homepage-customization/173897
**Category:** Development
**Created:** [December 21, 2020, 8:02am UTC](https://meta.discourse.org/t/homepage-customization/173897 "2020-12-21T08:02:41Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Enrico\_Enrico](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/enrico_enrico/32/201094_2.png) [@Enrico\_Enrico](https://meta.discourse.org/u/Enrico_Enrico)
#### Post date: [December 21, 2020, 8:02am UTC](https://meta.discourse.org/t/homepage-customization/173897/1 "2020-12-21T08:02:41Z")

</div>

Hello,  
how can I customize the forum homepage?  
I’d like to have something similiar to this:

[https://libstdc.com/](https://libstdc.com/)

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [December 21, 2020, 11:19am UTC](https://meta.discourse.org/t/homepage-customization/173897/2 "2020-12-21T11:19:45Z")

</div>

Take a look at:

> [@Add custom content that only appears on your homepage](https://meta.discourse.org/t/how-to-add-custom-content-that-only-appears-on-your-homepage/131415):
>
> A very common situation you’ll find yourself in as a theme developer is the need to create content that only shows on the homepage of your community. You might add some HTML to the “After Header” section of your theme, which will then appear on every page. You can jump through some hoops in CSS to hide this everywhere except the homepage… but instead let’s use a Discourse theme to create a component with content that is only visible on your homepage. If you’re unfamiliar with Discourse themes …

And note the API call:

[https://meta.discourse.org/tags.json](https://meta.discourse.org/tags.json)

Unless you are a developer this is a relatively complex task. Consider posting in #Marketplace to get a freelancer to do this for you if you have budget.
