Skip to content

The source which generates the Houston Lean Startup Circle's Resources website.

License

Notifications You must be signed in to change notification settings

ironcoconut/leanhouston.org

 
 

Repository files navigation

Site Generator for leanhouston.org

The source which generates the Houston Lean Startup Circle's resources website, leanhouston.org. The page is generated using the Middleman static site generator and is hosted via Github Pages from the leanhouston/leanhouston.github.io repository.

Contributing to Houston Startup Resources

Contribution should be made via Github. Please fork this project, create a topic branch with your changes, and submit a pull request.

Information for each section is stored in its own, similarly-named file under the /source directory, such as /source/_accelerators_and_incubators.md.erb. The guidelines to contribute are best summarized as:

  1. Look at the pattern of how information is laid out in terms of links, addresses, length of content and so forth.
  2. Then, try and stick to that pattern when contributing.
  3. When adding new items to a section, please place them below existing resources, and in the spirit of the "matching current style", use an <h3> tag (in Markdown: ###) which links to the resources website, followed by a one- or two-sentence description.

The information is generated via Markdown (.md), after passing through Embedded Ruby (.erb) to utilize helpers, such as conveniently changing Address into links to their location on a map. Additionally, to make an address link to its map, the pattern of <%= address_link("YOUR ADDRESS HERE") %> is available.

About

The source which generates the Houston Lean Startup Circle's Resources website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.5%
  • Ruby 33.0%
  • JavaScript 0.5%