ligato / site

✨Website repo for https://ligato.io/
https://ligato.io/
2 stars 3 forks source link

Add community info page #15

Open ondrej-fabry opened 5 years ago

ondrej-fabry commented 5 years ago

@chrismetz09 could you add separate page for Community info? Also with link at the top of nav bar for quick access.

The page would be served from: https://ligato.io/community/

For now it could list all the social media and other services that Ligato currently uses or is registered on:

Social:

Dev related:

Later we can add badges like NSM has here: https://networkservicemesh.io/community/

chrismetz09 commented 5 years ago

got it - can handle over the next couple of days

chrismetz09 commented 5 years ago

added community page w initial content. Need to create shortcode to display social and dev icons on same row as pionter text

ondrej-fabry commented 5 years ago

@chrismetz09 The community page is not available at https://ligato.io/community, but at https://ligato.io/community/community/ which seems unnecessarily redundant. Could you look into this?

Also the navbar now doesn't have option to point to this page. Perhaps the first or last item in the Community drop down should provide link to it?

chrismetz09 commented 5 years ago

set aside separate community page for now, needs template to show more than links. Will fix later.

Navbar community pulldown used now to reach community items

chrismetz09 commented 5 years ago

enhance layout using tables and badges

ondrej-fabry commented 5 years ago

The badge for Github issues is not correct. It shows 190 open issues even though we only have like 24 open.

The badge should point to our repo like this:

<img alt="GitHub issues" src="https://img.shields.io/github/issues/ligato/vpp-agent.svg">

GitHub issues

ondrej-fabry commented 5 years ago

Link https://ligato.io/community/ is still not working.

chrismetz09 commented 5 years ago

Community is single static page using customized template. Retained the hugo content/ and layouts/ sub-folder pattern.

Data in content/community/page.md; template in layouts/community/page.html. URL is https://ligato.io/community/page/ which I think is reasonable.

Working on new community/page layout so template will change