AWE

AWE inspired by Awesome UI Kit which really looks beautiful and awesome.

Awesome UI kit from Freepik.com is massive and a fantastic way to ease into flat design. A great range of UI components are included: boxes, paginators, product ratings elements, blog elements, and all manner of e-commerce goodness.

Although Awesome UI Kit also provids HTML file, it seems like generated by some PSD2CSS tools. It isn't easy to scale, modify and reuse. But still a very useful design reference.

AWE use major design of Awesome Blog Elements, I pick some style and modify it to fit Hexo/Hexi theme. For me, it really looks cool. I think I'll integrate Awesome UI Kit into [bootstrap] framework for easier reuse, maybe.

AWE, an Awesome UI kit like theme for Hexi/Hexo

live demo

Installation

Install

1
$ git clone https://github.com/kywk/hexo-theme-awe.git themes/awe

Enable

Modify theme setting in _config.yml to awe.

Update

1
2
cd themes/awe
git pull

Configuration

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Personal profile
about:
  vcard: //kywk.github.io/
  figure:
  locate: Taiwan
  album:
  twitter:

# config
cover:

# Content
excerpt_link: Read More

# Miscellaneous
rss:

# widgets
widgets:
- recent_posts
  • about - Personal information
  • cover - Cover for index page.
  • rss - RSS subscription link (change if using Feedburner)

TODOs

  • Style refine:
    • Elements: Table
    • Tag Plugins: Pullquote right/left
    • fix no tile post
    • Responsive design
  • Bug fix / functional improvment
    • Link post not working
    • Add Categories support
    • Add image slider for gallery post
  • Addons
    • Fancybox support
    • post content auto summarize
    • more widgets
    • add video preview at index page