Emacs Easy Hugo Versions Save

Emacs major mode for managing hugo

3.8.38

5 years ago

3.8.37

5 years ago

Enhancements

Add feature easy-hugo-publish-clever

M-x easy-hugo-publish-clever

Clever publish command. Automatically select the deployment destination from init.el. Only one command is executed in the following order. If easy-hugo-root is set the target blog, easy-hugo-publish will be executed. If easy-hugo-amazon-s3-bucket-name is set the target blog, easy-hugo-amazon-s3-deploy will be executed. If easy-hugo-google-cloud-storage-bucket-name is set the target blog, easy-hugo-google-cloud-storage-deploy will be executed. If the target blog has "deploy.sh" on easy-hugo-basedir, easy-hugo-github-deploy will be executed. If there is firebase command , easy-hugo-firebase-deploy will be executed.

3.7.36

5 years ago

Enhancements

Add feature easy-hugo-select-filename.

M-x easy-hugo-select-filename

Select filename you want to open. You can open a selected filename article.

easy-hugo-select-filename

3.6.36

5 years ago

Enhancements

Add feature easy-hugo-firebase-deploy and timer. You can deploy hugo source at Firebase hosting. To use easy-hugo-firebase-deploy, you make project at firebase hosting using your browser. Next run command.

npm install -g firebase-tools
cd [your-hugo-directory]
firebase login
firebase init
firebase deploy

M-x easy-hugo-firebase-deploy

3.5.32

5 years ago

Enhancements

Add feature easy-hugo-select-blog.

M-x easy-hugo-select-blog

Select blog you want to go. You can go to a selected blog.

easy-hugo-select-blog

3.4.32

5 years ago

Enhancements

Add feature easy-hugo-select-postdir. Select postdir you want to go to. You can go to a selected directory.

easy-hugo-select-postdir

3.3.29

5 years ago

bug fix

See #43 .

3.3.27

5 years ago

Use case example

You can use separate python virtualenvs for each blog. See #41

3.2.27

6 years ago

Bugfix

Display errors when there is a file of the same name

3.2.26

6 years ago

Enhancements

It makes it easy to understand when rsync is an error.