Giter Site home page Giter Site logo

martyndavies / devrelcollective.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devrelcollective/devrelcollective.github.io

0.0 1.0 0.0 892 KB

DevRel Collective Homepage

Home Page: https://devrelcollective.fun

License: MIT License

Ruby 0.31% HTML 20.37% CSS 12.07% JavaScript 65.42% PHP 1.83%

devrelcollective.github.io's Introduction

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.

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. The Jekyll theme is Freelancer. Matt Broberg made the site.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.