https://github.com/argotorg/solidity-portal
The Solidity Language Portal is a high-level information page for Solidity, aiming to present consolidated news and making visitors aware of and leading them to relevant other websites.
https://github.com/argotorg/solidity-portal
Last synced: 7 days ago
JSON representation
The Solidity Language Portal is a high-level information page for Solidity, aiming to present consolidated news and making visitors aware of and leading them to relevant other websites.
- Host: GitHub
- URL: https://github.com/argotorg/solidity-portal
- Owner: argotorg
- License: mit
- Archived: true
- Created: 2020-07-16T15:41:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T17:57:56.000Z (about 2 years ago)
- Last Synced: 2025-09-22T09:09:43.056Z (15 days ago)
- Language: HTML
- Homepage: https://soliditylang.org
- Size: 391 KB
- Stars: 14
- Watchers: 13
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🚨 This repository has been archived. Please visit the new home for the Solidity website codebase at [`ethereum/solidity-website`](https://github.com/ethereum/solidity-website)
# Solidity Language Portal
The Solidity Language Portal is based on the [Hydra template](https://learn.cloudcannon.com/templates/hydra/) for Jekyll.
## Develop
Hydra was built with [Jekyll](http://jekyllrb.com/) version 3.3.1, but should support newer versions as well.
Install the dependencies with [Bundler](http://bundler.io/):
~~~bash
$ bundle install
~~~Run `jekyll` commands through Bundler to ensure you're using the right versions:
~~~bash
$ bundle exec jekyll serve
~~~