Skip to content

watchstep/watchstep-blog

Repository files navigation

This blog is built using HUGO & Netlify

Based on Blowfish theme


Add Page

hugo new posts/<page-name>.md

Page Example :

---
title: "Title"
date: 2022-01-25
description: "It's blog post"
summary: "How to write blog post"
tags: ["how", "write", "blog"]
---
_This_ is the content of my blog post.

Add External Page

hugo new -k external posts/<file-name>.md

External Page Example :

---
title: "External Link"
date: 2022-01-25
externalUrl: "https://takeheed.tistory.com/"
summary: "I wrote a post on Tistory."
showReadingTime: false
_build:
  render: "false"
  list: "local"
---

Thumbnails

content
└── thumnail-example
    ├── index.md
    └── featured.png

The image file should starts with feature* like featured.png.

Simple Page

---
title: "Simple Page"
date: 2022-03-08
description: 'A full-width template that just places Markdown content into the page without any special theme features.'
layout: "simple"
---
_This_ page content is now full-width without any special theme features.

Start the HUGO server Before Publish

hugo server

Start the HUGO server with draft (draft : true => Hugo will not publish ) enabled

hugo server -D

HUGO new site at http://localhost:1313/

About

Dev Blog with HUGO + Netlify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published