Skip to content

Port to HUGO

Julius Künzel requested to merge work/kde into master

@teams/web @mbasaglia

This is part of the effort to join Glaxnimate to KDE. The current website can be found on https://glaxnimate.mattbas.org/ the code for this is yet located in the apps source code repository: https://invent.kde.org/graphics/glaxnimate/-/tree/master/docs

The websites consists of three parts:

  • The website itself
  • The reference and documentation for the python bindings / scripting API
  • The users manual

Yet this merge request focuses on the first part. The other two parts might be added later as a temporary solution.

However in the long run the API documentation would ideally go to api.kde.org, but this is not trivial due to the Python bindings with pybind11 (tips for this are welcome). The users manual should likely be ported to DocBook or Sphinx. Sphinx is probably preferred due to the embed Lottie animations (like here https://glaxnimate.mattbas.org/manual/shapes/)

A preview of the website can be found at https://glaxnimate.juliuskuenzel.eu/ (U: kde P: konqi)

Edited by Julius Künzel

Merge request reports