Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 405 Bytes

Kamran Ayub Personal Blog

  • Built with Wyam static site generator
  • Semantic UI framework

Build

Before

Install Wyam so it's available on PATH.

In Visual Studio Code:

  • Ctrl-Shift-B: build all
  • Ctrl-P, task, then choose task

Command-line

# Build all
npm run build

# Build Semantic UI
npm run semantic

# Watch
npm start

# Preview
wyam preview