retype.yml 808 B

1234567891011121314151617181920212223242526272829303132
  1. input: .
  2. output: .retype
  3. url: https://pocketpy.dev
  4. branding:
  5. title: pocketpy
  6. label: v2.1.7
  7. logo: "./static/logo.png"
  8. favicon: "./static/logo.png"
  9. meta:
  10. title: " | Portable Python 3.x Interpreter in Modern C"
  11. links:
  12. - text: "Home"
  13. icon: home
  14. link: ""
  15. - text: "Live Demo"
  16. icon: play
  17. link: "https://pocketpy.dev/static/web/"
  18. target: blank
  19. - text: "Live Examples"
  20. icon: code
  21. link: "https://pocketpy.github.io/examples/"
  22. target: blank
  23. - text: "Github"
  24. icon: mark-github
  25. link: https://github.com/blueloveth/pocketpy
  26. target: blank
  27. - text: Discord
  28. link: https://discord.gg/WWaq72GzXv
  29. icon: comment-discussion
  30. target: blank
  31. footer:
  32. copyright: "© Copyright {{ year }} - [blueloveTH](https://github.com/blueloveTH) - All rights reserved."