From 3ba762d4e4f762f4b69f5e8f96e332e6a2e9906a Mon Sep 17 00:00:00 2001 From: BeMyWingMan Date: Sat, 7 Jan 2023 20:54:04 +0900 Subject: [PATCH 1/7] Initial commit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c15ccdc0..4205ba85 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ layout: default description: "A great collection of free and premium themes and templates." --- - +
From 139ff6888ea9cc5d39407daad0f83a5ae9690b0a Mon Sep 17 00:00:00 2001 From: wingman <68725601+jagarian1@users.noreply.github.com> Date: Sat, 7 Jan 2023 20:57:47 +0900 Subject: [PATCH 2/7] Create jekyll.yml init --- .github/workflows/jekyll.yml | 63 ++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .github/workflows/jekyll.yml diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml new file mode 100644 index 00000000..b480fe80 --- /dev/null +++ b/.github/workflows/jekyll.yml @@ -0,0 +1,63 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll site to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow one concurrent deployment +concurrency: + group: "pages" + cancel-in-progress: true + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Ruby + uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0 + with: + ruby-version: '3.0' # Not needed with a .ruby-version file + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + cache-version: 0 # Increment this number if you need to re-download cached gems + - name: Setup Pages + id: pages + uses: actions/configure-pages@v2 + - name: Build with Jekyll + # Outputs to the './_site' directory by default + run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + env: + JEKYLL_ENV: production + - name: Upload artifact + # Automatically uploads an artifact from the './_site' directory by default + uses: actions/upload-pages-artifact@v1 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v1 From 5f54b753f1630f8667a0460fb86c0f4710a0a0f4 Mon Sep 17 00:00:00 2001 From: BeMyWingMan Date: Sat, 7 Jan 2023 21:00:08 +0900 Subject: [PATCH 3/7] Update _config.yml init email --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index f5ad811f..b2451273 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ name: 'Pintereso' description: 'Pintereso is a free Jekyll theme for awesome people like you, Pinterest like.' logo: 'assets/images/logo.png' favicon: 'assets/images/logo.png' -baseurl: '/template-pintereso-bootstrap-jekyll' +baseurl: '/jagarian1/pintereso-jerome' avatar: 'assets/images/sal.jpg' -disqus: 'demowebsite' -email: 'wowthemesnet@gmail.com' +disqus: 'jeromemi' +email: 'sanghyun2jeon@gmail.com' include: ["_pages"] permalink: /:title/ From 35a327a80b950dad14f5be7d91e50fc4a2d3a53f Mon Sep 17 00:00:00 2001 From: BeMyWingMan Date: Sat, 7 Jan 2023 21:03:55 +0900 Subject: [PATCH 4/7] bundle update & add bat bat add --- Gemfile.lock | 101 +++++++++++++++++++++++++++++---------------------- run.bat | 7 ++++ 2 files changed, 65 insertions(+), 43 deletions(-) create mode 100644 run.bat diff --git a/Gemfile.lock b/Gemfile.lock index deaffcbb..21efa93c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,67 +1,82 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - concurrent-ruby (1.1.3) - em-websocket (0.5.1) + concurrent-ruby (1.1.10) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) + eventmachine (1.2.7) eventmachine (1.2.7-x64-mingw32) - ffi (1.9.25-x64-mingw32) + ffi (1.15.5) + ffi (1.15.5-x64-mingw32) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (0.9.5) + google-protobuf (3.21.12) + google-protobuf (3.21.12-x64-mingw32) + http_parser.rb (0.8.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (3.8.5) + jekyll (4.3.1) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 1.14) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.3.3) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (>= 1.7, < 4) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - jekyll-feed (0.10.0) - jekyll (~> 3.3) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-feed (0.17.0) + jekyll (>= 3.7, < 5.0) jekyll-paginate (1.1.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.5.0) - jekyll (~> 3.3) - jekyll-sitemap (1.2.0) - jekyll (~> 3.3) - jekyll-watch (2.1.2) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (1.17.0) - liquid (4.0.1) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) - mercenary (0.3.6) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.7.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (3.0.3) - rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rouge (3.3.0) - ruby_dep (1.5.0) - safe_yaml (1.0.4) - sass (3.7.1) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) + public_suffix (5.0.1) + rake (13.0.6) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (4.0.1) + safe_yaml (1.0.5) + sass-embedded (1.57.1) + google-protobuf (~> 3.21) + rake (>= 10.0.0) + sass-embedded (1.57.1-x64-mingw32) + google-protobuf (~> 3.21) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.4.2) wdm (0.1.1) + webrick (1.7.0) PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -72,7 +87,7 @@ DEPENDENCIES wdm (>= 0.1.0) RUBY VERSION - ruby 2.5.1p57 + ruby 3.1.3p185 BUNDLED WITH 1.16.4 diff --git a/run.bat b/run.bat new file mode 100644 index 00000000..080cd3b8 --- /dev/null +++ b/run.bat @@ -0,0 +1,7 @@ +@ECHO OFF + rem 코드 페이지 변경 (UTF-8) + chcp 65001 + rem 기본 실행 + rem bundle exec jekyll serve --draft + rem 초안 표시 + bundle exec jekyll serve --trace \ No newline at end of file From 9be24186dc62405bc8709f32fed14e8baa78a30d Mon Sep 17 00:00:00 2001 From: BeMyWingMan Date: Sat, 7 Jan 2023 21:19:43 +0900 Subject: [PATCH 5/7] Ignore commit --- Gemfile | 2 +- Gemfile.lock | 2 - _includes/menu-header.html | 2 +- _site/Gemfile | 18 - _site/Gemfile.lock | 78 - _site/README.md | 90 +- _site/about.html | 148 +- _site/adobe-muse-bundle/index.html | 161 +- _site/affiliates/index.html | 161 +- _site/aries/index.html | 163 +- _site/atomize/index.html | 163 +- _site/biscaya/index.html | 163 +- _site/brake/index.html | 159 +- _site/capi-restaurant/index.html | 163 +- _site/categories.html | 2093 +++++++++--------- _site/circular/index.html | 163 +- _site/contact.html | 143 +- _site/creation/index.html | 161 +- _site/dashb/index.html | 163 +- _site/dashboard-kit/index.html | 161 +- _site/empty-states/index.html | 157 +- _site/feed.xml | 4 +- _site/flowers/index.html | 161 +- _site/fotico/index.html | 159 +- _site/grace/index.html | 163 +- _site/grade/index.html | 163 +- _site/graphic-bundle/index.html | 157 +- _site/index.html | 459 ++-- _site/intro-ui-kit/index.html | 163 +- _site/ios/index.html | 161 +- _site/lambada/index.html | 163 +- _site/maltese/index.html | 161 +- _site/material/index.html | 163 +- _site/mediumish-jekyll/index.html | 161 +- _site/mediumish/index.html | 163 +- _site/nectaria/index.html | 159 +- _site/odessa/index.html | 161 +- _site/page2/index.html | 447 ++-- _site/pintereso-jekyll/index.html | 163 +- _site/privacy-policy.html | 143 +- _site/redxun/index.html | 163 +- _site/refined/index.html | 163 +- _site/roadmap/index.html | 161 +- _site/robots.txt | 2 +- _site/run.bat | 7 + _site/scandinavian/index.html | 163 +- _site/scorilo/index.html | 163 +- _site/simple-mockup/index.html | 161 +- _site/sitemap.xml | 172 +- _site/stellar-social-media-banner/index.html | 159 +- _site/symbol/index.html | 161 +- _site/tinyone/index.html | 161 +- _site/ui-kit-bundle/index.html | 161 +- _site/universal-web/index.html | 159 +- _site/violett/index.html | 161 +- _site/web-concepts-library/index.html | 161 +- 56 files changed, 5116 insertions(+), 5150 deletions(-) delete mode 100644 _site/Gemfile delete mode 100644 _site/Gemfile.lock create mode 100644 _site/run.bat diff --git a/Gemfile b/Gemfile index f655d560..1727dc54 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ ruby RUBY_VERSION # # If you have any plugins, put them here! -gem 'wdm', '>= 0.1.0' if Gem.win_platform? +# gem 'wdm', '>= 0.1.0' if Gem.win_platform? group :jekyll_plugins do gem 'jekyll-feed' gem 'jekyll-sitemap' diff --git a/Gemfile.lock b/Gemfile.lock index 21efa93c..f5124da3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,6 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.4.2) - wdm (0.1.1) webrick (1.7.0) PLATFORMS @@ -84,7 +83,6 @@ DEPENDENCIES jekyll-paginate jekyll-seo-tag jekyll-sitemap - wdm (>= 0.1.0) RUBY VERSION ruby 3.1.3p185 diff --git a/_includes/menu-header.html b/_includes/menu-header.html index 5d35c06f..9220cdf4 100644 --- a/_includes/menu-header.html +++ b/_includes/menu-header.html @@ -1,5 +1,5 @@ - + diff --git a/_site/Gemfile b/_site/Gemfile deleted file mode 100644 index f655d560..00000000 --- a/_site/Gemfile +++ /dev/null @@ -1,18 +0,0 @@ -source "https://rubygems.org" -ruby RUBY_VERSION - -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# - -# If you have any plugins, put them here! -gem 'wdm', '>= 0.1.0' if Gem.win_platform? -group :jekyll_plugins do - gem 'jekyll-feed' - gem 'jekyll-sitemap' - gem 'jekyll-paginate' - gem 'jekyll-seo-tag' -end \ No newline at end of file diff --git a/_site/Gemfile.lock b/_site/Gemfile.lock deleted file mode 100644 index deaffcbb..00000000 --- a/_site/Gemfile.lock +++ /dev/null @@ -1,78 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) - colorator (1.1.0) - concurrent-ruby (1.1.3) - em-websocket (0.5.1) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - eventmachine (1.2.7-x64-mingw32) - ffi (1.9.25-x64-mingw32) - forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (0.9.5) - concurrent-ruby (~> 1.0) - jekyll (3.8.5) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 2.0) - kramdown (~> 1.14) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 4) - safe_yaml (~> 1.0) - jekyll-feed (0.10.0) - jekyll (~> 3.3) - jekyll-paginate (1.1.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.5.0) - jekyll (~> 3.3) - jekyll-sitemap (1.2.0) - jekyll (~> 3.3) - jekyll-watch (2.1.2) - listen (~> 3.0) - kramdown (1.17.0) - liquid (4.0.1) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) - mercenary (0.3.6) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (3.0.3) - rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rouge (3.3.0) - ruby_dep (1.5.0) - safe_yaml (1.0.4) - sass (3.7.1) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - wdm (0.1.1) - -PLATFORMS - x64-mingw32 - -DEPENDENCIES - jekyll-feed - jekyll-paginate - jekyll-seo-tag - jekyll-sitemap - wdm (>= 0.1.0) - -RUBY VERSION - ruby 2.5.1p57 - -BUNDLED WITH - 1.16.4 diff --git a/_site/README.md b/_site/README.md index 964914ce..ae14fe56 100644 --- a/_site/README.md +++ b/_site/README.md @@ -1,100 +1,16 @@ # "Pintereso" - Jekyll Template by WowThemes.net -[Live Demo](https://wowthemesnet.github.io/template-pintereso-bootstrap-jekyll/)   |   [Download](https://github.com/wowthemesnet/template-pintereso-bootstrap-jekyll/archive/master.zip) +[Live Demo](https://wowthemesnet.github.io/template-pintereso-bootstrap-jekyll/)   |   [Download](https://github.com/wowthemesnet/template-pintereso-bootstrap-jekyll/archive/master.zip)   |   [Buy me a coffee](https://www.wowthemes.net/donate/)   |   [Documentation](https://bootstrapstarter.com/template-pintereso-bootstrap-jekyll/)   |   [WordPress version](https://www.wowthemes.net/themes/pinpresso-wordpress/) ![Free Jekyll Theme Pintereso](assets/images/screenshot.jpg) -### Features - -- Theme Built for Jekyll -- 100% Compatible with Github pages -- SEO -- Search -- Index Pagination -- Post Share/Pin Save -- Post Categories -- Prev/Next Link -- Categories -- Feed -- Sitemap -- Cookie Consent & Privacy Policy -- Integrations: - - Disqus Comments - - Google Analaytics - - Formspree.io Contact - - AddThis Integration - - Pinterest -- Design Features: - - Bootstrap v4.x - - Font Awesome v5.x -- Layouts: - - Default - - Post - - Page - -### How to Use - -If you aren't familiar with Jekyll yet, you should know that it is a static site generator. It will transform your plain text into static websites and blogs. No more databases, slow loading websites, risk of being hacked...just your content. And not only that, with Jekyll you get free hosting with GitHub Pages! If you are a beginner we recommend you start with [Jekyll's Docs](https://jekyllrb.com/docs/installation/). Now if you know how to use Jekyll, let's move on to using Affiliates template in Jekyll: - -#### Plugins: - - jekyll-feed - - jekyll-sitemap - - jekyll-paginate - - jekyll-seo-tag - -#### Customize - -Download or Fork *Pintereso for Jekyll*. - -- In your local project, open _config.yml. Set your baseurl, name, email etc: - - name: 'Pintereso' - description: 'Jekyll Template for Bloggers & Photographers' - logo: 'assets/images/logo.png' - favicon: 'assets/images/logo.png' - baseurl: '/template-pintereso-bootstrap-jekyll' - avatar: 'assets/images/sal.jpg' - disqus: 'demowebsite' - email: 'wowthemesnet@gmail.com' - -- Navigate to includes folder. From there you can edit/add: - - - footer copyright - footer-copyright.html - - footer social menu - footer-social.html - - menu header - menu-header.html - - google analytics script - tracking-header.html - - addthis script - tracking-footer.html - -- Start blogging! Add your .md posts in _posts. If you download the template you will notice it already has a few as an example. - -YAML Post Example - - --- - title: "Affiliates Jekyll Theme" - metadate: "hide" - categories: [ Free, Jekyll, Themes ] - image: "assets/images/affiliates.jpg" - visit: "https://www.wowthemes.net/free-jekyll-template-affiliates/" - --- - -- Adding pages. Place your .md pages in _pages. Don't forget to set the permalink, see below. - -YAML Page Example: - - --- - title: "About" - permalink: "/about.html" - image: "/assets/images/screenshot.jpg" - --- - - ### Copyright Copyright (C) 2018 WowThemes.net. **Pintereso for Jekyll** is designed by [Sal](https://www.wowthemes.net) and it is licensed MIT. If you want to thank Sal: -Buy Me A Coffee +Buy Me A Coffee ----------------- @@ -106,4 +22,4 @@ Copyright (C) 2018 WowThemes.net. Thank you! -[Sal](https://www.wowthemes.net) \ No newline at end of file +[Sal](https://www.wowthemes.net) diff --git a/_site/about.html b/_site/about.html index 198b0e09..4d5dd2bf 100644 --- a/_site/about.html +++ b/_site/about.html @@ -6,29 +6,33 @@ About | Pintereso - + About | Pintereso - + - - + + - + + + + + +{"@context":"https://schema.org","@type":"WebPage","description":"Pintereso is a free Jekyll theme for awesome people like you, Pinterest like.","headline":"About","image":"http://localhost:4000/jagarian1/pintereso-jerome/assets/images/screenshot.jpg","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/jagarian1/pintereso-jerome/assets/images/logo.png"}},"url":"http://localhost:4000/jagarian1/pintereso-jerome/about.html"} - + - + - + @@ -39,13 +43,13 @@