diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..877ef4f --- /dev/null +++ b/Gemfile @@ -0,0 +1 @@ +gem 'jemoji' diff --git a/_config.yml b/_config.yml index fc24e7a..2fe5e03 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,20 @@ -theme: jekyll-theme-hacker \ No newline at end of file +theme: jekyll-theme-hacker + +title: COMP1231 - Web Programming +email: jmorenstein@georgebrown.ca +# description: >- # this means to ignore newlines until "baseurl:" +# Write an awesome description for your new site here. You can edit this +# line in _config.yml. It will appear in your document head meta (for +# Google search results) and in your feed.xml site description. +#baseurl: "" # the subpath of your site, e.g. /blog +#url: "" # the base hostname & protocol for your site, e.g. http://example.com +# twitter_username: jekyllrb +github_username: jayoharedee + +# Build settings +#theme: minima +plugins: + - jemoji + +show_downloads: true +logo: /assets/img/es6.jpeg diff --git a/assets/img/es6.jpeg b/assets/img/es6.jpeg new file mode 100644 index 0000000..89c6a79 Binary files /dev/null and b/assets/img/es6.jpeg differ diff --git a/index.md b/index.md index 865ab9b..8dc2ba4 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,8 @@ # COMP1231 Course Material +:squirrel: > All exercises, test submissions and solutions can be found here. You can also find additional resources that align with the course material. Please reference the table below for an idea of how course material will appear week by week. -> An announcement coming up or a deadline do? Get notified through GitHub about the occurence. For questions please contact me at jmorenstein@georgebrown.ca - I'm able to schedule one-on-one time outside of class or set up ad-hoc reviews, so please don't hesitate to reach out. \ No newline at end of file +> An announcement coming up or a deadline do? Get notified through GitHub about the occurence. For questions please contact me at jmorenstein@georgebrown.ca - I'm able to schedule one-on-one time outside of class or set up ad-hoc reviews, so please don't hesitate to reach out. + + the :squirrel: will always have some useful tips for you to read. So whenever you see one, make sure you take a look at what the squirrel has to say. \ No newline at end of file