-
-
Notifications
You must be signed in to change notification settings - Fork 336
Blog sections of the website #669
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
Conversation
Does this replace planet.nixos.org? |
@edolstra Not yet. That would be a separate PR, I will add this into the after steps. It will complicate a bit the build process, so I want to tackle it separately. |
scripts/update_blog_categories.py
Outdated
|
||
categories = TEMPLATE.format( | ||
categories="".join([ | ||
CATEGORY_TEMPLATE.format( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick comment for maintainability/readability:
Shouldn't we split this part into different variables?
What do you think?
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/marketing-team-meeting-minutes-17-18-19/11092/1 |
This comment has been minimized.
This comment has been minimized.
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/tweag-nix-dev-update-7/11552/1 |
This PR introduces new section to the website: Blog
We used to show latest announcements on the landing page, but that clearly is not what landing pages are about. For some time now the news.html was still there and we only show the banner on the front page for announcements. But all along the plan was to rework this section and this PR is is the first step towards that.
At the same time as I added the Blog section I also joined the Community and Governance section.
Icons clearly need some work, but I need some help here, since my GIMP/Photoshop level is pretty basic.
The content of this page is far from perfect, but it is an important first step.
The future plan for this sections of the website is to:
/blog/index.html
fixes #446