Skip to content

Commit

Permalink
Merge pull request #2 from ooketmon/jekyll
Browse files Browse the repository at this point in the history
기본사항  및 카테고리? 생성
  • Loading branch information
ooketmon authored Nov 10, 2020
2 parents 2d1c23e + afad29c commit 3a2b62f
Show file tree
Hide file tree
Showing 13 changed files with 194 additions and 1,657 deletions.
13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

6 changes: 0 additions & 6 deletions .gitattributes

This file was deleted.

98 changes: 98 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,101 @@ codekit-config.json
.sass-cache
_asset_bundler_cache
_site

### Jekyll ###
_site
.jekyll-metadata
*-cache/


### NPM ###
/node_modules/


### Atom ###
.ftpconfig
.sftpconfig


### WordPress ###
wp-config.php
wp-config-local.php
wp-content/advanced-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php


### Apache ###
.htaccess


### Compiled Source ##
*.com
*.class
*.dll
*.exe
*.o
*.so


### Compressed Packages ###
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip


### Logs and Databases ###
*.log
*.sql
*.sqlite


### Linux ###
*~
.fuse_hidden*
.Trash-*
.nfs*


### MacOS ###
*.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Windows ###
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
1,529 changes: 0 additions & 1,529 deletions CHANGELOG.md

This file was deleted.

5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
source "https://rubygems.org"
gemspec

gem "jekyll", "~> 3.5"
gem "minimal-mistakes-jekyll"
gem "kramdown-parser-gfm"
59 changes: 26 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
PATH
remote: .
specs:
minimal-mistakes-jekyll (4.21.0)
jekyll (>= 3.7, < 5.0)
jekyll-feed (~> 0.1)
jekyll-gist (~> 1.5)
jekyll-include-cache (~> 0.1)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.3)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -26,32 +15,30 @@ GEM
ffi (1.13.1-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (4.1.1)
jekyll (3.9.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
Expand All @@ -61,41 +48,47 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.1)
listen (3.3.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mercenary (0.3.6)
minimal-mistakes-jekyll (4.21.0)
jekyll (>= 3.7, < 5.0)
jekyll-feed (~> 0.1)
jekyll-gist (~> 1.5)
jekyll-include-cache (~> 0.1)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.3)
multipart-post (2.1.1)
octokit (4.19.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rake (13.0.1)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
rouge (3.24.0)
ruby2_keywords (0.0.2)
safe_yaml (1.0.5)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)

PLATFORMS
x64-mingw32

DEPENDENCIES
bundler
minimal-mistakes-jekyll!
rake (>= 12.3.3)
jekyll (~> 3.5)
kramdown-parser-gfm
minimal-mistakes-jekyll

BUNDLED WITH
2.1.4
36 changes: 18 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,30 +93,30 @@ analytics:

# Site Author
author:
name : "Your Name"
name : "teamKW"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
bio : "광운대학교 학생들로 이루어진 teamKW입니다."
location : "Seoul, Korea"
email :
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:[email protected]"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/"
# - label: "Email"
# icon: "fas fa-fw fa-envelope-square"
# # url: "mailto:[email protected]"
# - label: "Website"
# icon: "fas fa-fw fa-link"
# # url: "https://your-website.com"
# - label: "Twitter"
# icon: "fab fa-fw fa-twitter-square"
# # url: "https://twitter.com/"
# - label: "Facebook"
# icon: "fab fa-fw fa-facebook-square"
# # url: "https://facebook.com/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/teamkw"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
# - label: "Instagram"
# icon: "fab fa-fw fa-instagram"
# # url: "https://instagram.com/"

# Site Footer
footer:
Expand Down
6 changes: 6 additions & 0 deletions _pages/about-us.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: archive
permalink: /about-us/
title: "Posts by About-Us"
author_profile: true
---
6 changes: 6 additions & 0 deletions _pages/pangbot.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: archive
permalink: /pangbot/
title: "Posts by Pangbot"
author_profile: true
---
6 changes: 6 additions & 0 deletions _pages/unibook.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: archive
permalink: /unibook/
title: "Posts by Unibook"
author_profile: true
---
6 changes: 6 additions & 0 deletions _pages/web-extension.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: archive
permalink: /web-extension/
title: "Posts by Web-Extension"
author_profile: true
---
Loading

0 comments on commit 3a2b62f

Please sign in to comment.