logr -an amazing project
hugo-sync is an automaticlly solution that update your site page from github or your wordpress site based on HUGO.
- Backup:backup your web content in the github.
- Search:add search function to your hugo website(although the hugo version 1.0 will support search function,but the current is have no proper search solution).
- Automation:do noce,all is done!
- set the github hook event.

- add hook code to your wordpress:通过wordpress钩子接口实现新增修改删除文章后执行相应动作
- deploy your hook server in your wordpress server and hugo server if necessary.
- write in your wordpress page or in the github.the github will send webservice hook event to our hook server.
- the hugo hook server will update the hugo content and start the hugo procedural after received the github hook event msg . 6. after the finish of hugo converting, the static html page will be in public folder of hugo.
- the hugo hook server deploy the html to our website .
all the action above will be done by the computor automatically. what the only we need to do is writing.

- install the hugo tools,and create a hugo website.
- download your favorite theme, and config the config.toml:
# Theme to use (located in /themes/THEMENAME/)
theme = "hyde-z"
- clone the repo, and deploy the folder in your hugo website root dictionary.
- colne the markdown repo of your hugo website, and deploy the folder in your hugo website root dictionary.
- modity the shell as your own server environment
- add auto start script to the rc.local of your server,eg:
/xx/xxx/python3 /xx/xx/wp-hook-svr.py - reboot
welcome the issues and PR for the project .
MIT