I moved the current status of the portal from my MVP repo to the official rep. Now the code is here: https://github.com/ethereum/solidity-portal
As I mentioned in a couple of team calls, we're thinking about creating a dedicated Solidity portal to have a one-stop shop page with all links and relevant information about the language for the community.
To make the decision and process transparent and easier, I started with a case study looking at how other languages (Rust, Go, C++, JS, Python) handle this. I summarised my findings in this document. You can additionally have a look / get inspired by the Geth website.
I'm in the process of laying it out more clearly, but I'll imagine there to be links to / dedicated sections for:
As a next step I'll lay out which content and links I would recommend to put on such a portal and try to sketch the interface so that it's easier to relate.
Happy about any comments and thoughts!
Could also revive @erak's solidity tour project. See in action.
Here's a first rough wireframe which shows a structure and a proposal for topics I would add to the first iteration of the language portal.
Please disregard design, colors and text - this is only for imagining and deciding on which topics we want to include and how they could roughly be structured.
I've selected a simple landing page template ("hydra") and put in our preliminary content blocks. You can find it here: https://github.com/franzihei/solidity-portal-initial-mvp.
Open issues:
Once we're happy with the MVP:
Open issues outside of the portal:
Please have a look @axic @chriseth. :)
Also, for some reason the github page (https://franzihei.github.io/solidity-portal-initial-mvp/) is currently not building but I will look into this tomorrow. You can build the site locally using jekyll serve.
Edit: Github pages built works. : )
Hey there, it's been a while and I'd like to push the Solidity portal to the next stage.
~~The current status can be seen here: https://franzihei.github.io/solidity-portal-initial-mvp/ ~~
The current status is here: https://github.com/ethereum/solidity-portal
Who can help with the compiler bits?
Also, would we, in future, be interested in having a dedicated Solidity playground? Similar to...
I think the site looks great!
There's one formatting issue:

decide on hosting (github pages with custom domain vs. netlify?)
I'd just go with github pages and call it a day. If it doesn't work out well we can think about moving it, but that's the easiest path for now.
Moved code / the entire repo
from: https://github.com/franzihei/solidity-portal-initial-mvp
to: https://github.com/ethereum/solidity-portal
I hope this worked. 馃槆
Edit: I also added Sam (ethereum.org web dev team) to the repo, who might be able to help us with some web dev stuff if needed.
Thanks @chriseth for your work on the solidity compiler! Is it possible to also add different example contracts so that people can play with it a bit or do you think that doesn't make sense at the moment?
We should add some examples, certainly!
"The falcon has landed" - (v0.1 up and running at soliditylang.org) 馃 馃コ
Most helpful comment
Could also revive @erak's solidity tour project. See in action.