/survival-guide

Collection of resources and tips for brand new alumni 📚🤓💪

Primary LanguageHTML

survival-guide

Collection of resources and tips for brand new alumni 📚🤓💪

https://codeclanalumni.github.io/survival-guide

Set-up

  • Check you have ruby version 2.x.x or above
$ ruby --version
  • Install the Bundler
$ gem install bundler
  • Install the plugins (Jekyll and its dependencies)
$ bundle install
  • Run locally
$ bundle exec jekyll serve
  • Head to localhost:4000 or http://127.0.0.1:4000

Jekyll Info

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.