Giter VIP home page Giter VIP logo

codewithgroup.github.io's Introduction

Welcome

This repository holds the code for CodeWith, a group in the UK that offers free coding help and tuition.

Our Event

We run the event monthly and manage it all through our Slack group. It's all free, so if you're in the area please come along!

To add yourself to the people page

  • Create a branch
  • Make a copy of one of the existing bios in pages-people
  • Name it using the convention people-yourname
  • Modify to be your bio including
    • Photograph
    • Information paragraph
    • Twitter (optional)
    • Things you can help with

If you need any help, contact one of the pople who have already added themselves.

Copy the includes code <br /> {% include_relative pages-people/people-yourname.html %} to the bottom of people.html (ensure you update the file name)

Sitemap

All pages not defined as a default in _config.yml are added to the sitemap

To exclude a specific page use the snippet sitemap:false at the top of the page

โš ๏ธ If you are including the page in another page (using include_relative): add the page as a default in _config.yml otherwise the sitemap:false is displayed as HTML on the page.

Example default to add to _config.yml

-
  scope:
    path: 'pages-people/*'
  values:
    sitemap: false

All files in _include are excluded from the sitemap automatically

Adding a page to the typed suffix functionality

  • Add a variable to the suffix-lists.js file with the first word of the page title. Assign the array you want to use to the variable.

e.g.

For a page named "Home"

var Languages = ["Java","HTML"]
var Home = Languages

codewithgroup.github.io's People

Contributors

codewithgithub avatar daffodil11 avatar dangerworm avatar harryemartland avatar hippyjim avatar jevansloreto avatar keiranwdigital avatar libxx1 avatar sean12697 avatar

Watchers

 avatar

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.