RammusXu / rammusxu.github.io

My profile
https://rammusxu.github.io/
2 stars 0 forks source link

hexo常用指令 #13

Closed RammusXu closed 7 years ago

RammusXu commented 8 years ago

發佈到github上

 hexo deploy -g

_config.yml

deploy:
  type: git
  repo: git@github.com:RammusXu/rammusxu.github.io.git
  branch: master
  message: 更改linux預設時區
RammusXu commented 8 years ago

個人習慣用法

## Reference
## Issue
### Solution
### Error
### Conclusion
## Notice
git add .; git commit -m "brew - 加強terminal功能";git push ; hexo deploy -g
RammusXu commented 8 years ago

Copy to folder

copy-to-folder

Usage

![build-jar](build-jar.png)
RammusXu commented 8 years ago

在文章中加入別篇post的方法

{% postlink [another post name] %}

範例

{% post_link using-gradle-to-create-a-runnable-jar-with-dependencies-in-intellij-idea %}

在文章中加入圖片的方法

正确的引用图片方式是使用下列的标签插件而不是 markdown

{% asset_img example.jpg This is an example image %}

Reference

RammusXu commented 8 years ago

文章中的標題、日期寫法

---
title: 中華台哥中華雙np心得及攻略SOP
date: 2016-08-24 03:30:27
tags: [emome,np]
---