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
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..8d5dc33f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# _includes/menu-header.html
+# _includes/menu-header.html
+_site/
diff --git a/Gemfile b/Gemfile
index f655d560..b0fc0c95 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,10 +9,11 @@ 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'
gem 'jekyll-paginate'
gem 'jekyll-seo-tag'
-end
\ No newline at end of file
+end
+gem "webrick", "~> 1.7"
diff --git a/Gemfile.lock b/Gemfile.lock
index deaffcbb..5b6a3968 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,78 +1,84 @@
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)
- eventmachine (1.2.7-x64-mingw32)
- ffi (1.9.25-x64-mingw32)
+ http_parser.rb (~> 0)
+ eventmachine (1.2.7)
+ ffi (1.15.5-x64-mingw-ucrt)
forwardable-extended (2.6.0)
- http_parser.rb (0.6.0)
- i18n (0.9.5)
+ google-protobuf (3.21.12-x64-mingw-ucrt)
+ 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)
- wdm (0.1.1)
+ public_suffix (5.0.1)
+ 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-x64-mingw-ucrt)
+ google-protobuf (~> 3.21)
+ terminal-table (3.0.2)
+ unicode-display_width (>= 1.1.1, < 3)
+ unicode-display_width (2.4.2)
+ webrick (1.7.0)
PLATFORMS
- x64-mingw32
+ x64-mingw-ucrt
DEPENDENCIES
jekyll-feed
jekyll-paginate
jekyll-seo-tag
jekyll-sitemap
- wdm (>= 0.1.0)
+ webrick (~> 1.7)
RUBY VERSION
- ruby 2.5.1p57
+ ruby 3.1.3p185
BUNDLED WITH
- 1.16.4
+ 2.4.2
diff --git a/LICENSE.txt b/LICENSE.txt
deleted file mode 100644
index 0e2ac037..00000000
--- a/LICENSE.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Copyright (c) 2018 WowThemes.net
-License: MIT
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
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/
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 @@
-
+
Home
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/)

-### 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:
-
+
-----------------
@@ -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 @@