-
Notifications
You must be signed in to change notification settings - Fork 26k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Memoirs Jekyll Theme https://wowthemes.net/memoirs-free-jekyll-theme/
- Loading branch information
Showing
172 changed files
with
14,195 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: ['wowthemesnet'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
_site | ||
.DS_Store | ||
*.swp | ||
.sass-cache | ||
*~ | ||
.jekyll-cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
layout: default | ||
title: 404 | ||
permalink: /404.html | ||
--- | ||
<style> | ||
.newsletter, .footer { | ||
display:none; | ||
} | ||
</style> | ||
<div class="text-center"> | ||
<h1 class="mt-5"><span class="badge badge-dark font-weight-normal">404</span></h1> | ||
<h1 class="display-1 mt-4 mb-4"> Page not found!</h1> | ||
<p>Please use the search bar from the bottom left or visit our <a href="{{site.baseurl}}/">homepage</a>!</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
source "https://rubygems.org" | ||
|
||
# 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' | ||
gem 'jekyll-archives' | ||
gem 'jekyll-figure' | ||
gem 'bootstrap', '~> 4.4.1' | ||
gem 'kramdown' | ||
gem 'rouge' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,195 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionpack (7.1.1) | ||
actionview (= 7.1.1) | ||
activesupport (= 7.1.1) | ||
nokogiri (>= 1.8.5) | ||
rack (>= 2.2.4) | ||
rack-session (>= 1.0.1) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
actionview (7.1.1) | ||
activesupport (= 7.1.1) | ||
builder (~> 3.1) | ||
erubi (~> 1.11) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
activesupport (7.1.1) | ||
base64 | ||
bigdecimal | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
connection_pool (>= 2.2.5) | ||
drb | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
mutex_m | ||
tzinfo (~> 2.0) | ||
addressable (2.8.5) | ||
public_suffix (>= 2.0.2, < 6.0) | ||
autoprefixer-rails (10.4.15.0) | ||
execjs (~> 2) | ||
base64 (0.1.1) | ||
bigdecimal (3.1.4) | ||
bootstrap (4.4.1) | ||
autoprefixer-rails (>= 9.1.0) | ||
popper_js (>= 1.14.3, < 2) | ||
sassc-rails (>= 2.0.0) | ||
builder (3.2.4) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.2.2) | ||
connection_pool (2.4.1) | ||
crass (1.0.6) | ||
drb (2.1.1) | ||
ruby2_keywords | ||
em-websocket (0.5.3) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0) | ||
erubi (1.12.0) | ||
eventmachine (1.2.7) | ||
execjs (2.9.1) | ||
ffi (1.16.3-x64-mingw-ucrt) | ||
forwardable-extended (2.6.0) | ||
google-protobuf (3.24.4-x64-mingw-ucrt) | ||
http_parser.rb (0.8.0) | ||
i18n (1.14.1) | ||
concurrent-ruby (~> 1.0) | ||
io-console (0.6.0) | ||
irb (1.8.3) | ||
rdoc | ||
reline (>= 0.3.8) | ||
jekyll (4.3.2) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 1.0) | ||
jekyll-sass-converter (>= 2.0, < 4.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 2.3, >= 2.3.1) | ||
kramdown-parser-gfm (~> 1.0) | ||
liquid (~> 4.0) | ||
mercenary (>= 0.3.6, < 0.5) | ||
pathutil (~> 0.9) | ||
rouge (>= 3.0, < 5.0) | ||
safe_yaml (~> 1.0) | ||
terminal-table (>= 1.8, < 4.0) | ||
webrick (~> 1.7) | ||
jekyll-archives (2.2.1) | ||
jekyll (>= 3.6, < 5.0) | ||
jekyll-feed (0.17.0) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-figure (0.2.0) | ||
jekyll-paginate (1.1.0) | ||
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 (2.4.0) | ||
rexml | ||
kramdown-parser-gfm (1.1.0) | ||
kramdown (~> 2.0) | ||
liquid (4.0.4) | ||
listen (3.8.0) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
loofah (2.21.4) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.12.0) | ||
mercenary (0.4.0) | ||
minitest (5.20.0) | ||
mutex_m (0.1.2) | ||
nokogiri (1.15.4-x64-mingw-ucrt) | ||
racc (~> 1.4) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
popper_js (1.16.1) | ||
psych (5.1.1.1) | ||
stringio | ||
public_suffix (5.0.3) | ||
racc (1.7.1) | ||
rack (3.0.8) | ||
rack-session (2.0.0) | ||
rack (>= 3.0.0) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rackup (2.1.0) | ||
rack (>= 3) | ||
webrick (~> 1.8) | ||
rails-dom-testing (2.2.0) | ||
activesupport (>= 5.0.0) | ||
minitest | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.6.0) | ||
loofah (~> 2.21) | ||
nokogiri (~> 1.14) | ||
railties (7.1.1) | ||
actionpack (= 7.1.1) | ||
activesupport (= 7.1.1) | ||
irb | ||
rackup (>= 1.0.0) | ||
rake (>= 12.2) | ||
thor (~> 1.0, >= 1.2.2) | ||
zeitwerk (~> 2.6) | ||
rake (13.0.6) | ||
rb-fsevent (0.11.2) | ||
rb-inotify (0.10.1) | ||
ffi (~> 1.0) | ||
rdoc (6.5.0) | ||
psych (>= 4.0.0) | ||
reline (0.3.9) | ||
io-console (~> 0.5) | ||
rexml (3.2.6) | ||
rouge (4.1.3) | ||
ruby2_keywords (0.0.5) | ||
safe_yaml (1.0.5) | ||
sass-embedded (1.69.4-x64-mingw-ucrt) | ||
google-protobuf (~> 3.23) | ||
sassc (2.4.0) | ||
ffi (~> 1.9) | ||
sassc-rails (2.1.2) | ||
railties (>= 4.0.0) | ||
sassc (>= 2.0) | ||
sprockets (> 3.0) | ||
sprockets-rails | ||
tilt | ||
sprockets (4.2.1) | ||
concurrent-ruby (~> 1.0) | ||
rack (>= 2.2.4, < 4) | ||
sprockets-rails (3.4.2) | ||
actionpack (>= 5.2) | ||
activesupport (>= 5.2) | ||
sprockets (>= 3.0.0) | ||
stringio (3.0.8) | ||
terminal-table (3.0.2) | ||
unicode-display_width (>= 1.1.1, < 3) | ||
thor (1.3.0) | ||
tilt (2.3.0) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
unicode-display_width (2.5.0) | ||
wdm (0.1.1) | ||
webrick (1.8.1) | ||
zeitwerk (2.6.12) | ||
|
||
PLATFORMS | ||
x64-mingw-ucrt | ||
|
||
DEPENDENCIES | ||
bootstrap (~> 4.4.1) | ||
jekyll-archives | ||
jekyll-feed | ||
jekyll-figure | ||
jekyll-paginate | ||
jekyll-seo-tag | ||
jekyll-sitemap | ||
kramdown | ||
rouge | ||
wdm (>= 0.1.0) | ||
|
||
BUNDLED WITH | ||
2.4.21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Theme License: MIT (https://bootstrapstarter.com/license/) | ||
|
||
Credits: | ||
- Letter PNG Designed By starwash from <a href="https://pngtree.com/">Pngtree.com</a> | ||
- Bootstrap, licensed MIT, docs CC BY 3.0. | ||
- Unsplash images. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Memoirs Jekyll Theme | ||
|
||
[Live Demo](https://wowthemesnet.github.io/jekyll-theme-memoirs/) | [Docs & Download](https://bootstrapstarter.com/jekyll-theme-memoirs/) | [Buy me a coffee](https://www.wowthemes.net/donate/) | ||
|
||
![memoirs](https://bootstrapstarter.com/assets/img/themes/memoirs-jekyll.jpg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Site | ||
name: "Memoirs" | ||
title: "Memoirs" | ||
description: "기록하는 습관" | ||
logo: 'assets/images/logo.png' | ||
favicon: 'assets/images/logo.png' | ||
baseurl: | ||
|
||
# disqus: 'demowebsite' | ||
# mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b' | ||
include: ["_pages"] | ||
permalink: /:title/ | ||
email: # [email protected] | ||
|
||
# 활성화 됐는지 확인 필요 | ||
naver_site_verification : "a41a2ab49a045087a565f381a082f21dd40b48ba" | ||
google_analytics: 'G-XY4KZGREDG' | ||
|
||
# Authors | ||
authors: | ||
sal: | ||
name: Dukgukim | ||
display_name: 김덕구 | ||
avatar: # 'assets/images/avatar-sal.png' | ||
# email: [email protected] | ||
# web: https://www.wowthemes.net/donate/ | ||
# twitter: https://twitter.com/wowthemesnet | ||
description: "소개문." | ||
|
||
# Plugins | ||
plugins: | ||
- jekyll-paginate | ||
- jekyll-sitemap | ||
- jekyll-feed | ||
- jekyll-seo-tag | ||
- jekyll-archives | ||
- jekyll-figure | ||
|
||
# Archives | ||
jekyll-archives: | ||
enabled: | ||
- categories | ||
layout: archive | ||
permalinks: | ||
category: '/category/:name/' | ||
|
||
# Pagination | ||
paginate: 6 | ||
paginate_path: /page:num/ | ||
|
||
# Other | ||
highlighter: none | ||
markdown: kramdown | ||
kramdown: | ||
syntax_highlighter_opts: | ||
disable : true | ||
|
||
# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.) | ||
adsense: "disabled" | ||
adsense-data-ad-client: "ca-pub-3412143450191416" | ||
adsense-data-ad-slot: "1363087678" | ||
|
||
# Lazy Images ("enabled" or "disabled") | ||
lazyimages: "disabled" | ||
|
||
# Post Author Box ("enabled" or "disabled") | ||
authorbox: "enabled" | ||
|
||
# Sass | ||
sass: | ||
sass_dir: _sass | ||
style: compressed | ||
|
||
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | ||
<!-- Under Header --> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="{{site.adsense-data-ad-client}}" | ||
data-ad-slot="{{site.adsense-data-ad-slot}}" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
<br/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- Post, Page Content | ||
================================================== --> | ||
<div class="article-post"> | ||
<!-- Toc if any --> | ||
{% if page.toc %} | ||
{% if page.beforetoc %} | ||
<p><em>{{page.beforetoc}}</em></p> | ||
{% endif %} | ||
<div class="toc mt-4 mb-4 lead"> | ||
<h3 class="font-weight-bold">Summary</h3> | ||
{% include toc.html html=content %} | ||
</div> | ||
{% endif %} | ||
<!-- End Toc --> | ||
{{content}} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!-- Author Box --> | ||
{% if page.author %} | ||
{% if site.authorbox == "enabled" %} | ||
<div class="authorbox mb-5 mt-5 pt-4 pb-4"> | ||
<div class="row"> | ||
<div class="wrapavname col-md-3 text-center"> | ||
{% if author.gravatar %} | ||
<img class="author-thumb" src="https://www.gravatar.com/avatar/{{ author.gravatar }}?s=250&d=mm&r=x" alt="{{ author.display_name }}"> | ||
{% else %} | ||
<img class="author-thumb" src="{{site.baseurl}}/{{ author.avatar }}" alt="{{ author.display_name }}"> | ||
{% endif %} | ||
<p class="mt-4 mb-0 small text-center"> | ||
<a target="_blank" class="d-inline-block mx-1 text-dark" href="{{ author.web }}"><i class="fa fa-link"></i></a> | ||
<a target="_blank" class="d-inline-block mx-1 text-dark" href="{{ author.twitter }}"><i class="fab fa-twitter"></i></a> | ||
<a class="d-inline-block mx-1 text-dark" href="mailto:{{ author.email }}"><i class="fa fa-envelope"></i></a> | ||
</p> | ||
</div> | ||
<div class="col-md-9"> | ||
<h4>{{ author.display_name }}</h4> | ||
<p class="mt-3 mb-0">{{ author.description }}</p> | ||
</div> | ||
</div> | ||
</div> | ||
{% endif %} | ||
{% endif %} |
Oops, something went wrong.