-
Notifications
You must be signed in to change notification settings - Fork 2
Home
llminatoll edited this page Oct 9, 2017
·
3 revisions
esa→GitHub→TravisCI→Hexoで、ポートフォリオを自動化したときのメモです
まず普通にmasterブランチで source/_posts
内の記事ファイル(.md)を消すなりリネームするなりする。
そのあと
hexo clean
hexo generate
で、git pushして完了。
npm update
npm install hexo-generator-feed
ちゃんとRSSが吐き出されるようになったか見てみる。
hexo generate
hexo server
ローカルで確認してみる。 http://localhost:4000/atom.xml ちゃんとRSSの中身が表示されてたら、git pushで完了。
参考: http://qiita.com/f_prg/items/c5a465c79a9980b98495
テーマの中の_config.ymlに書けばOK https://hexo.io/docs/helpers.html#open-graph
source/_posts
内のmdファイルを開き、tags欄に入れたいタグを書く
例:
---
title: "わかばちゃんと学ぶGit使い方入門 評判まとめ"
category:
tags:
- 著書
- わかばちゃんと学ぶGit使い方入門
- レビュー
created_at: 2017-07-06 17:55:28 +0900
updated_at: 2017-07-06 22:28:14 +0900
published: true
number: 324
---
これでhexo generateすればOK