No release in over 3 years
Low commit activity in last 3 years
xuite_blog_to_hugo_gem is the converter from xuite blog .mt file to hugo .md
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Converter/Transformer of Xuite blog to hugo static site

Purpose

  • Convert .mt file of xuite blog to be compatible with HUGO static site generator format .md (markdown) through command line

Install

gem install xuite_blog_to_hugo_gem

Usage

xuite_blog_to_hugo YOUR_XUITE_MT_FILENAME_WITH_FILEPATH

Notice

  1. ONLY EXECUTE CONVERTION THROUGH COMMAND LINE
  2. Cannot convert tag of xuite blog
  3. Cannot 100% convert html to markdown-compatible format
  4. Generate .md file name(s) starting from 0
  5. Automatically create folder output in current execution directory if output folder doesn't exist

Convertion

From left to right

 

xuite meta hugo markdown meta
TITLE: title:
AUTHOR:
DATE: date:
CATEGORY: categories:
image:
description:
STATUS: draft:
tags:
type:
highlight:
xuite body hugo markdown body
BODY: --- and two newlines