From b4fca35dc2e1a86ec669873134785094c1f12601 Mon Sep 17 00:00:00 2001 From: skeptycal Date: Tue, 18 Jun 2019 20:04:32 -0500 Subject: [PATCH 1/3] add python resources --- pages/python/index.vue | 299 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 299 insertions(+) create mode 100644 pages/python/index.vue diff --git a/pages/python/index.vue b/pages/python/index.vue new file mode 100644 index 0000000..cf704b8 --- /dev/null +++ b/pages/python/index.vue @@ -0,0 +1,299 @@ + + + + + From 4aed4a4e4a906a4afd82cd6eee032f714dc20517 Mon Sep 17 00:00:00 2001 From: skeptycal Date: Tue, 18 Jun 2019 20:26:27 -0500 Subject: [PATCH 2/3] add python to sidebar menu list --- components/Sidebar.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/Sidebar.vue b/components/Sidebar.vue index 7c55d2e..813906a 100644 --- a/components/Sidebar.vue +++ b/components/Sidebar.vue @@ -7,6 +7,7 @@ nuxt-link(to="/javascript") Javascript nuxt-link(to="/ruby") Ruby nuxt-link(to="/php") PHP + nuxt-link(to="/python") Python nuxt-link(to="/design") Design nuxt-link(to="/frontend") Frontend nuxt-link(to="/fullstack") Fullstack @@ -19,20 +20,20 @@ From 691aa745cc5a18817c5fad929ae89345885ccbc8 Mon Sep 17 00:00:00 2001 From: skeptycal Date: Wed, 19 Jun 2019 16:07:31 -0500 Subject: [PATCH 3/3] Update package-lock.json --- package-lock.json | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6a1a6d..3a57dd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4065,7 +4065,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -4083,11 +4084,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -4100,15 +4103,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -4211,7 +4217,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -4221,6 +4228,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -4233,17 +4241,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -4260,6 +4271,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -4332,7 +4344,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -4342,6 +4355,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -4417,7 +4431,8 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4447,6 +4462,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -4464,6 +4480,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -4502,11 +4519,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.3", - "bundled": true + "bundled": true, + "optional": true } } },