8000 GitHub - gedankenstuecke/obf-hugo-test
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gedankenstuecke/obf-hugo-test

Repository files navigation

test conversion of the obf website

Exploring the migration of the OBF WP site to a static site generator

Steps taken

  1. Create XML export of existing WP site with all pages & posts
  2. Run the conversion script wp2hugo in the following way /wp2hugo -source obf.WordPress.2025-01-30.xml -output obf-test-hugo -download-media -continue-on-media-download-error
  3. update the hugo.yaml to use the correct base page (as currently not deployed on open-bio.org)
  4. remove any leading / in media /wp paths, as test site isn't deployed to open-bio.org yet: find . -type f -name '*.md' -exec sed -i "s/image: \/wp/image: \/obf-hugo-test\/wp/g" {} + & find . -type f -name '*.md' -exec sed -i "s/](\//](\/obf-hugo-test\//g" {} +

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0