Skip to content

torai55/blog

Repository files navigation

Document

Site

This blog is using Hugo for generating static site with Blowfish theme.

Development

  • create a new post: $ hugo new posts/filename.md
  • create a new post using folder in archetypes: $ hugo new --kind <archetypes-folder> posts/category-folder/url-pathname
  • start a dev server including draft content: $ npm run dev
  • compile main.css with watch mode: $ npm run dev-css

Build

  1. compile main.css: $ npm run build-css
  2. build a site: $ hugo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published