parent
68c9a2260c
commit
e46b67ade6
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://h.cowbay.org/tags/firefox/</title><link rel="canonical" href="https://h.cowbay.org/tags/firefox/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://h.cowbay.org/tags/firefox/" /></head></html>
|
||||
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>https://h.cowbay.org/tags/metabase/</title><link rel="canonical" href="https://h.cowbay.org/tags/metabase/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://h.cowbay.org/tags/metabase/" /></head></html>
|
||||
@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
|
||||
categories: []
|
||||
tags: []
|
||||
author: ""
|
||||
|
||||
# Set your audio url for
|
||||
spotify: "" # (Spotify URI) spotify:track:43mGIUqxFoDQI4YiqbGmqd
|
||||
soundcloud: "" # https://soundcloud.com/lightbooks/alchemist-08-new-world-order-snip
|
||||
tunein: "" # t117894382
|
||||
mixcloud: "" # scienceforthepeople/445-ai-ant-intelligence
|
||||
---
|
||||
@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
|
||||
noSummary: false
|
||||
featuredImage: "https://h.cowbay.org/images/post-default-11.jpg"
|
||||
categories: []
|
||||
tags: []
|
||||
author: "Eric Chang"
|
||||
---
|
||||
|
||||
SOME Text here
|
||||
|
||||
Breaks here
|
||||
<!--more-->
|
||||
Contents continues...
|
||||
|
||||
@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
|
||||
imageSlider: true #set to false if you don't want to use the imageSlider but a featuredImage
|
||||
|
||||
categories: []
|
||||
tags: []
|
||||
author: ""
|
||||
---
|
||||
|
||||
gallery: [
|
||||
"https://example.org/images/gallery-image1.jpg",
|
||||
"https://example.org/images/gallery-image2.jpg",
|
||||
"https://example.org/images/gallery-image3.jpg"
|
||||
]
|
||||
|
||||
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
|
||||
categories: []
|
||||
tags: []
|
||||
|
||||
# Set your external url
|
||||
link: "https://github.com/Lednerb/bilberry-hugo-theme"
|
||||
---
|
||||
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
excludeFromTopNav: false
|
||||
|
||||
# set the link if you want to redirect the user.
|
||||
link: ""
|
||||
# set the html target parameter if you want to change default behavior
|
||||
target: "_blank"
|
||||
---
|
||||
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
|
||||
categories: []
|
||||
author: ""
|
||||
|
||||
# Set your video id for
|
||||
youtube: "" # https://www.youtube.com/watch?v=M7IjJiZUutk -> "M7IjJiZUutk"
|
||||
vimeo: "" # https://vimeo.com/239830182 -> "239830182"
|
||||
---
|
||||
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 45 KiB |
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Sammy93"
|
||||
date: 2018-11-05T07:46:53+08:00
|
||||
|
||||
imageSlider: false #set to false if you don't want to use the imageSlider but a featuredImage
|
||||
|
||||
categories: [PS]
|
||||
tags: ['ps','短今']
|
||||
author: "Eric Chang"
|
||||
---
|
||||

|
||||

|
||||
@ -0,0 +1,73 @@
|
||||
---
|
||||
title: "Nice Du Report Tool Durep"
|
||||
date: 2018-11-06T15:24:29+08:00
|
||||
|
||||
noSummary: false
|
||||
featuredImage: "https://h.cowbay.org/images/post-default-9.jpg"
|
||||
categories: ['筆記']
|
||||
tags: ['linux','du']
|
||||
author: "Eric Chang"
|
||||
---
|
||||
最近在重新規劃前人留下的backup爛攤子
|
||||
各個伺服器統一備份到一台backup storage
|
||||
想說如果每天能夠看到backup storage的磁碟用量的話
|
||||
就可以抓出備份空間成長速度、推估需要多大的磁碟空間
|
||||
找了一些工具,結果發現 durep 這個 ubuntu 內建的工具
|
||||
基本上可以滿足我的需求
|
||||
|
||||
<!--more-->
|
||||
我的需求其實很簡單
|
||||
|
||||
1. 可以指定目錄"深度"
|
||||
2. 可以用圖表的方式顯示目前用量
|
||||
3. 每天寄出報表
|
||||
|
||||
來看一下 durep 執行的狀況
|
||||
**如果只指定一層,那就是顯示該目錄底下的使用狀況**
|
||||
|
||||
```
|
||||
2018-10-29 15:50:21 [minion@tps006 ~]$ sudo durep -td 1 -sd /file
|
||||
[ /file 259.0G (0 files, 3 dirs) ]
|
||||
259.0G [############################# ] 100.00% Oct 25 2017 team/
|
||||
1.7M [ ] 0.00% Oct 23 14:04 html/
|
||||
741.1K [ ] 0.00% Jul 11 2016 team_commons/
|
||||
2018-10-29 15:50:26 [minion@tps006 ~]$ sudo durep -td 1 -sd /file
|
||||
```
|
||||
如果指定兩層
|
||||
就顯示包含下一層目錄的磁碟使用量 *好像廢話*
|
||||
|
||||
|
||||
```
|
||||
2018-10-29 16:14:23 [mini@s006 ~]$ sudo durep -td 2 -sd /file
|
||||
[ /file 259.0G (0 files, 3 dirs) ]
|
||||
259.0G [############################# ] 100.00% Oct 25 2017 team/
|
||||
259.0G [##############################] 100.00% Oct 3 15:08 tp/
|
||||
0b [ ] 0.00% Jul 11 2016 temporary/
|
||||
1.7M [ ] 0.00% Oct 23 14:04 html/
|
||||
748.5K [############ ] 43.04% Jun 22 2016 font-awesome/
|
||||
282.2K [#### ] 16.23% Jun 22 2016 css/
|
||||
241.0K [#### ] 13.86% Jun 22 2016 js/
|
||||
222.9K [### ] 12.82% Jun 22 2016 img/
|
||||
210.7K [### ] 12.11% Jun 22 2016 fonts/
|
||||
18.6K [ ] 1.07% Oct 23 14:04 index.html
|
||||
8.5K [ ] 0.49% Jun 22 2016 less/
|
||||
2.2K [ ] 0.12% Jun 22 2016 Gruntfile.js
|
||||
1.7K [ ] 0.10% Jun 22 2016 README.md
|
||||
1.2K [ ] 0.07% Jun 22 2016 mail/
|
||||
1.1K [ ] 0.06% Jun 22 2016 LICENSE
|
||||
652b [ ] 0.04% Jun 22 2016 package.json
|
||||
12b [ ] 0.00% Jun 22 2016 .gitignore
|
||||
741.1K [ ] 0.00% Jul 11 2016 team_commons/
|
||||
709.6K [############################ ] 95.75% Oct 23 14:05 tp/
|
||||
31.5K [# ] 4.25% Oct 23 14:05 temporary/
|
||||
2018-10-29 16:14:36 [mini@s006 ~]$
|
||||
```
|
||||
|
||||
搭配mail 使用,有點可惜的是在郵件內顯示,格式稍微有點跑掉
|
||||
不過至少需要看到的目錄總使用量(左上角),還有各個子目錄的用量都可以清楚的看到
|
||||
如果能夠有縮排就更好了!
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,393 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Lednerb">
|
||||
<meta name="description" content="Bilberry Premium Theme for Hugo.">
|
||||
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
|
||||
<meta name="generator" content="Hugo 0.50" />
|
||||
<title> Name of the work 1 | My cool new Blog</title>
|
||||
<meta name="description" content="Name of the work 1 - Bilberry Premium Theme for Hugo.">
|
||||
<meta itemprop="name" content="Name of the work 1">
|
||||
<meta itemprop="description" content="Name of the work 1 - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:title" content="Name of the work 1">
|
||||
<meta property="og:description" content="Name of the work 1 - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
|
||||
<meta property="og:url" content="https://h.cowbay.org/article/1/">
|
||||
<meta property="og:site_name" content="My cool new Blog">
|
||||
<meta property="og:type" content="article">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="bilberry-hugo-theme">
|
||||
|
||||
<nav>
|
||||
|
||||
<div class="container">
|
||||
<ul class="topnav">
|
||||
|
||||
|
||||
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<div id="search-box" class="search">
|
||||
<i class="fa fa-search"></i>
|
||||
<input id="search" type="text" placeholder="Search ...">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<a href="/" class="logo">
|
||||
|
||||
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
|
||||
|
||||
|
||||
<span class="overlay"><i class="fa fa-home"></i></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="titles">
|
||||
<h3 class="title"><a href="/">My cool new Blog</a></h3>
|
||||
|
||||
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="languages">
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggler">
|
||||
|
||||
<i class="fa fa-bars" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="main container">
|
||||
|
||||
|
||||
<div class="article-wrapper u-cf single">
|
||||
|
||||
<a class="bubble" href="/article/1/">
|
||||
<i class="fa fa-fw fa-pencil"></i>
|
||||
</a>
|
||||
|
||||
<article class="default article">
|
||||
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="/article/1/">Name of the work 1</a></h3>
|
||||
<div class="meta">
|
||||
|
||||
|
||||
<span class="date moment">2016-11-05</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<p>Section1</p>
|
||||
|
||||
<p>
|
||||
Section2</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer no-tags">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
};
|
||||
(function() {
|
||||
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
|
||||
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
|
||||
return;
|
||||
}
|
||||
var d = document, s = d.createElement('script'); s.async = true;
|
||||
s.src = '//' + "bilberry-hugo-theme" + '.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div class="recent-posts">
|
||||
<strong>Latest posts</strong>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/syntax-test/">Syntax Test</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/study-url/">Study URL</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="categories">
|
||||
<a href="/categories/"><strong>Categories</strong></a>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/starting">Starting (5)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/blog">Blog (4)</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="right">
|
||||
|
||||
<div class="external-profiles">
|
||||
<strong>Social media</strong>
|
||||
|
||||
|
||||
|
||||
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="languages">
|
||||
<strong>Other languages</strong>
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<div class="credits">
|
||||
<div class="container">
|
||||
<div class="copyright">
|
||||
<a href="https://github.com/Lednerb" target="_blank">
|
||||
©
|
||||
|
||||
2017
|
||||
|
||||
by Lednerb
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="author">
|
||||
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR+EOJB6uKUez/iGAnFcg=="></script>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
|
||||
|
||||
<script>
|
||||
$(".moment").each(function() {
|
||||
$(this).text(
|
||||
moment( $(this).text() )
|
||||
.locale( "en" )
|
||||
.format('LL')
|
||||
);
|
||||
});
|
||||
|
||||
$(".footnote-return sup").html("");
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
|
||||
var index = client.initIndex("default-content");
|
||||
|
||||
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
|
||||
[
|
||||
{
|
||||
|
||||
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
|
||||
|
||||
displayKey: function(suggestion) {
|
||||
return suggestion.title || suggestion.author
|
||||
},
|
||||
templates: {
|
||||
suggestion: function(suggestion) {
|
||||
return "<span class='entry " + suggestion.type + "'>"
|
||||
+ "<span class='title'>" + suggestion.title + "</span>"
|
||||
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
|
||||
+ "</span>"
|
||||
;
|
||||
},
|
||||
empty: function() {
|
||||
return "<span class='empty'>Nothing found.</span>"
|
||||
},
|
||||
footer: function() {
|
||||
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
|
||||
}
|
||||
|
||||
},
|
||||
}
|
||||
])
|
||||
.on('autocomplete:selected', function(event, suggestion, dataset) {
|
||||
window.location = (suggestion.url);
|
||||
})
|
||||
.keypress(function (event, suggestion) {
|
||||
if (event.which == 13) {
|
||||
window.location = (suggestion.url);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,407 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Lednerb">
|
||||
<meta name="description" content="Bilberry Premium Theme for Hugo.">
|
||||
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
|
||||
<meta name="generator" content="Hugo 0.50" />
|
||||
<title> [測試]同步多個Wordpress | My cool new Blog</title>
|
||||
<meta name="description" content="[測試]同步多個Wordpress - Bilberry Premium Theme for Hugo.">
|
||||
<meta itemprop="name" content="[測試]同步多個Wordpress">
|
||||
<meta itemprop="description" content="[測試]同步多個Wordpress - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:title" content="[測試]同步多個Wordpress">
|
||||
<meta property="og:description" content="[測試]同步多個Wordpress - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
|
||||
<meta property="og:url" content="https://h.cowbay.org/article/321123/">
|
||||
<meta property="og:site_name" content="My cool new Blog">
|
||||
<meta property="og:type" content="article">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="bilberry-hugo-theme">
|
||||
|
||||
<nav>
|
||||
|
||||
<div class="container">
|
||||
<ul class="topnav">
|
||||
|
||||
|
||||
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<div id="search-box" class="search">
|
||||
<i class="fa fa-search"></i>
|
||||
<input id="search" type="text" placeholder="Search ...">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<a href="/" class="logo">
|
||||
|
||||
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
|
||||
|
||||
|
||||
<span class="overlay"><i class="fa fa-home"></i></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="titles">
|
||||
<h3 class="title"><a href="/">My cool new Blog</a></h3>
|
||||
|
||||
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="languages">
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggler">
|
||||
|
||||
<i class="fa fa-bars" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="main container">
|
||||
|
||||
|
||||
<div class="article-wrapper u-cf single">
|
||||
|
||||
<a class="bubble" href="/article/321123/">
|
||||
<i class="fa fa-fw fa-pencil"></i>
|
||||
</a>
|
||||
|
||||
<article class="default article">
|
||||
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="/article/321123/">[測試]同步多個Wordpress</a></h3>
|
||||
<div class="meta">
|
||||
|
||||
|
||||
<span class="date moment">2015-01-10</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="categories">
|
||||
|
||||
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類</a>
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<p>在GCE上搞了一個測試用的 Wordpress</p>
|
||||
|
||||
<p>想說來玩玩看多個WP同步</p>
|
||||
|
||||
<p>下載了 WP2WP 的plugin ,設定很簡單</p>
|
||||
|
||||
<p>底下試試看能不能同步圖片等等</p>
|
||||
|
||||
<p><a href="http://www.cowbay.org/wp-content/uploads/2014/02/yoyo.jpg"><img src="http://www.cowbay.org/wp-content/uploads/2014/02/yoyo.jpg" alt="瑤瑤" /></a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer no-tags">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
};
|
||||
(function() {
|
||||
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
|
||||
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
|
||||
return;
|
||||
}
|
||||
var d = document, s = d.createElement('script'); s.async = true;
|
||||
s.src = '//' + "bilberry-hugo-theme" + '.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div class="recent-posts">
|
||||
<strong>Latest posts</strong>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/syntax-test/">Syntax Test</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/study-url/">Study URL</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="categories">
|
||||
<a href="/categories/"><strong>Categories</strong></a>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/starting">Starting (5)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/blog">Blog (4)</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="right">
|
||||
|
||||
<div class="external-profiles">
|
||||
<strong>Social media</strong>
|
||||
|
||||
|
||||
|
||||
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="languages">
|
||||
<strong>Other languages</strong>
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<div class="credits">
|
||||
<div class="container">
|
||||
<div class="copyright">
|
||||
<a href="https://github.com/Lednerb" target="_blank">
|
||||
©
|
||||
|
||||
2017
|
||||
|
||||
by Lednerb
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="author">
|
||||
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR+EOJB6uKUez/iGAnFcg=="></script>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
|
||||
|
||||
<script>
|
||||
$(".moment").each(function() {
|
||||
$(this).text(
|
||||
moment( $(this).text() )
|
||||
.locale( "en" )
|
||||
.format('LL')
|
||||
);
|
||||
});
|
||||
|
||||
$(".footnote-return sup").html("");
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
|
||||
var index = client.initIndex("default-content");
|
||||
|
||||
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
|
||||
[
|
||||
{
|
||||
|
||||
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
|
||||
|
||||
displayKey: function(suggestion) {
|
||||
return suggestion.title || suggestion.author
|
||||
},
|
||||
templates: {
|
||||
suggestion: function(suggestion) {
|
||||
return "<span class='entry " + suggestion.type + "'>"
|
||||
+ "<span class='title'>" + suggestion.title + "</span>"
|
||||
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
|
||||
+ "</span>"
|
||||
;
|
||||
},
|
||||
empty: function() {
|
||||
return "<span class='empty'>Nothing found.</span>"
|
||||
},
|
||||
footer: function() {
|
||||
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
|
||||
}
|
||||
|
||||
},
|
||||
}
|
||||
])
|
||||
.on('autocomplete:selected', function(event, suggestion, dataset) {
|
||||
window.location = (suggestion.url);
|
||||
})
|
||||
.keypress(function (event, suggestion) {
|
||||
if (event.which == 13) {
|
||||
window.location = (suggestion.url);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,442 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Lednerb">
|
||||
<meta name="description" content="Bilberry Premium Theme for Hugo.">
|
||||
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
|
||||
<meta name="generator" content="Hugo 0.50" />
|
||||
<title> 依稀-安靜聽完這一首 | My cool new Blog</title>
|
||||
<meta name="description" content="依稀-安靜聽完這一首 - Bilberry Premium Theme for Hugo.">
|
||||
<meta itemprop="name" content="依稀-安靜聽完這一首">
|
||||
<meta itemprop="description" content="依稀-安靜聽完這一首 - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:title" content="依稀-安靜聽完這一首">
|
||||
<meta property="og:description" content="依稀-安靜聽完這一首 - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
|
||||
<meta property="og:url" content="https://h.cowbay.org/article/e4-be-9d-e7-a8-80-e5-ae-89-e9-9d-9c-e8-81-bd-e5-ae-8c-e9-80-99-e4-b8-80-e9-a6-96/">
|
||||
<meta property="og:site_name" content="My cool new Blog">
|
||||
<meta property="og:type" content="article">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="bilberry-hugo-theme">
|
||||
|
||||
<nav>
|
||||
|
||||
<div class="container">
|
||||
<ul class="topnav">
|
||||
|
||||
|
||||
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<div id="search-box" class="search">
|
||||
<i class="fa fa-search"></i>
|
||||
<input id="search" type="text" placeholder="Search ...">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<a href="/" class="logo">
|
||||
|
||||
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
|
||||
|
||||
|
||||
<span class="overlay"><i class="fa fa-home"></i></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="titles">
|
||||
<h3 class="title"><a href="/">My cool new Blog</a></h3>
|
||||
|
||||
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="languages">
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggler">
|
||||
|
||||
<i class="fa fa-bars" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="main container">
|
||||
|
||||
|
||||
<div class="article-wrapper u-cf single">
|
||||
|
||||
<a class="bubble" href="/article/e4-be-9d-e7-a8-80-e5-ae-89-e9-9d-9c-e8-81-bd-e5-ae-8c-e9-80-99-e4-b8-80-e9-a6-96/">
|
||||
<i class="fa fa-fw fa-pencil"></i>
|
||||
</a>
|
||||
|
||||
<article class="default article">
|
||||
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="/article/e4-be-9d-e7-a8-80-e5-ae-89-e9-9d-9c-e8-81-bd-e5-ae-8c-e9-80-99-e4-b8-80-e9-a6-96/">依稀-安靜聽完這一首</a></h3>
|
||||
<div class="meta">
|
||||
|
||||
|
||||
<span class="date moment">2013-07-29</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="categories">
|
||||
|
||||
<a href="/categories/%E5%85%B6%E4%BB%96">其他</a>
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<p>他说过就算分手 也要做朋友
|
||||
他笑的时候光芒都将我刺透
|
||||
回想那甜蜜的温馨的每一刻
|
||||
流着泪也要你快乐
|
||||
祝福的话 我要怎么备注
|
||||
把想他的话 一句句变音符
|
||||
收拾好情绪 避免 渐渐麻木
|
||||
忘记他已经 有了归属
|
||||
要看开一点 微笑却没余地
|
||||
没有他在 学不会收拾那情绪
|
||||
是他不懂珍惜 还是我太任性
|
||||
时间会将 这一切治愈
|
||||
可我还是不习惯 没有他的温柔
|
||||
拿着相片情不自禁发呆 我想我还爱
|
||||
他说过就算分手 也要做朋友
|
||||
他笑的时候 光芒都将我刺透
|
||||
回想那甜蜜的 温馨的每一刻
|
||||
流着泪 也要你快乐
|
||||
他说过他会爱我 一直到永久
|
||||
他说了太多 分手要给我自由
|
||||
既然无法承受 也别再多找借口
|
||||
就安静 听完这一首
|
||||
要看开一点 微笑却没余地
|
||||
没有他在 学不会收拾那情绪
|
||||
是他不懂珍惜 还是我太任性
|
||||
时间会将 这一切治愈
|
||||
可我还是不习惯 没有他的温柔
|
||||
拿着相片情不自禁发呆 我想我还爱
|
||||
他说过就算分手 也要做朋友
|
||||
他笑的时候 光芒都将我刺透
|
||||
回想那甜蜜的 温馨的每一刻
|
||||
流着泪 也要你快乐
|
||||
他说过他会爱我 一直到永久
|
||||
他说了太多 分手要给我自由
|
||||
既然无法承受 也别再多找借口
|
||||
就安静 听完这一首
|
||||
他说过就算分手 也要做朋友
|
||||
他笑的时候 光芒都将我刺透
|
||||
回想那甜蜜的 温馨的每一刻
|
||||
流着泪 也要你快乐
|
||||
他说过他会爱我 一直到永久
|
||||
他说了太多 分手要给我自由
|
||||
既然无法承受 也别再多找借口
|
||||
就安静 听完这一首</p>
|
||||
|
||||
<p><a href="http://www.youtube.com/watch?v=ZXL1_oP4sCQ">http://www.youtube.com/watch?v=ZXL1_oP4sCQ</a></p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer no-tags">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
};
|
||||
(function() {
|
||||
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
|
||||
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
|
||||
return;
|
||||
}
|
||||
var d = document, s = d.createElement('script'); s.async = true;
|
||||
s.src = '//' + "bilberry-hugo-theme" + '.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div class="recent-posts">
|
||||
<strong>Latest posts</strong>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/syntax-test/">Syntax Test</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/study-url/">Study URL</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="categories">
|
||||
<a href="/categories/"><strong>Categories</strong></a>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/starting">Starting (5)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/blog">Blog (4)</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="right">
|
||||
|
||||
<div class="external-profiles">
|
||||
<strong>Social media</strong>
|
||||
|
||||
|
||||
|
||||
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="languages">
|
||||
<strong>Other languages</strong>
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<div class="credits">
|
||||
<div class="container">
|
||||
<div class="copyright">
|
||||
<a href="https://github.com/Lednerb" target="_blank">
|
||||
©
|
||||
|
||||
2017
|
||||
|
||||
by Lednerb
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="author">
|
||||
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR+EOJB6uKUez/iGAnFcg=="></script>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
|
||||
|
||||
<script>
|
||||
$(".moment").each(function() {
|
||||
$(this).text(
|
||||
moment( $(this).text() )
|
||||
.locale( "en" )
|
||||
.format('LL')
|
||||
);
|
||||
});
|
||||
|
||||
$(".footnote-return sup").html("");
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
|
||||
var index = client.initIndex("default-content");
|
||||
|
||||
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
|
||||
[
|
||||
{
|
||||
|
||||
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
|
||||
|
||||
displayKey: function(suggestion) {
|
||||
return suggestion.title || suggestion.author
|
||||
},
|
||||
templates: {
|
||||
suggestion: function(suggestion) {
|
||||
return "<span class='entry " + suggestion.type + "'>"
|
||||
+ "<span class='title'>" + suggestion.title + "</span>"
|
||||
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
|
||||
+ "</span>"
|
||||
;
|
||||
},
|
||||
empty: function() {
|
||||
return "<span class='empty'>Nothing found.</span>"
|
||||
},
|
||||
footer: function() {
|
||||
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
|
||||
}
|
||||
|
||||
},
|
||||
}
|
||||
])
|
||||
.on('autocomplete:selected', function(event, suggestion, dataset) {
|
||||
window.location = (suggestion.url);
|
||||
})
|
||||
.keypress(function (event, suggestion) {
|
||||
if (event.which == 13) {
|
||||
window.location = (suggestion.url);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,447 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Lednerb">
|
||||
<meta name="description" content="Bilberry Premium Theme for Hugo.">
|
||||
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
|
||||
<meta name="generator" content="Hugo 0.50" />
|
||||
<title> [剪報] 到站就出不去 上班族氣:叫主管出來罰站 | My cool new Blog</title>
|
||||
<meta name="description" content="[剪報] 到站就出不去 上班族氣:叫主管出來罰站 - Bilberry Premium Theme for Hugo.">
|
||||
<meta itemprop="name" content="[剪報] 到站就出不去 上班族氣:叫主管出來罰站 ">
|
||||
<meta itemprop="description" content="[剪報] 到站就出不去 上班族氣:叫主管出來罰站 - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:title" content="[剪報] 到站就出不去 上班族氣:叫主管出來罰站 ">
|
||||
<meta property="og:description" content="[剪報] 到站就出不去 上班族氣:叫主管出來罰站 - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
|
||||
<meta property="og:url" content="https://h.cowbay.org/article/e5-89-aa-e5-a0-b1-e5-88-b0-e7-ab-99-e5-b0-b1-e5-87-ba-e4-b8-8d-e5-8e-bb-e4-b8-8a-e7-8f-ad-e6-97-8f-e6-b0-a3-ef-bc-9a-e5-8f-ab-e4-b8-bb-e7-ae-a1-e5-87-ba-e4-be-86-e7-bd-b0-e7-ab-99/">
|
||||
<meta property="og:site_name" content="My cool new Blog">
|
||||
<meta property="og:type" content="article">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="bilberry-hugo-theme">
|
||||
|
||||
<nav>
|
||||
|
||||
<div class="container">
|
||||
<ul class="topnav">
|
||||
|
||||
|
||||
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<div id="search-box" class="search">
|
||||
<i class="fa fa-search"></i>
|
||||
<input id="search" type="text" placeholder="Search ...">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<a href="/" class="logo">
|
||||
|
||||
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
|
||||
|
||||
|
||||
<span class="overlay"><i class="fa fa-home"></i></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="titles">
|
||||
<h3 class="title"><a href="/">My cool new Blog</a></h3>
|
||||
|
||||
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="languages">
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggler">
|
||||
|
||||
<i class="fa fa-bars" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="main container">
|
||||
|
||||
|
||||
<div class="article-wrapper u-cf single">
|
||||
|
||||
<a class="bubble" href="/article/e5-89-aa-e5-a0-b1-e5-88-b0-e7-ab-99-e5-b0-b1-e5-87-ba-e4-b8-8d-e5-8e-bb-e4-b8-8a-e7-8f-ad-e6-97-8f-e6-b0-a3-ef-bc-9a-e5-8f-ab-e4-b8-bb-e7-ae-a1-e5-87-ba-e4-be-86-e7-bd-b0-e7-ab-99/">
|
||||
<i class="fa fa-fw fa-pencil"></i>
|
||||
</a>
|
||||
|
||||
<article class="default article">
|
||||
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="/article/e5-89-aa-e5-a0-b1-e5-88-b0-e7-ab-99-e5-b0-b1-e5-87-ba-e4-b8-8d-e5-8e-bb-e4-b8-8a-e7-8f-ad-e6-97-8f-e6-b0-a3-ef-bc-9a-e5-8f-ab-e4-b8-bb-e7-ae-a1-e5-87-ba-e4-be-86-e7-bd-b0-e7-ab-99/">[剪報] 到站就出不去 上班族氣:叫主管出來罰站 </a></h3>
|
||||
<div class="meta">
|
||||
|
||||
|
||||
<span class="date moment">2013-04-26</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="categories">
|
||||
|
||||
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報</a>
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<p>最後不知道是台鐵先到還是高鐵先到??
|
||||
<table style="width: 100%;" border="0" cellspacing="3" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="76%">
|
||||
<div id="story_title">到站就出不去 上班族氣:叫主管出來罰站</div></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table style="width: 100%;" border="0" cellspacing="3" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="130%"><img src="http://udn.com/2010/images/linedot.gif" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="75%">
|
||||
<div id="story_author">【聯合報╱記者<a href="http://blog.udn.com/hsinchu">李奕昕<img src="http://udn.com/1024/BLOG/blog.gif" alt="" /></a>、<a href="http://blog.udn.com/tainanshen">周宗禎<img src="http://udn.com/1024/BLOG/blog.gif" alt="" /></a>、<a href="http://blog.udn.com/hsinchu">羅緗綸<img src="http://udn.com/1024/BLOG/blog.gif" alt="" /></a>、梁雅雯/連線報導】</div></td>
|
||||
<td width="25%">
|
||||
<div id="story_update" align="right">2013.04.26 03:06 am</div></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div>
|
||||
<div id="story">高鐵昨停擺四小時,正值尖峰通勤時間,上班族趕不上開會、病人跟醫師約診「放鴿子」,有旅客「叫主管出來罰站!」怒火聲中,也有旅客很淡定,美籍工程師大衛就說:「搭過紐約地鐵就不會抱怨!」高鐵停擺,通勤族到站發現列車不開,焦急如熱鍋螞蟻,直說「慘了,會被客戶罵死!」</p>
|
||||
|
||||
<p><span style="font-size: 16px; color: #ff0000;">日用品公司業務員何餘芳跟客戶約在台北談合約,眼見高鐵始終沒有告知明確發車時間,忍不住埋怨,「就算遲到,禮貌上也要說明到達時間,但完全估算不出來!」結果同事搭自強號,他等高鐵,「看誰先到台北。」</span></p>
|
||||
|
||||
<p>網路公司林姓工程師十點要到高雄開會,「人家董事長、總經理已經坐在會議室,我回去怎麼向老闆交代?」一名從台南到台中的乘客,得知只能退回與對號座的差價廿五元,痛罵「叫主管罰站四小時,我給他廿五元!」</p>
|
||||
|
||||
<p>站務人員說,除了颱風或地震,從沒遇過如此大規模停駛,考驗危機處理能力,被旅客罵到灰頭土臉,只能摸摸鼻子檢討,「難得的震撼教育!」</p>
|
||||
|
||||
<p>眾人一片罵聲中,紐約美籍工程師大衛說,多次搭高鐵第一次誤點,他在美國老家搭地鐵曾受困數小時,連大哥大都不通,要抱怨還不知該找誰。</p>
|
||||
|
||||
<p>加拿大媳婦瑪莉安家人原本約了攝影師,要在台北為她與新生兒拍紀念照,等了兩個多小時仍等不到車,最後被迫放棄行程,不會說中文的瑪莉安笑說,「就改天吧,沒關係啦!」</p>
|
||||
|
||||
<p>「我們遠足,很好啊!」新竹縣五峰鄉花園國小和竹林分校四十九名師生畢業旅行,師生清晨六點卅從山區出發,到中午才上車,參訪高雄橋頭糖廠行程取消,師生利用等車時間,前往新竹新瓦屋文化保存區遊覽。</p>
|
||||
|
||||
<p></div>
|
||||
【2013/04/26 聯合報】<a href="http://udn.com/">@ </a><a href="http://udn.com/">http://udn.com/</a>
|
||||
<div>
|
||||
全文網址: <a href="http://udn.com/NEWS/NATIONAL/NATS2/%E5%88%B0%E7%AB%99%E5%B0%B1%E5%87%BA%E4%B8%8D%E5%8E%BB%20%E4%B8%8A%E7%8F%AD%E6%97%8F%E6%B0%A3%EF%BC%9A%E5%8F%AB%E4%B8%BB%E7%AE%A1%E5%87%BA%E4%BE%86%E7%BD%B0%E7%AB%99-7857117.shtml#ixzz2RWevNau0">到站就出不去 上班族氣:叫主管出來罰站 | 高鐵首次大停駛 | 國內要聞 | 聯合新聞網</a>
|
||||
Power By udn.com</div>
|
||||
</div></p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer no-tags">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
};
|
||||
(function() {
|
||||
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
|
||||
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
|
||||
return;
|
||||
}
|
||||
var d = document, s = d.createElement('script'); s.async = true;
|
||||
s.src = '//' + "bilberry-hugo-theme" + '.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div class="recent-posts">
|
||||
<strong>Latest posts</strong>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/syntax-test/">Syntax Test</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/study-url/">Study URL</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="categories">
|
||||
<a href="/categories/"><strong>Categories</strong></a>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/starting">Starting (5)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/blog">Blog (4)</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="right">
|
||||
|
||||
<div class="external-profiles">
|
||||
<strong>Social media</strong>
|
||||
|
||||
|
||||
|
||||
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="languages">
|
||||
<strong>Other languages</strong>
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<div class="credits">
|
||||
<div class="container">
|
||||
<div class="copyright">
|
||||
<a href="https://github.com/Lednerb" target="_blank">
|
||||
©
|
||||
|
||||
2017
|
||||
|
||||
by Lednerb
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="author">
|
||||
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR+EOJB6uKUez/iGAnFcg=="></script>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
|
||||
|
||||
<script>
|
||||
$(".moment").each(function() {
|
||||
$(this).text(
|
||||
moment( $(this).text() )
|
||||
.locale( "en" )
|
||||
.format('LL')
|
||||
);
|
||||
});
|
||||
|
||||
$(".footnote-return sup").html("");
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
|
||||
var index = client.initIndex("default-content");
|
||||
|
||||
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
|
||||
[
|
||||
{
|
||||
|
||||
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
|
||||
|
||||
displayKey: function(suggestion) {
|
||||
return suggestion.title || suggestion.author
|
||||
},
|
||||
templates: {
|
||||
suggestion: function(suggestion) {
|
||||
return "<span class='entry " + suggestion.type + "'>"
|
||||
+ "<span class='title'>" + suggestion.title + "</span>"
|
||||
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
|
||||
+ "</span>"
|
||||
;
|
||||
},
|
||||
empty: function() {
|
||||
return "<span class='empty'>Nothing found.</span>"
|
||||
},
|
||||
footer: function() {
|
||||
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
|
||||
}
|
||||
|
||||
},
|
||||
}
|
||||
])
|
||||
.on('autocomplete:selected', function(event, suggestion, dataset) {
|
||||
window.location = (suggestion.url);
|
||||
})
|
||||
.keypress(function (event, suggestion) {
|
||||
if (event.which == 13) {
|
||||
window.location = (suggestion.url);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,421 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Lednerb">
|
||||
<meta name="description" content="Bilberry Premium Theme for Hugo.">
|
||||
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
|
||||
<meta name="generator" content="Hugo 0.50" />
|
||||
<title> [剪報] 志工送餐 扁嗑光鼎泰豐小籠包 | My cool new Blog</title>
|
||||
<meta name="description" content="[剪報] 志工送餐 扁嗑光鼎泰豐小籠包 - Bilberry Premium Theme for Hugo.">
|
||||
<meta itemprop="name" content="[剪報] 志工送餐 扁嗑光鼎泰豐小籠包">
|
||||
<meta itemprop="description" content="[剪報] 志工送餐 扁嗑光鼎泰豐小籠包 - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:title" content="[剪報] 志工送餐 扁嗑光鼎泰豐小籠包">
|
||||
<meta property="og:description" content="[剪報] 志工送餐 扁嗑光鼎泰豐小籠包 - Bilberry Premium Theme for Hugo.">
|
||||
<meta property="og:image" content="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?size=200">
|
||||
<meta property="og:url" content="https://h.cowbay.org/article/e5-89-aa-e5-a0-b1-e5-bf-97-e5-b7-a5-e9-80-81-e9-a4-90-e6-89-81-e5-97-91-e5-85-89-e9-bc-8e-e6-b3-b0-e8-b1-90-e5-b0-8f-e7-b1-a0-e5-8c-85/">
|
||||
<meta property="og:site_name" content="My cool new Blog">
|
||||
<meta property="og:type" content="article">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="bilberry-hugo-theme">
|
||||
|
||||
<nav>
|
||||
|
||||
<div class="container">
|
||||
<ul class="topnav">
|
||||
|
||||
|
||||
<li><a href="/page/about-bilberry/">About Bilberry</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Github</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<div id="search-box" class="search">
|
||||
<i class="fa fa-search"></i>
|
||||
<input id="search" type="text" placeholder="Search ...">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<a href="/" class="logo">
|
||||
|
||||
<img src="https://www.gravatar.com/avatar/88188b6cc451928eba90e8400bc68086?d=mm&size=200" alt="">
|
||||
|
||||
|
||||
<span class="overlay"><i class="fa fa-home"></i></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="titles">
|
||||
<h3 class="title"><a href="/">My cool new Blog</a></h3>
|
||||
|
||||
<span class="subtitle">Hello World! This is the most epic subtitle ever.</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="languages">
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggler">
|
||||
|
||||
<i class="fa fa-bars" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="main container">
|
||||
|
||||
|
||||
<div class="article-wrapper u-cf single">
|
||||
|
||||
<a class="bubble" href="/article/e5-89-aa-e5-a0-b1-e5-bf-97-e5-b7-a5-e9-80-81-e9-a4-90-e6-89-81-e5-97-91-e5-85-89-e9-bc-8e-e6-b3-b0-e8-b1-90-e5-b0-8f-e7-b1-a0-e5-8c-85/">
|
||||
<i class="fa fa-fw fa-pencil"></i>
|
||||
</a>
|
||||
|
||||
<article class="default article">
|
||||
|
||||
|
||||
<div class="content">
|
||||
<h3><a href="/article/e5-89-aa-e5-a0-b1-e5-bf-97-e5-b7-a5-e9-80-81-e9-a4-90-e6-89-81-e5-97-91-e5-85-89-e9-bc-8e-e6-b3-b0-e8-b1-90-e5-b0-8f-e7-b1-a0-e5-8c-85/">[剪報] 志工送餐 扁嗑光鼎泰豐小籠包</a></h3>
|
||||
<div class="meta">
|
||||
|
||||
|
||||
<span class="date moment">2013-04-22</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="categories">
|
||||
|
||||
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報</a>
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<p>坐牢的人,住得比我大間,吃得比我好上不知道多少,馬的,我真該好好檢討檢討!
|
||||
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="75%">
|
||||
<div id="story_author">【聯合報╱記者<a href="http://blog.udn.com/taichungnews">趙容萱<img src="http://udn.com/1024/BLOG/blog.gif" alt="" /></a>、<a href="http://blog.udn.com/taichungshen">游振昇<img src="http://udn.com/1024/BLOG/blog.gif" alt="" /></a>/台中報導】</div></td>
|
||||
<td width="25%">
|
||||
<div id="story_update" align="right">2013.04.22 04:30 am</div></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div>
|
||||
前總統陳水扁移監台中監獄培德醫院第三天,<span style="color: #ff0000; font-size: 18px;">扁仍拒吃獄中伙食,三餐都吃光支持者送來的食物,昨天午餐吃牛肉炒麵、牛肉湯,晚餐有鼎泰豐小籠包、雞湯等,阿扁胃口不錯,都吃光了。</span>挺扁團體台灣志工隊成員林一方及鄭羽秀連續三天送餐,她說,很多支持者希望送食物給阿扁,拜託志工隊代轉,但志工隊知道阿扁個性,扁不接受不熟悉者送來的食物,因此婉拒支持者好意,由志工隊負責採買、送餐。</p>
|
||||
|
||||
<p>林一方說,他和鄭羽秀都是和阿扁熟識十多年的好朋友,阿扁的伙食一向由扁辦統籌,負責平日的送餐,台灣志工隊則負責假日送餐,阿扁移監台中,剛到一個新環境,不信任獄方提供的食物,昨天他和鄭羽秀來送餐,就是要讓阿扁放心、心情也會好一點。</p>
|
||||
|
||||
<p>台中監獄副典獄長陳金峰說,送進監獄給扁的食物,和其他受刑人一樣,都須經過嚴格檢查,雞、鴨、魚、肉須煮熟後切開,豬需去骨以利檢查,湯類、冷凍品、結冰品、含酒精成分的菜,如燒酒雞等都拒收。</p>
|
||||
|
||||
<p>此外,台中監獄外陸續有陳水扁的支持者聚集、聲援,並表示要長期如此,經警方與獄方協調後,同意比照江陳會在台中舉辦模式,今天起劃設意見表達專區,開放支持者使用。</p>
|
||||
|
||||
<p>警方說,闢設意見表達專區,可避免挺扁民眾聲援行動影響其他探監家屬的進出,也比較不會發生突發事件。
|
||||
<div>
|
||||
全文網址: <a href="http://udn.com/NEWS/NATIONAL/NAT3/7846610.shtml#ixzz2R9K7XzFc">志工送餐 扁嗑光鼎泰豐小籠包 | 陳水扁轉送培德 | 國內要聞 | 聯合新聞網</a>
|
||||
Power By udn.com</div>
|
||||
</div></p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer no-tags">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
};
|
||||
(function() {
|
||||
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
|
||||
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
|
||||
return;
|
||||
}
|
||||
var d = document, s = d.createElement('script'); s.async = true;
|
||||
s.src = '//' + "bilberry-hugo-theme" + '.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div class="recent-posts">
|
||||
<strong>Latest posts</strong>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/article/google-550-5-7-1-sloution/">寄信給google被退信 錯誤 550-5.7.1的解法</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/netdata-linux-system-performance-monitor-dashboard/">Netdata Linux System Performance Monitor Dashboard</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/linux-performance-monitor-dashboard-netdata-md/">Linux 底下極其詳細的System performace Monitor Dashboard - Netdata</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/syntax-test/">Syntax Test</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/psql-create-role-and-assign-priviledges/">psql create role and assign priviledges</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/study-url/">Study URL</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/article/rsync-time-backup/">[筆記] Linux 底下好用的備份工具 rsync-time-backup</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="categories">
|
||||
<a href="/categories/"><strong>Categories</strong></a>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E6%9C%AA%E5%88%86%E9%A1%9E">未分類 (86)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%B7%A5%E4%BD%9C%E7%AD%86%E8%A8%98">工作筆記 (68)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%85%B6%E4%BB%96">其他 (46)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (30)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/%E5%89%AA%E5%A0%B1">剪報 (18)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/starting">Starting (5)</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/categories/blog">Blog (4)</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="right">
|
||||
|
||||
<div class="external-profiles">
|
||||
<strong>Social media</strong>
|
||||
|
||||
|
||||
|
||||
<a href="https://twitter.com/TheRealLednerb" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/Lednerb" target="_blank"><i class="fa fa-github"></i></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="languages">
|
||||
<strong>Other languages</strong>
|
||||
|
||||
|
||||
<a href="/en" class="active">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<div class="credits">
|
||||
<div class="container">
|
||||
<div class="copyright">
|
||||
<a href="https://github.com/Lednerb" target="_blank">
|
||||
©
|
||||
|
||||
2017
|
||||
|
||||
by Lednerb
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="author">
|
||||
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR+EOJB6uKUez/iGAnFcg=="></script>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
|
||||
|
||||
<script>
|
||||
$(".moment").each(function() {
|
||||
$(this).text(
|
||||
moment( $(this).text() )
|
||||
.locale( "en" )
|
||||
.format('LL')
|
||||
);
|
||||
});
|
||||
|
||||
$(".footnote-return sup").html("");
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
var client = algoliasearch("Y2C4RWMPXW", "50ea7f8c41c0ad233926e0be2b769ed1");
|
||||
var index = client.initIndex("default-content");
|
||||
|
||||
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
|
||||
[
|
||||
{
|
||||
|
||||
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 5, filters: 'language: en' }),
|
||||
|
||||
displayKey: function(suggestion) {
|
||||
return suggestion.title || suggestion.author
|
||||
},
|
||||
templates: {
|
||||
suggestion: function(suggestion) {
|
||||
return "<span class='entry " + suggestion.type + "'>"
|
||||
+ "<span class='title'>" + suggestion.title + "</span>"
|
||||
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
|
||||
+ "</span>"
|
||||
;
|
||||
},
|
||||
empty: function() {
|
||||
return "<span class='empty'>Nothing found.</span>"
|
||||
},
|
||||
footer: function() {
|
||||
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
|
||||
}
|
||||
|
||||
},
|
||||
}
|
||||
])
|
||||
.on('autocomplete:selected', function(event, suggestion, dataset) {
|
||||
window.location = (suggestion.url);
|
||||
})
|
||||
.keypress(function (event, suggestion) {
|
||||
if (event.which == 13) {
|
||||
window.location = (suggestion.url);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue