Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ma91n/hexiita
Hexiita is a migration tool that convert Qiita to Hexo format.
https://github.com/ma91n/hexiita
Last synced: 6 days ago
JSON representation
Hexiita is a migration tool that convert Qiita to Hexo format.
- Host: GitHub
- URL: https://github.com/ma91n/hexiita
- Owner: ma91n
- License: mit
- Created: 2019-05-21T15:35:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T05:02:42.000Z (6 months ago)
- Last Synced: 2024-06-21T03:17:15.285Z (5 months ago)
- Language: Go
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexiita
Hexiita is a migration tool that convert Qiita to Hexo format.
## Installation
```
go install github.com/ma91n/hexiita@latest
```## Rquirements
```sh
cd # Win:%USER_PROFILE% Mac:~
git clone --depth 1 https://github.com/future-architect/tech-blog.git
cd tech-blog
npm install
cd ../
git clone --depth 1 https://github.com/future-architect/future-architect.github.io.git
cd tech-blog# [Windowsの場合]hexoの生成先を future-architect.github.ioにする
mklink /J public %USER_PROFILE%/future-architect.github.io.git
```## Usage
```
hexiita
```成功すると、tech-blogフォルダにファイルが生成されている。
## Options
日付も指定可能。デフォルトでは現在日付になる。
```sh
hexiita 20201231
```