Hi Richard,

This is all very good and makes sense. Using git-svn I imported the current
site into the GitHub project. (That took a long time.)

The commands I used were:

git clone g...@github.com:apache/uima-site.git
cd uima-site/
git checkout main
git svn init https://svn.apache.org/repos/asf/uima/site/trunk/uima-website
git svn fetch

(the archive/ branch on SVN is copied, it didn't seem useful as such.)

This way we can make changes as PRs on that project and discuss them
through the GitHub interface.

And keep branches for new redesigns.

Jekyll sounds fine and the other projects to look for inspiration sounds
fine too. I'll study them together with the Apache template.

Best regards,

P






On Mon, Feb 26, 2024 at 8:00 AM Richard Eckart de Castilho <r...@apache.org>
wrote:

> There is also an Apache Website template we could build on which
> supposedly covers all the organizational requirements:
>
>   https://github.com/apache/apache-website-template
>
> -- Richard
>
>

Reply via email to