diff --git a/_config.yml b/_config.yml
index e53b9da..5dc4266 100644
--- a/_config.yml
+++ b/_config.yml
@@ -25,11 +25,3 @@ markdown: kramdown
# Exclusions
exclude: ["bower_components", "node_modules", "gulp", "gulpfile.js", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "README.md", "bower.json", "js", "_scss", ".sass-cache"]
-#gems
-# gems:
- # - jekyll-srcset
-
-#jekyll-srcset settings
-# srcset:
-# optipng: true
-# cache: "/tmp/images"
diff --git a/dist/js/modules/featherlight-images.js b/dist/js/modules/featherlight-images.js
index c5c4fde..9d57788 100644
--- a/dist/js/modules/featherlight-images.js
+++ b/dist/js/modules/featherlight-images.js
@@ -57,12 +57,6 @@ var FeatherlightImages = exports.FeatherlightImages = function () {
key: 'initFeatherlightImages',
value: function initFeatherlightImages() {
var _self = this;
- // let href;
-
- // href = _self.scope.attr('data-original');
- // _self.scope.attr('data-featherlight',href);
-
- // articleImg.featherlight();
_self.scope.featherlightGallery();
}
}]);
diff --git a/dist/js/modules/site.js b/dist/js/modules/site.js
index 754013b..662c1bc 100644
--- a/dist/js/modules/site.js
+++ b/dist/js/modules/site.js
@@ -17,8 +17,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
-// import 'animate.css';
-// import 'wow';
/**
* @class Site
@@ -35,10 +33,7 @@ var Site = exports.Site = function () {
_createClass(Site, [{
key: 'init',
value: function init() {
- // console.log('init');
if (this.scope.length) {
- // this.initWow();
- // console.log('scope exists');
}
}
}, {
diff --git a/gulp/tasks/babel.js b/gulp/tasks/babel.js
index f2dd199..97f1c1e 100644
--- a/gulp/tasks/babel.js
+++ b/gulp/tasks/babel.js
@@ -49,5 +49,4 @@ gulp.task('babelify', () => {
.pipe(gulp.dest("./dist/js/npm"));
return merge(polyfillSrc, rawJs, moduleJs, npmJs);
- // .pipe(debug({title: 'babel-merge:'}));
});
diff --git a/gulpfile.js b/gulpfile.js
index 522b23a..c15e8b6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -5,10 +5,6 @@ const chalk = require('chalk');
log(`[platform] ${chalk.bold.green(process.platform)} ${chalk.bold.red(process.arch)} `);
log(`[pid] ${chalk.yellow(process.pid)}`);
-// log('[env vars] ');
-// Array.prototype.filter.call(Object.keys(process.env), envVar => envVar.indexOf('npm_') < 0 && envVar.indexOf('MANPATH') < 0)
-// .sort((a,b) => a > b)
-// .map(envVar => log(`${chalk.yellow(envVar)}: ${process.env[envVar]}`));
// Require all tasks in gulp/tasks, including subfolders
requireDir('./gulp/tasks', {
diff --git a/index.html b/index.html
index 849b0bb..94f0fa1 100644
--- a/index.html
+++ b/index.html
@@ -10,10 +10,6 @@
{% include _components/about.html %}
-
- {% include _components/recent-work.html %}
-
-
diff --git a/js/modules/featherlight-images.js b/js/modules/featherlight-images.js
index d0393d8..4f6173a 100644
--- a/js/modules/featherlight-images.js
+++ b/js/modules/featherlight-images.js
@@ -30,12 +30,6 @@ export class FeatherlightImages {
initFeatherlightImages() {
let _self = this;
- // let href;
-
- // href = _self.scope.attr('data-original');
- // _self.scope.attr('data-featherlight',href);
-
- // articleImg.featherlight();
_self.scope.featherlightGallery();
}
diff --git a/js/modules/site.js b/js/modules/site.js
index 705d70f..fa461dc 100644
--- a/js/modules/site.js
+++ b/js/modules/site.js
@@ -1,6 +1,4 @@
import $ from 'jquery';
-// import 'animate.css';
-// import 'wow';
/**
* @class Site
@@ -13,10 +11,7 @@ export class Site {
}
init() {
- // console.log('init');
if (this.scope.length) {
- // this.initWow();
- // console.log('scope exists');
}
}
diff --git a/js/npm/systemjs-plugin-css/css.js b/js/npm/systemjs-plugin-css/css.js
index b19f6ea..3b37d87 100644
--- a/js/npm/systemjs-plugin-css/css.js
+++ b/js/npm/systemjs-plugin-css/css.js
@@ -144,7 +144,7 @@ else {
};
}
-// Because IE8?
+// IE8 Polyfill
function filter(arrayLike, func) {
var arr = []
forEach(arrayLike, function(item){
@@ -154,7 +154,7 @@ function filter(arrayLike, func) {
return arr;
}
-// Because IE8?
+// IE8 Polyfill
function forEach(arrayLike, func){
for (var i = 0; i < arrayLike.length; i++) {
func(arrayLike[i])
diff --git a/package.json b/package.json
index 44d4e94..7a12bbc 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,6 @@
"author": "Dominic Gan",
"license": "ISC",
"dependencies": {
- "fancy-log": "^1.3.3",
"systemjs": "^6.14.0"
},
"devDependencies": {
@@ -27,6 +26,7 @@
"child_process": "^1.0.2",
"concurrent-transform": "^1.0.0",
"del": "^6.0.0",
+ "fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
diff --git a/params.json b/params.json
index 95694a5..92e129d 100644
--- a/params.json
+++ b/params.json
@@ -1 +1 @@
-{"name":"Dominicgan.github.io","tagline":"","body":"### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:\r\n\r\n```\r\n$ cd your_repo_root/repo_name\r\n$ git fetch origin\r\n$ git checkout gh-pages\r\n```\r\n\r\nIf you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.\r\n\r\n### Designer Templates\r\nWe've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.\r\n\r\n### Rather Drive Stick?\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `` element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out the documentation at http://help.github.com/pages or contact support@github.com and we’ll help you sort it out.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
\ No newline at end of file
+{"name":"dominicgan.github.io","tagline":"","body":"### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:\r\n\r\n```\r\n$ cd your_repo_root/repo_name\r\n$ git fetch origin\r\n$ git checkout gh-pages\r\n```\r\n\r\nIf you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.\r\n\r\n### Designer Templates\r\nWe've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.\r\n\r\n### Rather Drive Stick?\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `` element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out the documentation at http://help.github.com/pages or contact support@github.com and we’ll help you sort it out.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
\ No newline at end of file
diff --git a/portfolio.html b/portfolio.html
index 916be19..8031ec4 100644
--- a/portfolio.html
+++ b/portfolio.html
@@ -1,7 +1,5 @@
---
layout: inner
-title: Portfolio
-
permalink: /portfolio/
---
diff --git a/resume.html b/resume.html
index 21200a6..78f5204 100644
--- a/resume.html
+++ b/resume.html
@@ -1,6 +1,6 @@
---
layout: inner
-title: Résumé
+title: Resume
subtitle:
permalink: /resume/
---