Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamranayub/kamranayub.github.io

Personal blog
https://github.com/kamranayub/kamranayub.github.io

blog wyam

Last synced: 29 days ago
JSON representation

Personal blog

Awesome Lists containing this project

README

        

## 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