Skip to content

Kenshin2438/kenshin2438.top

Repository files navigation

Dependencies

  • hugo: One of the most popular open-source static site generators.
    scoop install hugo-extended # Windows
  • hugo-PaperMod: A clean Hugo theme.

Build

# Clone this repository and initialize all contained submodules
git clone [email protected]:Kenshin2438/kenshin2438.top.git blog --recursive
# Launch a web server for your Hugo site (default hostname = localhost:1313)
cd blog && hugo server -D

# [optional] git submodule update --remote --merge

Usage

Create a new post. (Pay attention to formate the filename)

hugo new 'posts/{year}/{date} - {filename}.md'