Edit me

The following wiki, pages and posts are tagged with

TitleTypeExcerpt
2021-03-15-week-11th.md post 03/15 (월) ~ 03/21 (일)
Vimrc-Category.md post 카테고리 2단계 (끝)
Web-Category.md post 카테고리 2단계 (끝)
Wiki-Setting-Category.md post 카테고리 1단계 (끝)
About Ruby, Gems, Bundler, and other prerequisites page Ruby is a programming language you must have on your computer in order to build Jekyll locally. Ruby has various gems (or plugins) that provide various funct...
Install Jekyll on Mac page Installation of Jekyll on Mac is usually less problematic than on Windows. However, you may run into permissions issues with Ruby that you must overcome. You...
Troubleshooting page This page lists common errors and the steps needed to troubleshoot them.
vim-folding.md post vimrc가 점점 커진다면 폴딩을 적용해보자.
vscode-configurations.md post vscode settings for theme and vim
wiki-inWindows.md post on using Jekyll on windows, with ruby
wiki-troubleshooting.md post 위키 운영하면서 생기는 문제 정리
  • sample of rebase -i exmaple
pick a082922 add _site folder
pick 0f8d5bb add folder name to page configuration
pick 197ad71 add bebop edition of bebop auto
pick a598c17 rever to when it worked and changed the config.yml

# Rebase b27e91c..a598c17 onto a598c17 (4 commands)
#
# Commands:
# p, pick <commit> = use commit
# r, reword <commit> = use commit, but edit the commit message
# e, edit <commit> = use commit, but stop for amending
# s, squash <commit> = use commit, but meld into previous commit
# f, fixup <commit> = like "squash", but discard this commit's log message
# x, exec <command> = run command (the rest of the line) using shell
# b, break = stop here (continue rebase later with 'git rebase --continue')
# d, drop <commit> = remove commit
# l, label <label> = label current HEAD with a name
# t, reset <label> = reset HEAD to a label
# m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]
# .       create a merge commit using the original merge commit's
# .       message (or the oneline, if no original merge commit was
# .       specified). Use -c <commit> to reword the commit message.
#
# These lines can be re-ordered; they are executed from top to bottom.
#
# If you remove a line here THAT COMMIT WILL BE LOST.
#
# However, if you remove everything, the rebase will be aborted.
#
# Note that empty commits are commented out