Skip to content

Instantly share code, notes, and snippets.

@smtlaissezfaire
Last active February 3, 2023 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smtlaissezfaire/11eb849d914691932690e3d2eecb1f20 to your computer and use it in GitHub Desktop.
Save smtlaissezfaire/11eb849d914691932690e3d2eecb1f20 to your computer and use it in GitHub Desktop.
Legal pages go into components/Legal/Foo
process from updating from google doc / word:
* save google docs as docx
* open in word, save as html, webpage, filtered
* copy + paste html into html formatter to cleanup (like * https://webformatter.com/html, use 2 spaces)
* copy html into <template>
* move <style> in head into:
<style lang="css" scoped>
* remove comments
* remove html, body tags
any custom css / styles / overrides go into individual page (not in component)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment