curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
Tested @vue/cli version is 4.4.6.
#!/bin/bash | |
# X11 quick window activation between web browser and editor. | |
# This script requires (http://www.semicomplete.com/projects/xdotool/) | |
# Toggling between web browser and editor, just put 'toggle_window.sh' into your keyboard shortcut. | |
# When you want to show up Development tool window, put 'toggle_window.sh devtool' into your keyboard shortcut. | |
# Improvements are welcome | |
# Public Domain, JoongSeob Vito Kim, 2015 | |
activate_name=$(xdotool getactivewindow) | |
browser_name="" |
<?xml version="1.0" encoding="UTF-8"?> | |
<style-scheme version="1.0" name="blueforest"> | |
<!-- | |
Based on BlueForest(https://github.com/sirthias/BlueForest) | |
Improvements are welcome | |
Public Domain, JoongSeob Vito Kim, 2014 | |
--> | |
<style name="Text" foreground="#F5F5F5" background="#141F2E"/> | |
<style name="Extra" foreground="#FFFAB1" background="#141F2E"/> | |
<style name="Selection" background="#375780"/> |
# Modified by JoongSeob Vito Kim (https://github.com/dorajistyle) on 2014-11-18. | |
# Created by Kendall Buchanan (https://github.com/kendagriff) on 2011-12-22. | |
# Use at your own risk. The end. | |
# | |
# Usage: | |
# (URL) | |
# ruby -r 'jekyll/jekyll-import/rss' -e "JekyllImport::BLOGGER_DOCPAD.process(:source => 'http://yourdomain.com/your-favorite-feed.xml')" | |
# | |
# (Local file) | |
# ruby -r 'jekyll/jekyll-import/rss' -e "JekyllImport::BLOGGER_DOCPAD.process(:source => './somefile/on/your/computer.xml')" |
<div id="index_category"></div> | |
<div id="index_main"></div> | |
<script src="http://codeorigin.jquery.com/jquery-1.10.2.min.js"></script> | |
<script type="text/javascript"> | |
// categories 변수에 원하는 label을 넣으세요. | |
// 부모 카테고리 : [자식 카테고리 0..n] | |
// The categories should contain category labels that you want to display in index page. | |
// parent_category : [child_categories 0..n] |
.fa-lg{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle;} | |
.nav [class^="fa-"],.nav [class*=" fa-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;}.nav [class^="fa-"].fa-lg,.nav [class*=" fa-"].fa-lg{vertical-align:-25%;} | |
.nav-pills [class^="fa-"].fa-lg,.nav-tabs [class^="fa-"].fa-lg,.nav-pills [class*=" fa-"].fa-lg,.nav-tabs [class*=" fa-"].fa-lg{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px;} | |
.btn [class^="fa-"].pull-left,.btn [class*=" fa-"].pull-left,.btn [class^="fa-"].pull-right,.btn [class*=" fa-"].pull-right{vertical-align:inherit;} | |
.btn [class^="fa-"].fa-lg,.btn [class*=" fa-"].fa-lg{margin-top:-0.5em;} | |
a [class^="fa-"],a [class*=" fa-"]{cursor:pointer;} | |
.fa-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} | |
.fa-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} | |
.fa-se |