I don’t believe that Apache infra allows projects to change DNS. So you need to move your content onto quickstep.apache.org <http://quickstep.apache.org/>, not move the DNS record to point to your content. That isn’t too hard.
There are a few options[1], but I’m most familiar with svnpubsub and would recommend it, Basically you commit the contents of your web site into a subversion repository, and it immediately appears on Apache. Very straightforward. It’s entirely up to you how you author the contents of the site. You can do it manually, or use a maven site generator, or write your own generator. As I said, at Calcite we use Jekyll, so the effect is very similar to GitHub pages, and as a bonus it handles large generated content like javadoc or doxygen better. There is an Apache project which provides a template[2]. Give it a try. Julian [1] https://www.apache.org/dev/project-site.html <https://www.apache.org/dev/project-site.html> [2] https://github.com/apache/apache-website-template <https://github.com/apache/apache-website-template> > On Dec 11, 2016, at 6:39 PM, Marc Spehlmann <spehl.apa...@gmail.com> wrote: > > Hi Julian, I'm sure that we will be! > > And in an effort to consolidate the number of quickstep pages, I'm > wondering if you'd know where the switch is that tells the DNS servers > where to point traffic to quickstep.apache.org > <http://quickstep.apache.org/>? Right now I think it's > pointing to this (https://github.com/apache/incubator-quickstep-site > <https://github.com/apache/incubator-quickstep-site>) > github repo, which is obsolete now that all the info has been copied over > to quickstep's gh-pages branch. > > Best, > Marc > > On Sun, Dec 11, 2016 at 4:54 PM, Julian Hyde <jh...@apache.org > <mailto:jh...@apache.org>> wrote: > >> By the way, I think for now publishing to GitHub.io is just fine. The blog >> post is great — content like this is great outreach. >> >> Speaking of outreach, the ApacheQuickstep twitter account has been very >> quiet. How about tweeting a link to the blog post? I think you could find a >> couple of newsworthy events every week to tweet about. >> >> Julian >> >> >>> On Dec 11, 2016, at 2:40 PM, Julian Hyde <jh...@apache.org> wrote: >>> >>> I’m a fan of Jekyll too. Note that you can use the same markup to write >> pages and then deploy them to Apache. In fact Calcite’s web site does >> exactly that[1]. You need to install Jekyll but that isn’t too difficult. >>> >>> Julian >>> >>> [1] https://github.com/apache/calcite/blob/master/site/README.md < >> https://github.com/apache/calcite/blob/master/site/README.md >> <https://github.com/apache/calcite/blob/master/site/README.md>> >>> >>>> On Dec 11, 2016, at 12:36 PM, Hakan Memisoglu < >> hakanmemiso...@apache.org <mailto:hakanmemiso...@apache.org> >> <mailto:hakanmemiso...@apache.org <mailto:hakanmemiso...@apache.org>>> wrote: >>>> >>>> Thanks Marc for the effort! >>>> >>>> >>>> On 12/11/2016 11:54 AM, Marc Spehlmann wrote: >>>>> Hey, we have a jekyll blog and a first blog article now! It can be >> viewed >>>>> >>>>> here http://apache.github.io/incubator-quickstep/ >>>>> <http://apache.github.io/incubator-quickstep/> < >> http://apache.github.io/incubator-quickstep/ >> <http://apache.github.io/incubator-quickstep/>> >>>>> >>>>> It's a page automatically generated by github. We can probably change >> the >>>>> URL somehow, not sure off hand though. >>>>> >>>>> Editting instructions are included in the readme here >>>>> >>>>> https://github.com/apache/incubator-quickstep/tree/gh-pages >>>>> <https://github.com/apache/incubator-quickstep/tree/gh-pages> < >> https://github.com/apache/incubator-quickstep/tree/gh-pages >> <https://github.com/apache/incubator-quickstep/tree/gh-pages>> >>>>> >>>>> If anyone wants to touch up the css or layout, have at it. I'm no web >>>>> design expert, I rely on the pre-built themes. >>>>> >>>>> Anyone can write a post, all you need to know is markdown. >>>>> >>>>> Happy blogging!