From 1cc8258496d0d1a808e7bdf8fc7dd66daaf0af76 Mon Sep 17 00:00:00 2001 From: d3netxer Date: Fri, 12 Jan 2024 17:06:44 +0300 Subject: [PATCH] updating links --- Gemfile | 2 -- Gemfile.lock | 7 +------ _config.yml | 2 +- _data/urls.yml | 10 ++++++--- _includes/navbar.html | 4 ++-- collections/_projects/2022-05-26-439537.md | 23 --------------------- collections/_projects/2023-07-13-720301.md | 20 ------------------ collections/_projects/2023-07-14-593595.md | 22 -------------------- collections/_projects/2023-07-14-643126.md | 20 ------------------ collections/_projects/2023-07-15-89454.md | 23 --------------------- collections/_projects/2023-07-16-13449.md | 24 ---------------------- collections/_projects/2023-07-16-146838.md | 23 --------------------- collections/_projects/2023-07-16-287104.md | 22 -------------------- collections/_projects/2023-07-16-330846.md | 24 ---------------------- collections/_projects/2023-07-16-732338.md | 23 --------------------- collections/_projects/2023-07-17-255354.md | 19 ----------------- collections/_projects/2023-07-17-30893.md | 19 ----------------- 17 files changed, 11 insertions(+), 276 deletions(-) delete mode 100644 collections/_projects/2022-05-26-439537.md delete mode 100644 collections/_projects/2023-07-13-720301.md delete mode 100644 collections/_projects/2023-07-14-593595.md delete mode 100644 collections/_projects/2023-07-14-643126.md delete mode 100644 collections/_projects/2023-07-15-89454.md delete mode 100644 collections/_projects/2023-07-16-13449.md delete mode 100644 collections/_projects/2023-07-16-146838.md delete mode 100644 collections/_projects/2023-07-16-287104.md delete mode 100644 collections/_projects/2023-07-16-330846.md delete mode 100644 collections/_projects/2023-07-16-732338.md delete mode 100644 collections/_projects/2023-07-17-255354.md delete mode 100644 collections/_projects/2023-07-17-30893.md diff --git a/Gemfile b/Gemfile index 798a71b9..a3c44502 100644 --- a/Gemfile +++ b/Gemfile @@ -34,6 +34,4 @@ gem 'webrick', '~> 1.7' # Performance-booster for watching directories on Windows #gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "webrick", "~> 1.7" - gem "kramdown-parser-gfm" diff --git a/Gemfile.lock b/Gemfile.lock index 206231d9..9027a1c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,12 +8,10 @@ GEM em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - http_parser.rb (~> 0) eventmachine (1.2.7) ffi (1.15.5) forwardable-extended (2.6.0) http_parser.rb (0.8.0) - http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) jekyll (3.9.2) @@ -35,8 +33,6 @@ GEM sass (~> 3.4) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.3.2) @@ -48,8 +44,6 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) @@ -77,6 +71,7 @@ DEPENDENCIES jekyll (~> 3.9) kramdown-parser-gfm minima (~> 2.0) + rexml (~> 3.2) webrick (~> 1.7) BUNDLED WITH diff --git a/_config.yml b/_config.yml index 0085c28a..19d3bdae 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ future: true #allows posts whose date in the filename is in the future timezone: UTC CONTENT_BUCKET: teachosm-geosurge-content PICS_UPLOADS_BUCKET: teachosm-geosurge-project-pics -STAGE: personal +STAGE: deploy collections: carousel: title: Carousel diff --git a/_data/urls.yml b/_data/urls.yml index 8214c7e1..8181b070 100644 --- a/_data/urls.yml +++ b/_data/urls.yml @@ -1,4 +1,8 @@ # dev urls -projectImageUploadURL: 'https://99vdeppwg3.execute-api.us-east-1.amazonaws.com/personal/requestUploadURL_pics' -projectFileUploadURL: 'https://99vdeppwg3.execute-api.us-east-1.amazonaws.com/personal/requestUploadURL_content' -pullRequestURL: 'https://grckpw7094.execute-api.us-east-1.amazonaws.com/personal/posts' \ No newline at end of file +# projectImageUploadURL: 'https://99vdeppwg3.execute-api.us-east-1.amazonaws.com/personal/requestUploadURL_pics' +# projectFileUploadURL: 'https://99vdeppwg3.execute-api.us-east-1.amazonaws.com/personal/requestUploadURL_content' +# pullRequestURL: 'https://grckpw7094.execute-api.us-east-1.amazonaws.com/personal/posts' + +projectImageUploadURL: ' https://akmfeqy8h5.execute-api.us-east-1.amazonaws.com/deploy/requestUploadURL_pics' +projectFileUploadURL: ' https://akmfeqy8h5.execute-api.us-east-1.amazonaws.com/deploy/requestUploadURL_content' +pullRequestURL: 'https://v0x93psmuj.execute-api.us-east-1.amazonaws.com/deploy/posts' \ No newline at end of file diff --git a/_includes/navbar.html b/_includes/navbar.html index 4d2ea732..778afb51 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -67,11 +67,11 @@ -
  • +
  • Start
  • diff --git a/collections/_projects/2022-05-26-439537.md b/collections/_projects/2022-05-26-439537.md deleted file mode 100644 index 75993de7..00000000 --- a/collections/_projects/2022-05-26-439537.md +++ /dev/null @@ -1,23 +0,0 @@ ---- - audience: - - "community_college" - author: "t24" - description: "t24" - difficulty: "beginner" - date_posted: "2022-05-26" - osm_username: "t24" - filename: "1653551095041-How_to_tie_shoelaces.pdf" - group: "" - layout: "project" - preparation_time: "more_than_one_day" - project_time: - - "one_day" - subtitle: "t24" - tags: - - "Industrialization and Economic Development" - thumbnail: "1653551084136-cat.png" - title: "t24" - type: "desktop" - url: "2022-05-26-439537" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-13-720301.md b/collections/_projects/2023-07-13-720301.md deleted file mode 100644 index 6e0e9bb1..00000000 --- a/collections/_projects/2023-07-13-720301.md +++ /dev/null @@ -1,20 +0,0 @@ ---- - audience: - - "primary" - author: "t20" - description: "t20" - difficulty: "beginner" - date_posted: "2023-07-12" - osm_username: "t20" - filename: "1689113014272-demo.pdf" - group: "" - layout: "project" - preparation_time: "one_hour" - project_time: - - "one_day" - thumbnail: "1689113010133-cat.png" - title: "t20" - type: "mobile" - url: "2023-07-12-720301" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-14-593595.md b/collections/_projects/2023-07-14-593595.md deleted file mode 100644 index 2661fb93..00000000 --- a/collections/_projects/2023-07-14-593595.md +++ /dev/null @@ -1,22 +0,0 @@ ---- - audience: - - "primary" - author: "t50" - description: "t50" - difficulty: "beginner" - date_posted: "2023-07-14" - osm_username: "t50" - filename: "1689332868959-223-demo.pdf" - group: "" - layout: "project" - preparation_time: "two_to_four_hours" - project_time: - - "flexible" - tags: - - "Cities and Urban Land Use" - thumbnail: "1689332857869-cat.png" - title: "t50" - type: "desktop" - url: "2023-07-14-593595" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-14-643126.md b/collections/_projects/2023-07-14-643126.md deleted file mode 100644 index 16b0aea7..00000000 --- a/collections/_projects/2023-07-14-643126.md +++ /dev/null @@ -1,20 +0,0 @@ ---- - audience: - - "community_college" - author: "boom" - description: "boom" - difficulty: "beginner" - date_posted: "2023-07-14" - osm_username: "boom" - filename: "1689361273276-demo.pdf" - group: "" - layout: "project" - preparation_time: "two_to_four_hours" - project_time: - - "flexible" - thumbnail: "1689361268123-cat.png" - title: "boom" - type: "desktop" - url: "2023-07-14-643126" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-15-89454.md b/collections/_projects/2023-07-15-89454.md deleted file mode 100644 index 097bba92..00000000 --- a/collections/_projects/2023-07-15-89454.md +++ /dev/null @@ -1,23 +0,0 @@ ---- - audience: - - "primary" - author: "b" - description: "uploading Boom doc, need valid PDF back" - difficulty: "beginner" - date_posted: "2023-07-15" - osm_username: "b" - filename: "1689407126623-boom-demo.pdf" - group: "" - layout: "project" - preparation_time: "two_to_four_hours" - project_time: - - "one_hour" - subtitle: "b" - tags: - - "Cultural Patterns and Processes" - thumbnail: "1689407119894-cat.png" - title: "b" - type: "field" - url: "2023-07-15-89454" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-16-13449.md b/collections/_projects/2023-07-16-13449.md deleted file mode 100644 index fb99071e..00000000 --- a/collections/_projects/2023-07-16-13449.md +++ /dev/null @@ -1,24 +0,0 @@ ---- - audience: - - "high_school" - author: "bedroom2" - description: "bedroom2" - difficulty: "beginner" - date_posted: "2023-07-16" - osm_username: "bedroom2" - filename: "1689538841011-223-demo.pdf" - group: "" - layout: "project" - preparation_time: "more_than_one_day" - project_time: - - "one_hour" - - "two_to_four_hours" - tags: - - "Historical" - - "Cities and Urban Land Use" - thumbnail: "1689538835072-bedroom2.jpeg" - title: "bedroom2" - type: "field" - url: "2023-07-16-13449" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-16-146838.md b/collections/_projects/2023-07-16-146838.md deleted file mode 100644 index 1844ee4f..00000000 --- a/collections/_projects/2023-07-16-146838.md +++ /dev/null @@ -1,23 +0,0 @@ ---- - audience: - - "primary" - author: "upload pdf" - description: "upload pdf" - difficulty: "beginner" - date_posted: "2023-07-16" - osm_username: "upload pdf" - filename: "1689521778912-881-boom-demo.pdf" - group: "" - layout: "project" - preparation_time: "two_to_four_hours" - project_time: - - "less_than_one_hour" - - "one_hour" - tags: - - "Environmental" - thumbnail: "1689521755997-cyber_bot_future.png" - title: "upload pdf" - type: "desktop" - url: "2023-07-16-146838" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-16-287104.md b/collections/_projects/2023-07-16-287104.md deleted file mode 100644 index fe049b30..00000000 --- a/collections/_projects/2023-07-16-287104.md +++ /dev/null @@ -1,22 +0,0 @@ ---- - audience: - - "high_school" - author: "upload thumb" - description: "upload thumb" - difficulty: "beginner" - date_posted: "2023-07-16" - osm_username: "upload thumb" - filename: "1689519707237-boom-demo.pdf" - group: "" - layout: "project" - preparation_time: "two_to_four_hours" - project_time: - - "more_than_one_day" - tags: - - "Environmental" - thumbnail: "1689519702264-cute_cat.png" - title: "upload thumb" - type: "desktop" - url: "2023-07-16-287104" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-16-330846.md b/collections/_projects/2023-07-16-330846.md deleted file mode 100644 index df92155c..00000000 --- a/collections/_projects/2023-07-16-330846.md +++ /dev/null @@ -1,24 +0,0 @@ ---- - audience: - - "primary" - - "high_school" - author: "3rd try PDF upload" - description: "3rd try PDF upload" - difficulty: "beginner" - date_posted: "2023-07-16" - osm_username: "3rd try PDF upload" - filename: "1689534641537-881-boom-demo.pdf" - group: "" - layout: "project" - preparation_time: "one_hour" - project_time: - - "one_day" - tags: - - "Environmental" - - "Cities and Urban Land Use" - thumbnail: "1689534636374-flickr_cars_parking_lot.jpeg" - title: "3rd try PDF upload" - type: "desktop" - url: "2023-07-16-330846" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-16-732338.md b/collections/_projects/2023-07-16-732338.md deleted file mode 100644 index 5152e5b5..00000000 --- a/collections/_projects/2023-07-16-732338.md +++ /dev/null @@ -1,23 +0,0 @@ ---- - audience: - - "high_school" - - "community_college" - author: "new pdf doc" - description: "new pdf doc" - difficulty: "beginner" - date_posted: "2023-07-16" - osm_username: "new pdf doc" - filename: "1689531204420-881-boom-demo.pdf" - group: "" - layout: "project" - preparation_time: "one_hour" - project_time: - - "one_hour" - tags: - - "Environmental" - thumbnail: "1689531196773-Thom_a_16_lane_complex_interchange_d4af9fcc-6123-4f62-afb9-02e6008986a8.png" - title: "new pdf doc" - type: "desktop" - url: "2023-07-16-732338" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-17-255354.md b/collections/_projects/2023-07-17-255354.md deleted file mode 100644 index 725737bd..00000000 --- a/collections/_projects/2023-07-17-255354.md +++ /dev/null @@ -1,19 +0,0 @@ ---- - audience: "high_school" - author: "n2" - description: "Let's%20try%20another%20time%20with%20breaks%3Cbr/%3E2nd%20paragraph.%3Cbr/%3E%3Cbr/%3E%20'%C3%A1',%20'%C3%A9,'%20'%C3%AD',%20'%C3%B3',%20'%C3%BA%20...%3Cbr/%3E%3Cbr/%3E4th%20paragraph" - difficulty: "beginner" - date_posted: "2023-07-17" - osm_username: "n2" - filename: "1689612210234-881-boom-demo.pdf" - group: "" - layout: "project" - preparation_time: "one_day" - project_time: "more_than_one_day" - tags: "Environmental" - thumbnail: "1689612206750-cat.png" - title: "n2" - type: "desktop" - url: "2023-07-17-255354" - ---- \ No newline at end of file diff --git a/collections/_projects/2023-07-17-30893.md b/collections/_projects/2023-07-17-30893.md deleted file mode 100644 index 4c8c4913..00000000 --- a/collections/_projects/2023-07-17-30893.md +++ /dev/null @@ -1,19 +0,0 @@ ---- - audience: "high_school" - author: "q2" - description: "hello%3Cbr/%3E%3Cbr/%3E%20'%C3%A1',%20'%C3%A9,'%20'%C3%AD',%20'%C3%B3',%20'%C3%BA%20...%3Cbr/%3E%3Cbr/%3Eparagraph%203" - difficulty: "beginner" - date_posted: "2023-07-17" - osm_username: "q2" - filename: "1689609839355-demo.pdf" - group: "" - layout: "project" - preparation_time: "more_than_one_day" - project_time: "one_day" - tags: "Environmental,Cities%20and%20Urban%20Land%20Use" - thumbnail: "1689609835466-cat.png" - title: "q2" - type: "desktop" - url: "2023-07-17-30893" - ---- \ No newline at end of file