Markdown Style test
This post is originated from here and is used for testing markdown style. This post contains nearly every markdown usage. Make sure all the markdown elements below show up correctly. Headers1234567891011121314# H1## H2### H3#### H4##### H5###### H6Alternatively, for H1 and H2, an underline-ish style:Alt-H1======Alt-H2------ H1H2H3H4H5H6Alternatively, for H1 and H2, an underline-ish style: Alt-H1Alt-H2Emphasis1234567Emphasis, aka italics, with *asterisks* or _underscores_.Strong emphasis,...
推荐一部好看的动画片
开局一张图 :movie_camera: 简介在远离大都会的小山村,住着巫女世家出身的高中女孩宫水三叶(上白石萌音 配音)。校园和家庭的原因本就让她充满烦恼,而近一段时间发生的奇怪事件,又让三叶摸不清头脑。不知从何时起,三叶在梦中就会变成一个住在东京的高中男孩。那里有陌生的同学和朋友,有亲切的前辈和繁华的街道,一切都是如此诱人而真实。另一方面,住在东京的高中男孩立花泷(神木隆之介 配音)则总在梦里来到陌生的小山村,以女孩子的身份过着全新的生活。许是受那颗神秘彗星的影响,立花和三叶在梦中交换了身份。他们以他者的角度体验着对方的人生,这期间有愤怒、有欢笑也有暖心。只是两人并不知道,身份交换的背后隐藏着重大而锥心的秘密… 视频
Markdown 编辑器语法指南
基本技巧代码如果你只想高亮语句中的某个函数名或关键字,可以使用 function_name() 实现 通常编辑器根据代码片段适配合适的高亮方法,但你也可以用 ``` 包裹一段代码,并指定一种语言 123$(document).ready(function () { alert('hello world');}); 支持的语言:1c, abnf, accesslog, actionscript, ada, apache, applescript, arduino, armasm, asciidoc, aspectj, autohotkey, autoit, avrasm, awk, axapta, bash, basic, bnf, brainfuck, cal, capnproto, ceylon, clean, clojure, clojure-repl, cmake, coffeescript, coq, cos, cpp, crmsh, crystal, cs, csp, css, d, dart,...
hexo整合emoji
想不想让你的博客支持这样的表情? :smile::smiley::smirk::worried::expressionless: :smile: :smiley: :smirk: :worried: :expressionless: 这样 :weary::sweat_smile::disappointed_relieved::sob::joy: :weary: :sweat_smile: :disappointed_relieved: :sob: :joy: 还有这样 :scream::angry::triumph::sunglasses::smiling_imp: :scream: :angry: :triumph: :sunglasses: :smiling_imp: 敲黑板!看这里!! 一共两种方式 第一种(改动markdown渲染模板)这种方式有问题,改了之后会对渲染文章的时候文章标题点击无效。 安装markdown-it把原来的hexo渲染换成基于markdown-it的渲染。 12345npm un hexo-renderer-marked...
建站第一篇文章
建站的准备hexo搭建安装Git Bash 下载地址 安装NodeJsHexo是基于nodeJS环境的静态博客,里面的npm工具很有用啊,所以还是老老实实把这玩意儿装了吧。下载地址 安装hexo找个文件夹用来放博客,右键打开Git bash here输入命令 npm install -g hexo-cli hexo i blog //init的缩写 blog是项目名 cd blog //切换到站点根目录 hexo g //generetor的缩写 hexo s //server的缩写 打开浏览器输入localhost:4000查看,默认的比较丑。需要更换主题的可以去这里找https://hexo.io/themes/(ps:需要github账号才能下载使用) 我喜欢的主题地址: https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak
