Re: [DISCUSS] Website Overhaul

2022-02-10 Thread Nicholas Sorrell
I did some research tonight and here are my findings. - Are there examples of other sites using Hugo? There are sites using static site generators (SSG) and below is a quick survey of what's being used. + The following sites use docusaurus (MIT) * Yunikorn:

[GitHub] [incubator-age] bravius commented on issue #161: Index is lost after using SET clause

2022-02-10 Thread GitBox
bravius commented on issue #161: URL: https://github.com/apache/incubator-age/issues/161#issuecomment-1035612877 @pdpotter Okay I just checked that. When CREATE-ing a vertex with a duplicate key, I get "duplicate key value violates unique constraint", as expected.

Re: [DISCUSS] Website Overhaul

2022-02-10 Thread Jasper Blues
Sounds great. Also visible links in and out of the site should help with Google site ranking as well as sharing. For example, by giving bloggers, social media users etc links that relate directly to their talking points. > On Feb 10, 2022, at 10:02 PM, Nicholas Sorrell wrote: > > All, > >

[GitHub] [incubator-age] pdpotter commented on issue #161: Index is lost after using SET clause

2022-02-10 Thread GitBox
pdpotter commented on issue #161: URL: https://github.com/apache/incubator-age/issues/161#issuecomment-1035350883 I tested out the function @bravius provided (thank you for sharing your solution!), but I am unfortunately still experiencing the same problems: * Before using any `SET`

Re: [DISCUSS] Website Overhaul

2022-02-10 Thread Josh Innis
As Pieterjan said, Sphinx allows us to have documentation for each release, which is a useful feature to have and we should try and keep it. However, if we are creating a new website then one of the side goals for accessibility should be a consistent theme throughout the website. Does Hugo and

Re: [DISCUSS] Website Overhaul

2022-02-10 Thread Pieterjan De Potter
I think this is a great idea. The current website consists of a single HTML page, which indeed makes it more difficult to maintain, contribute to and link to content. I'm also in favor of using a static site generator to generate HTML out of Markdown. Hugo seems to be one of the most (if not