-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Micro-site: categorize and highlight presentations w/ better index #110
Comments
I'm thinking we should consider a static site generator like Hugo -- then we can keep meta-data in machine readable front-matter (though we could publish markdown as interim step, since I read that github now displays yaml front-matter) |
here are some ideas of data representations for the presentations: https://github.com/ultrasaurus/safe/tree/presentation-page-format/presentations |
I like the idea of having a directory structure that is indicative of the type of meeting transcripts that are included in that dir. Maybe each dir could have its own README with an index of the file inside? Or we could use a static site generator. |
@ultrasaurus count me in. I've done a couple of sites with GitHub/Hugo combo already, the main question is where to host it. I usually use Amplify but I acknowledged the fact that Netlify is more popular (and arguably I'm biased re the former ;) |
Have we determined if this micro-site going to live as a subdomain on cncf.io or on its own domain? |
@petermbenjamin added to TODO list -- need to follow-up with Amye to get an intro to the CNCF person who can answer whether there are any preferences on their side for URLs or visual styling. I did nab |
@ultrasaurus would you mind stating if you take care of it or want me to do it? |
@mhausenblas will kick off an email thread to find the right person to coordinate with and cc you. It would be great if you could track that thread and update here as we learn answers |
hey @lucperkins from the CNCF can sketch out a simple hugo+netlify site we can do something like sig-security.cncf.io |
Thanks, @ultrasaurus … yo @lucperkins can we sync regarding the micro-site, this week, please? My current understanding is that you'd be looking after infra (Hugo, hosting, etc.) and I more after the content? I suppose a quick (20min) meeting to resolve it would be ideal? |
Per cncf#110 , proposing initial changes to clarify the Identity category, and rename it to Identity Lifecycle and Access Management. Hopefully this makes it clear that it's not just about each service's own entitlements or authn/authz libraries, but really focused on tools which make it easier for all workloads to support authentication, secure use of tokens, manageable entitlements and control the lifecycle and auditability of those.
Status update: I'm working on something that's publicly available at https://sig-security.netlify.com. I'm building that from my personal fork of this repo: https://github.com/lucperkins/sig-security/tree/lperkins/website. It's definitely a WIP but I think a decent skeleton for iteration. If it would be beneficial, I can submit a PR and we can discuss/collaborate there. |
@lucperkins: today @ultrasaurus and I sat together and developed a battle plan. Here's what we decided:
We can discuss details or open questions on the |
@mhausenblas I've updated the site in progress with the desired front page content as well as a search bar: https://sig-security.netlify.com/. I've left the previous documents in place largely to demonstrate the search functionality. They'll be removed later. |
This issue has been automatically marked as inactive because it has not had recent activity. |
K8s SIGs have something similar as a service for sub-projects: https://github.com/kubernetes/community/blob/master/github-management/subproject-site-requests.md |
Following up on a discussion w/ @lumjjb on this ticket: I've helped a few friends + colleagues use ReadTheDocs/sphinx/ Examples:
I'd be able to throw together a demo pretty quickly, if there's interest. |
There were plenty of people willing to do the technical work, include CNCF staff who are available to help. What this project has always lacked is someone who is willing to curate content and, as needed, write/edit overview text for sections of the site. |
I'll help you, will build a first alpha prototype that we can use to discuss the information, content and appearance. ;-) |
Thanks for the proposed structure, I'll try to incorporate that to my test! I've been preparing a test website, you can see it at: https://vicenteherrera.com/stag-web/ Some interesting characteristics about it for this group:
I plan to work putting @ragashreeshekar shared content into this test, and when it's more mature, we can discuss the best way to really publish it and manage it. |
this is great to see! Thought I would chime in with some historical notes, in case it's helpful.. When we were looking at this long ago, we were thinking of having it be a view of the main repo (with slight changes to structure if needed), so that new content would also appear in the repo itself. It has been a long time since I used Jekyll, but I think most static site generators have flexibility to pull templates from a sub-directory and markdown content from multiple directories. Just a thought. Happy to talk sometime 1-1 or small group if helpful (just reach out on Slack) |
@ultrasaurus Thanks, @vicenteherrera, and I will surely get connected to you. |
@ultrasaurus You are right. There are several options for a GitHub page: root folder, specific folder, different branch, and of course, different repository. |
This issue has been automatically marked as inactive because it has not had recent activity. |
This issue has been automatically marked as inactive because it has not had recent activity. |
Closing now that we have https://tag-security.cncf.io/. To further the discussion on refinement and maintenance of the site, feel free to file issues against the site repository directly. |
Description: we want to surface the work that the group has done over the past 1.5 years and create a maintainable structure, so as we add more to the repo, parts of it will naturally update on the web also -- basically, more accessible content with some friendly pointers to the repo. We want to start small and iterate, so we thought starting with the presentation would be useful to people and relatively easy to put together. Other content (home page about) could be taken from readme, potentially refactoring parts into separate docs, if needed, to not have content replicated in multiple places. This isn't a site about the SIG, it's a site about cloud native security (knowledge sharing by SIG-Security).
Impact: Make the work of the group more accessible to a larger audience. Initial target audience is people who are already fairly knowledgable about cloud or about security (e.g. new group members), later expanding as the group creates more resources.
Scope: Initial version should take a few hours to 1 day of work to make the site... once we have all ther prerequisites figure out and a plan with review checkpoints, it could get done 3-4 weeks of calendar time for iterations and discussion to figure out exactly how to set up the files so that they are both easy to maintain and readable, allowing for at least a week in the middle for review/feedback from the wider group.
We have a lot of great source material about security use cases as well as from presentations from specific open source projects that provide solutions in this space
If you are interested in getting involved, pls comment on this issue and join #sig-security-web channel on slack
proposed directory structure:
/presentations
I've gotten a transcript for each session that I plan to post and with overview page for each, including a link to github issue, video, transcript, etc.
TODO:
Notes:
The text was updated successfully, but these errors were encountered: