# Help For a Hugo Newbie

**URL:** https://discourse.gohugo.io/t/help-for-a-hugo-newbie/11768
**Category:** support
**Created:** [April 30, 2018, 6:04am UTC](https://discourse.gohugo.io/t/help-for-a-hugo-newbie/11768 "2018-04-30T06:04:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ahopi](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/ahopi/32/5848_2.png) [@Ahopi](https://discourse.gohugo.io/u/Ahopi)
#### Post date: [April 30, 2018, 6:04am UTC](https://discourse.gohugo.io/t/help-for-a-hugo-newbie/11768/1 "2018-04-30T06:04:00Z")

</div>

Hi,

I am a new introduction to Hugo, and I’m coming from a WordPress background.

So please be gentle.

I have been running Hugo on my system and not having very much success with it.

For starters, new posts don’t show up on the website.

And yes the draft status is set to false, and I am recompiling the Hugo server.

Can you please point me towards an easy-to-use theme that works without too much configuration. Any minimalistic blogging theme will do for now.

I just want to see posts and pages showing up on the website.

Thanks!

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/totallyinformation/32/5668_2.png) [@TotallyInformation](https://discourse.gohugo.io/u/TotallyInformation)
#### Post date: [April 30, 2018, 6:10am UTC](https://discourse.gohugo.io/t/help-for-a-hugo-newbie/11768/2 "2018-04-30T06:10:23Z")

</div>

Check your times. I noticed an issue where I put in a current time and hugo server doesn’t build the page because of the difference between summer time and UTC. You can also tell hugo to build future posts which might help.

Welcome to Hugo, I’ve only recently joined the crowd myself, also coming from WordPress. It can be quite a steep learning curve, especially if you’ve not used a static site builder before.

---

<div class="post-metadata">

### Author: ![davidsneighbour](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/davidsneighbour/32/24507_2.png) [@davidsneighbour](https://discourse.gohugo.io/u/davidsneighbour)
#### Post date: [April 30, 2018, 8:25am UTC](https://discourse.gohugo.io/t/help-for-a-hugo-newbie/11768/3 "2018-04-30T08:25:35Z")

</div>

@TotallyInformation is right. You should also check if you have the timezone you wish to use set in your .md files. If those times are in UTC then your server recognizes that and might not publish posts that are not yet published in his own timezone.

you can run `hugo --buildDrafts` to see if that will publish the missing posts.

The hugo theme directory has plenty of simple themes. Just read all information in the readme files of the theme you chose, some have additional steps to be configured properly.

[https://themes.gohugo.io/tags/blog/](https://themes.gohugo.io/tags/blog/)
