Skip to content

Releases: ashishb/wp2hugo

1.1

27 Mar 09:20
128e147

Choose a tag to compare

1.1

Changelog

  • 128e147 Update version.txt
  • 4d682ee chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 (#6)
  • 05e809f chore: add building from source instructions to README
  • c62fa1c chore: add reference to v2.ashishb.net
  • 85adaae chore: add usage to README
  • cbc1b75 fix: don't fetch media if http status code != 200
  • c1391d7 fix: fix README
  • 1d56b86 fix: fix incorrect link for downloading media files
  • 770e17a fix: handle multiple posts with same title
  • 261005a fix: handle non-string ID in navigation links
  • 4feeaa5 fix: remove shortcodes from summary

1.0

24 Mar 08:26
77e8e08

Choose a tag to compare

1.0

Changelog

  • f4529be Create dependabot.yml
  • 935a57e Merge pull request #2 from ashishb/dependabot/github_actions/golangci/golangci-lint-action-4
  • 627667f Remove trailing underscore from filenames
  • 6aa601c Update LICENSE
  • 36599f4 chore(deps): bump actions/cache from 3 to 4 (#1)
  • f7b4c54 chore(deps): bump actions/setup-go from 4 to 5 (#3)
  • dfd980a chore(deps): bump github.com/stretchr/testify in /src/wp2hugo (#4)
  • 4be405d chore(deps): bump golangci/golangci-lint-action from 3 to 4
  • c27d89a chore: Update README
  • a595bb0 chore: add .gitignore for Go
  • 6b5af71 chore: add a license
  • 4bd0004 chore: add automated releases
  • 33a11cf chore: add basic GitHub Actions
  • a999195 chore: add download-media bool as a simplified CLI parameter
  • b510cee chore: add initial README
  • 77e8e08 chore: add missing Go releaser config
  • 694ce58 chore: add more details to README
  • 7310a6c chore: add more logging when an embedded download media fails
  • 8daf051 chore: add more notes
  • a35acb6 chore: add more notes to README
  • da7eca0 chore: add note on font change
  • 98ce66b chore: add notes on comment migration
  • 6f53a74 chore: add some more comments
  • 392e17e chore: code cleanup in media downloader
  • a684284 chore: fix lint issues
  • e74f400 chore: fix lint issues in README.md
  • 508ae08 chore: fix lint issues in markdown
  • 825790e chore: improve YAML by reducing indentation from 4 -> 2
  • a42fd83 chore: minor code cleanup
  • 52082fc chore: minor code cleanup related to directory creation
  • b33015c chore: minor file rename for clarity
  • 9eea3e5 chore: refactor hugopage package out of hugogenerator
  • 163d514 chore: remove submodules, treat theme as a part of code
  • fdcf897 chore: return website info
  • ed538fa chore: update README
  • 64ffbfb ci: fix a test name
  • e9a8704 feat: Migrate WordPress Show More...
  • 42e851c feat: add WordPressAdvancedBackgrounds -> parallaxblur
  • ed1436d feat: add a basic Hugo site generator
  • e712e09 feat: add a basic parser for parsing and generating pages
  • 70dfbbe feat: add a new shortcode for Google Maps embed
  • 154695c feat: add ability to customize the output font
  • d353850 feat: add ability to generate nav links and better page formatting
  • 12f2345 feat: add ability to parse attachments, posts, and pages
  • ef80a1f feat: add ability to read WordPress navigation links
  • cc35351 feat: add first version of WordPress parsing code
  • 5678277 feat: add language auto-detection for code blocks
  • b4d44af feat: add mediacache for faster development cycle
  • 58e4da9 feat: add new 'catlist' shortcode for WordPress migration
  • 073507b feat: add search icon to the title bar
  • c879601 feat: add skeleton code
  • bc56937 feat: download media in explicit mode
  • f16cbf3 feat: extract language for code blocks correctly
  • eaaa56c feat: extract links for Hugo shortcodes
  • 2f02ed2 feat: fetch and write favicon
  • 75d596b feat: generate posts as well
  • 056c5f3 feat: improve date parsing
  • 678b25a feat: make YouTube embeds work
  • 1feddd2 feat: migrate RSS feed with correct GUID
  • d57553d feat: migrate WordPress's caption to Hugo's figure
  • 6d99d5e feat: migrate WordPress's table of contents to PaperMod's ToC
  • 8d8ba25 feat: noramalize category names for Hugo URLs
  • 2b66496 feat: preserve URL paths and replace absolute links with relative
  • a8a55e6 feat: write WordPress tags and categories to Hugo
  • 703b677 fix: add Page#WPImageLinks
  • c14508b fix: don't use submodules
  • 1268296 fix: improve RegEx for caption
  • 2ddb64f fix: more generated filename cleanup
  • 8e34302 fix: search on all pages for category list
  • 204179b fix: use dash instead of underscore in generated filenames for better readability