https://github.com/jerdog/devrelcollective
Personal testing site for customising DevRelCollective.fun website - testing is at https://boring-turing-3e1f2d.netlify.com/
https://github.com/jerdog/devrelcollective
Last synced: over 1 year ago
JSON representation
Personal testing site for customising DevRelCollective.fun website - testing is at https://boring-turing-3e1f2d.netlify.com/
- Host: GitHub
- URL: https://github.com/jerdog/devrelcollective
- Owner: jerdog
- License: mit
- Created: 2018-07-15T16:26:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T17:31:07.000Z (almost 7 years ago)
- Last Synced: 2025-02-02T17:31:25.793Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 896 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devrelcollective.github.io
DevRel Collective Homepage
The DevRel Collective is a collaborative effort of friendly people who want to empower each other to build a stronger, more inclusive community. For the full schpeel, [read about the project](https://github.com/devrelcollective/getting-started).
## Contributing
Pull Requests are more than welcome as we coordinate efforts. Here are a few notes to help you along the way.
### Editing The Site
Some base content lives in `_config.yml` like the data from header and footer. If you want to add or remove a section of the page, you can do so from `_layouts/default.html`. Each section that Jekyll renders is outlined there in a reasonably readable way. You can see the associated content of that section in the `_includes/css/` folder.
For example, this section from `_layouts/default.html`:
{% include portfolio_grid.html %}
Loads the content defined in `_includes/css/portfolio_grid.html`. Which is pretty nifty. You can edit our site without knowing more than a little HTML.
Other things you'll want to know:
* Our fonts are loaded from `head.html`
* The description under our logo is from `header.html`
* The About section loads from `about.html`
The portfolio is a little tricky: images are automatically loaded from the `img/portfolio` folder. The page that loads is in `_posts`. The mapping of image to post happens in the `_posts` markdown. This all renders thanks to the `modals.html` file which I haven't found a good reason to want to edit.
## Credits
We rock a [MIT License](https://opensource.org/licenses/MIT). The Jekyll theme is [Freelancer](http://jekyllthemes.org/themes/freelancer/). [Matt Broberg](http://github.com/mbbroberg) made the site.