我使用 hugo 构建静态页面。但是没有内容

I use hugo build static page. But don't have content

enter image description here

部署没有错误。 但是我的页面上没有任何内容。

https://sillyhatxu.github.io/

设置参数

draft: false

例如

---
title: "Golang bit operation"
subtitle: "Golang 位运算"
date: 2019-05-27T23:13:11+08:00
author: "one_zheng"
tags: ["golang","algorithm"]
categories: ["golang"]
from: "https://medium.com/learning-the-go-programming-language/bit-hacking-with-go-e0acee258827"
draft: false
---