kubeflow / website

Kubeflow's public website
Creative Commons Attribution 4.0 International
146 stars 764 forks source link

Our blog / additional resources page needs restructuring #205

Closed sarahmaddox closed 5 years ago

sarahmaddox commented 6 years ago

Our blog is currently at this location: https://www.kubeflow.org/blog/

And has the heading "Additional Resources - Blog, Talks & Videos".

We should restructure this section of the site, so that: 1) The current page, "Additional Resources - Blog, Talks & Videos", allows us to distinguish between (a) the blog, which is time-stamped and (b) other resources, which are not time-stamped.

2) The blog should rprominently show the date of each blog post - preferably in the URL, but otherwise prominently on the page.

abhi-g commented 6 years ago

I completely agree that we need to redo the Kubeflow blog page to be more like Blog with time-stamped posts.

pdmack commented 6 years ago

Also, comments?

abhi-g commented 5 years ago

+1 to comments. I still need to figure out how to enable comments with Hugo. And, we'd need to setup some spam filtering.

abhi-g commented 5 years ago

Since Hugo is a static site generator, there is no out of the box solution for comments. They do suggest using Disqus for comments, and that can be easily plugged in. Other options are listed at bottom of that page. Anyone has experience with either of those?

pdmack commented 5 years ago

https://utteranc.es/ looks interesting. Basically the comments would become GitHub issues in our website repo?

When Utterances loads, the GitHub issue search API is used to find the issue associated with the page based on url, pathname or title. If we cannot find an issue that matches the page, no problem, utterances-bot will automatically create an issue the first time someone comments.

abhi-g commented 5 years ago

that sounds nice! I am still concerned about spam posts/comments (regardless of whichever tool we use). Any thoughts?

chrisheecho commented 5 years ago

Are we planning to separate out Blog, Talk,Videos or just all in one page?

chrisheecho commented 5 years ago

/remove-priority p0 /priority p1

removing p0 but adding p1 to highlight importance. However, this is not a strictly a product feature issue.

sarahmaddox commented 5 years ago

I've copied the suggestion of adding comments to issue #290.

The other aspects of this issue (#205) are complete. The "Additional Resources" page is now called just "Blog" and the blogs are time-stamped.

I'm therefore closing this issue.

/close

k8s-ci-robot commented 5 years ago

@sarahmaddox: Closing this issue.

In response to [this](https://github.com/kubeflow/website/issues/205#issuecomment-437771065): >I've copied the suggestion of adding comments to issue [#290](https://github.com/kubeflow/website/issues/290). > >The other aspects of this issue (#205) are complete. The "Additional Resources" page is now called just "Blog" and the blogs are time-stamped. > >I'm therefore closing this issue. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.