hexo-generator-everyday
Version:
A hexo generator plugin to write diary
19 lines (15 loc) • 788 B
text/jade
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
meta(name='viewport', content='width=device-width, initial-scale=1, maximum-scale=1')
if author
meta(name='author', content=author)
if description
meta(name='description', content=description)
title
=author + '的日记'
link(href=root + 'favicon.png', rel='icon')
link(rel='stylesheet', href='//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.min.css')
link(rel='stylesheet', href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800')
link(rel='stylesheet', href='assets/yue.css')
link(rel='stylesheet', href='http://cdn.staticfile.org/highlight.js/8.3/styles/' + highlight.style + '.min.css')
link(rel='stylesheet', href='assets/everyday.css')