Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 638 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 638 Bytes

My personal blog. Posts about technology and stuff.

Setup

Needs to install Ruby in order to execute bundle commands

Commands

Publish

bundle exec jekyll serve

Update

bundle
bundle update

Just Build, not serve

bundle exec jekyll build

Serve with drafts

Enable draft posts in order to preview them

bundle exec jekyll serve --drafts

UiKit setup

npm install -g yarn
yarn
yarn compile
yarn watch

Update project pictures

place source images under _srcassets/projects then run

node .\generateAssets.js