An open source programming tutorial site

TutorialEdge.net

I've been working on TutorialEdge.net as a hobby project since early 2015. Since then it's gone from only a handful of visitors per day to something that attracts hundreds of thousands of visitors per year.

The main aim for the site is for it to be a place that I can host tutorials and courses on any language and framework I choose and hopefully give back something to the programming community.

This website is built using hugo, an open-source static site generator.

Usage

  1. Download the repo

    git clone https://github.com/elliotforbes/tutorialedge.net
    cd tutorialedge.net
    
  2. Install hugo

  3. Start the server: hugo server

  4. Open the address in a browser (default is localhost:1313)

Contribution Guide

Contributions to the site are greatly appreciated, if you see a typo or
something that isn't quite right and want to help improve the site for everyone
then please feel free to submit a pull request.

  • Start off by forking the repository
  • Make any changes you have in mind
  • Submit a Pull Request from your forked version back into the original version
    of the site
  • I'll review it and approve it
  • It'll automatically go live in seconds!

Contributors

GitHub