Skip to content

bythew3i/bythew3i.github.io

Repository files navigation

bythew3i Blog

Welcome!

This blog is derived from Hux Blog

Post Creation

Template Posts

Post (Image)

---
layout:         post
title:          XXX
subtitle:       XXX
date:           YYYY-MM-DD | YYYY-MM-DD HH:MM:SS
author:         XXX
assets-path:       XXX
header-img:     Image Path
header-mask:    0.3
catalog:        true
tags:
    - A
    - B
---

Post (Text)

---
layout:         post
title:          XXX
subtitle:       XXX
date:           YYYY-MM-DD | YYYY-MM-DD HH:MM:SS
author:         XXX
header-style:   text 
catalog:        true
tags:
    - A
    - B
---

Keynote

---
layout:         keynote
title:          XXX
subtitle:       XXX
iframe:         Slides Path
navcolor:       invert
date:           YYYY-MM-DD | YYYY-MM-DD HH:MM:SS
author:         XXX
tags:
    - A
    - B
---

Page

---
layout:         page
title:          XXX
description:    XXX
header-img:     XXX
header-mask:    0.3
---

Default

---
layout:         default
title:          XXX
description:    XXX
header-img:     XXX
header-mask:    0.3
hide-in-nav:    true
---

Theme Modification

  1. Modify the less files in less/
  2. Run grunt:

If you have not install grunt,

npm install -g grunt-cli

cd to the project root path

npm install
grunt