Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 475 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 475 Bytes

Introduction

The blog uses hexo and hexo-theme-next.

Configuration

  • Config for hexo: _config.yml
  • Config for hexo-theme-next:
    • modified: _config.next.yml
    • original: _config.next_origin.yml

Update blogs

  • Install just (Need to install cargo first)

    cargo install just
  • Install necessary packages

    just prepare
  • Put the article inside contents folder

  • Build and run

    just && just run