aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/tools
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2021-04-20 20:22:53 +0200
committerBjørn Erik Pedersen <[email protected]>2021-04-20 20:22:53 +0200
commit8f7891e70c51163185fbbd878b4925d11b6a2a93 (patch)
tree09ff03c47855d3389462f8a76e8f344fdd330fba /docs/content/en/tools
parentd3a64708f49139552ca79a199a4cbf6544375443 (diff)
parent07b8d9466dfb59c429c1b470a0443337bc0aeefe (diff)
downloadhugo-8f7891e70c51163185fbbd878b4925d11b6a2a93.tar.gz
hugo-8f7891e70c51163185fbbd878b4925d11b6a2a93.zip
Merge commit '07b8d9466dfb59c429c1b470a0443337bc0aeefe'
Diffstat (limited to 'docs/content/en/tools')
-rw-r--r--docs/content/en/tools/editors.md1
-rw-r--r--docs/content/en/tools/migrations.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/en/tools/editors.md b/docs/content/en/tools/editors.md
index 4db907489..8da5fc2d7 100644
--- a/docs/content/en/tools/editors.md
+++ b/docs/content/en/tools/editors.md
@@ -23,6 +23,7 @@ The Hugo community uses a wide range of preferred tools and has developed plug-i
## Sublime Text
* [Hugofy](https://github.com/akmittal/Hugofy). Hugofy is a plugin for Sublime Text 3 to make life easier to use Hugo static site generator.
+* [Hugo Snippets](https://packagecontrol.io/packages/Hugo%20Snippets). Hugo Snippets is a useful plugin for adding automatic snippets to Sublime Text 3.
## Visual Studio Code
diff --git a/docs/content/en/tools/migrations.md b/docs/content/en/tools/migrations.md
index 481ef1bac..d87bd4013 100644
--- a/docs/content/en/tools/migrations.md
+++ b/docs/content/en/tools/migrations.md
@@ -73,7 +73,7 @@ Alternatively, you can use the new [Jekyll import command](/commands/hugo_import
## Blogger
- [blogimport](https://github.com/natefinch/blogimport) - A tool to import from Blogger posts to Hugo.
-- [blogger-to-hugo](https://bitbucket.org/petraszd/blogger-to-hugo) - Another tool to import Blogger posts to Hugo. It also downloads embedded images so they will be stored locally.
+- [blogger-to-hugo](https://pypi.org/project/blogger-to-hugo/) - Another tool to import Blogger posts to Hugo. It also downloads embedded images so they will be stored locally.
- [blog2md](https://github.com/palaniraja/blog2md) - Works with [exported xml](https://support.google.com/blogger/answer/41387?hl=en) file of your YOUR-TLD.blogspot.com website. It also saves comments to `YOUR-POST-NAME-comments.md` file along with posts.
- [BloggerToHugo](https://github.com/huanlin/blogger-to-hugo) - Yet another tool to import Blogger posts to Hugo. For Windows platform only, and .NET Framework 4.5 is required. See README.md before using this tool.