Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 366 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 366 Bytes

bliskavka.com

A personal/professional blog using Hexo, as static site generator.

Deployed to AWS using CDK.

Scripts

npm install

# Build the blog
npm run build

# Deploy CDK App (slow)
npm run deploy

# Build and publish to S3 (fast)
npm run publish

# Start local server
npm start

# Create a new post
npx hexo new post my-post -s my-post-slug