All Projects β†’ neoito-hub β†’ learningHub

neoito-hub / learningHub

Licence: MIT License
Style guides and learning materials for devs, to build lightning-fast web apps πŸš€ | HTML | CSS | JS | REACT

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to learningHub

python
Python Style Guide
Stars: ✭ 49 (+157.89%)
Mutual labels:  styleguide
frontend-handbook
Our handbook based on 10 years of experience in Frontend/JS development
Stars: ✭ 45 (+136.84%)
Mutual labels:  styleguide
flake8-functions
flake8 plugin for validation of function parameters (length, complexity, etc)
Stars: ✭ 32 (+68.42%)
Mutual labels:  styleguide
Nitro-Web
Human-Connection - Social Network Frontend
Stars: ✭ 16 (-15.79%)
Mutual labels:  styleguide
papyrum
Papyrum is a tool that will help you in the creation of your design system, style guide or in the documentation of your project based on react
Stars: ✭ 19 (+0%)
Mutual labels:  styleguide
bashtemplate
A bash template for better bash coding.
Stars: ✭ 75 (+294.74%)
Mutual labels:  styleguide
oskrhq-design-system
A mostly reasonable although opinionated approach to building responsive Digital Interfaces sharing the same anatomy.
Stars: ✭ 60 (+215.79%)
Mutual labels:  styleguide
sass-common
Common Sass mixins and files
Stars: ✭ 13 (-31.58%)
Mutual labels:  styleguide
decanter
A collection of front end web resources.
Stars: ✭ 31 (+63.16%)
Mutual labels:  styleguide
development-standard
Kata Platform Development Standard.
Stars: ✭ 29 (+52.63%)
Mutual labels:  styleguide
graphql-guidelines
GraphQL @ Yelp Schema Guidelines
Stars: ✭ 74 (+289.47%)
Mutual labels:  styleguide
vf-core
A (primarily CSS) framework that targets needs of life science websites and services
Stars: ✭ 16 (-15.79%)
Mutual labels:  styleguide
birdseye
Next generation component catalog
Stars: ✭ 41 (+115.79%)
Mutual labels:  styleguide
melos
A collection of React UI components from YouVersion and the Open Digerati Team
Stars: ✭ 40 (+110.53%)
Mutual labels:  styleguide
styleguide-boilerplate
A project to help Designers build living styleguides with Sass and Hologram.
Stars: ✭ 18 (-5.26%)
Mutual labels:  styleguide
SFMC-Cookbook
How to survive as a developer for Salesforce Marketing Cloud
Stars: ✭ 70 (+268.42%)
Mutual labels:  styleguide
sonar-gherkin-plugin
SonarQube Cucumber Gherkin Analyzer
Stars: ✭ 33 (+73.68%)
Mutual labels:  styleguide
google-java-style-guide-zh cn
πŸ“–γ€θ―‘γ€‘Google Java ηΌ–η¨‹ι£Žζ ΌζŒ‡ε—
Stars: ✭ 70 (+268.42%)
Mutual labels:  styleguide
flake8-cognitive-complexity
An extension for flake8 that validates cognitive functions complexity
Stars: ✭ 44 (+131.58%)
Mutual labels:  styleguide
ue5-style-guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,892 (+15121.05%)
Mutual labels:  styleguide

learningHub | Style Guides and Learning materials for devs, to build lightning fast web apps πŸš€

Website link: https://learn.neoito.com/

To contribute:

Site is built using gatsby and below are the instructions to add content.

To install and run app;

yarn install
yarn start

Deploy: All the changes in master branch will be deployed to live site using github actions and gh-pages.

Hacks:

There is a content folder in the root directory, where pages / topics are added as Markdown.

To create a new page; add a new file where filename will be assigned as the route / topic.

To change title and meta desc of each page

---
title: "Introduction"
metaTitle: "This is the title tag of this page"
metaDescription: "This is the meta description"
---

To create sub category structures, follow same structure as shell.md and shell directory

Place the above snippet of code in all MD files to customize title and meta data.

To change website title, description, theming and order of pages: Edit config.js file in the root

To change order or to define specific routes

forcedNavOrder: [
      '/introduction', // add trailing slash if enabled above
      '/newcomers',
      '/linux',
      '/git',
      '/angular',
      '/python',
      '/nativescript'
    ]

Happy Hacking πŸ™Œ

Credits:

Hasura [gitbook] - https://github.com/hasura/gatsby-gitbook-starter

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].