David Knupp has uploaded a new patch set (#2). Change subject: Initial commit of the blog section of the Impala ASF website. ......................................................................
Initial commit of the blog section of the Impala ASF website. Note: a sample version of the site is up and running at: http://dknupp.github.io The blog site is generated using Pelican. Pelican is only being used to manage the blog in this patch, but could easily be used to manage the other pages as well. It may take a fair bit of tweaking to the settings and Jinja templates to make everything work properly if Pelican is to be used for non-blog pages -- a job for when more cycles are generally available. The README gives a pretty complete description of the workflow for adding content to the blog. The formatted README file can be seen at: https://github.com/dknupp/dknupp.github.io/tree/master/blog Not a lot of effort was spent in setting up the typical bloggish bells and whistles - e.g. category pages, themes, comments section etc. Although there are some theme files included (templates), most are unused for now. This is just pretty bare bones stuff. The fancy bits can come later. There were some minor edits to existing pages to get links working, but mostly this is new stuff. Change-Id: Iaa578a70237fcc97589c667c17a70d3d6dad5ae1 --- A .gitignore A blog/README.md A blog/impala-blog-coming-soon.html A blog/index.html A blog_content/article.md M bylaws.html M community.html M downloads.html M impala-docs.html M index.html M overview.html A pelicanconf.py A requirements.txt A themes/impala_asf_site_theme/templates/archives.html A themes/impala_asf_site_theme/templates/article.html A themes/impala_asf_site_theme/templates/author.html A themes/impala_asf_site_theme/templates/authors.html A themes/impala_asf_site_theme/templates/base.html A themes/impala_asf_site_theme/templates/categories.html A themes/impala_asf_site_theme/templates/category.html A themes/impala_asf_site_theme/templates/index.html A themes/impala_asf_site_theme/templates/page.html A themes/impala_asf_site_theme/templates/pagination.html A themes/impala_asf_site_theme/templates/period_archives.html A themes/impala_asf_site_theme/templates/tag.html A themes/impala_asf_site_theme/templates/tags.html A themes/impala_asf_site_theme/templates/translations.html 27 files changed, 989 insertions(+), 56 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/44/4944/2 -- To view, visit http://gerrit.cloudera.org:8080/4944 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Iaa578a70237fcc97589c667c17a70d3d6dad5ae1 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: asf-site Gerrit-Owner: David Knupp <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]>
