All Projects → tinkerhub → TinkerHub-Learning-Paths

tinkerhub / TinkerHub-Learning-Paths

Licence: MIT license
TinkerHub Learning Paths repo contains curated learning paths for learning technologies

Programming Languages

Less
1899 projects
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to TinkerHub-Learning-Paths

academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+217.31%)
Mutual labels:  hugo
tutorials.quanteda.io
Quanteda tutorials website
Stars: ✭ 37 (-28.85%)
Mutual labels:  hugo
web
Hugo content for the openshift.tips blog
Stars: ✭ 48 (-7.69%)
Mutual labels:  hugo
ironpeak.be
Hugo repository for main ironpeak.be website.
Stars: ✭ 12 (-76.92%)
Mutual labels:  hugo
hugo-piercer-theme
Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy.
Stars: ✭ 27 (-48.08%)
Mutual labels:  hugo
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+28.85%)
Mutual labels:  hugo
hugo-docs
Theme for Dgraph documentation built via Hugo
Stars: ✭ 13 (-75%)
Mutual labels:  hugo
bc-website
HARDWARIO Website, Documentation and Blog
Stars: ✭ 15 (-71.15%)
Mutual labels:  hugo
ace-documentation
A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
Stars: ✭ 91 (+75%)
Mutual labels:  hugo
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+94.23%)
Mutual labels:  hugo
airflow-site
Apache Airflow Website
Stars: ✭ 95 (+82.69%)
Mutual labels:  hugo
flowbite
The most popular and open-source library of Tailwind CSS components
Stars: ✭ 3,727 (+7067.31%)
Mutual labels:  hugo
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (-1.92%)
Mutual labels:  hugo
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (-55.77%)
Mutual labels:  hugo
ultron-ele
The world’s fastest LMS engine based on Gatsby -- Deliver knowledge with fun!
Stars: ✭ 27 (-48.08%)
Mutual labels:  learning-path
gohugo-theme-yinwang
hugo: theme<yinwang> yinwang.org 样式 hugo主题 ❤️ work ✅
Stars: ✭ 27 (-48.08%)
Mutual labels:  hugo
hugo-theme-chunky-poster
A simple, bootstrap 4 based hugo blog theme.
Stars: ✭ 106 (+103.85%)
Mutual labels:  hugo
npqhugo
npq-hugo is a customizable and responsive dark blog theme with integrated contact form and code syntax highlighting
Stars: ✭ 24 (-53.85%)
Mutual labels:  hugo
hugo-alabaster-theme
A documentation theme ported from Sphinx to Hugo
Stars: ✭ 73 (+40.38%)
Mutual labels:  hugo
learning-path-java-ee
Learning path Java EE
Stars: ✭ 19 (-63.46%)
Mutual labels:  learning-path

TinkerHub Learning Paths Netlify Status

happy learning

Hola, this repository contains curated learning paths for various technologies

💡 Visit paths.tinkerhub.org/python for the python path.

How to add a new learning path

You can create a learning path via one of the following methods.

1. Using Netlify CMS

This is the easiest way of adding a new learning path. If you are familiar with GitHub and you consider youself as a CLI person, skip to the Using Hugo CLI section.

  • Log in to the site's CMS at paths.tinkerhub.org/admin using your github account
  • To add a new learning path click on the New Learning Path button

About writing in Learning Path Collection

Field Description Example
title Title of the path How to learn java
publish date Date which the path is created 08/15/2021 3:50 PM
category Set the category of the path to
  • language
  • framework
  • devops
  • ai-ml
  • other
language
image Upload an image or insert its url images/java.png
tags (comma seperated) Search terms for the learning path, used by the search bar to do fuzzy search python, backend
authors (comma seperated) GitHub usernames of authors author1, author2
pathTypes(comma seperated) Sets the path type from the list. A path can have multiple path types frontend,backend
body Learning path content

2. Using Hugo CLI

We will be using hugo, git and your favourite text editor to add the new learning path.

  • Download and install Hugo and Git
  • Fork the repository to your profile
  • Clone the repository by running the following command:
git clone https://github.com/{your-username}/TinkerHub-Learning-Paths.git
  • Create a new branch by running the following command:
git checkout -b "learning-path-name"
  • Run the following command to create a new learning path
 hugo new path-name.md

You can see that hugo generated a new file named path-name.md under the content directory.

  • Modify the file contents and metadata using your favourite text editor
  • Run hugo server to preview your changes on the browser
  • If you are good with your changes, commit, push and open a pull request to this repository

Code of conduct

Make sure that you follow code of conduct while contributing and engaging in the discussions.

Thanks

Deploys by Netlify

Some tech stuff

  • This project uses Hugo paired with Netlify CMS

License

This project is licensed under MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].