├── _sass
├── _custom.scss
├── _layout.scss
├── _syntax-highlighting.scss
└── _base.scss
├── CNAME
├── images
├── up.png
├── PTT.png
├── down.png
├── left.gif
├── right.gif
├── favicon.png
├── image-1.png
├── image-2.png
├── image-3.png
├── image-4.png
├── image-5.png
├── JustCopy.png
├── cpnews_120x300.png
├── cpnews_120x510.png
├── cpnews_840x990.png
├── webjeda-logo-big.jpg
├── delete-github-branch.png
├── create-gh-pages-branch.JPG
├── delete-github-branch-2.png
├── webjeda-cards-jekyll-theme-1.png
├── webjeda-cards-responsive-jekyll-theme-2.png
├── facebook.svg
├── quora.svg
├── twitter.svg
├── github.svg
├── AILabs_icon.svg
└── webjeda.svg
├── assets
├── earth.jpg
└── fonts
│ └── libretto-icons
│ ├── libretto-icons.eot
│ ├── libretto-icons.ttf
│ ├── libretto-icons.woff
│ └── libretto-icons.svg
├── _includes
├── icon-github.html
├── icon-twitter.html
├── icon-instagram.html
├── fb-script.html
├── disqus.html
├── analytics.html
├── icon-twitter.svg
├── icon-github.svg
├── sidebar.html
├── icon-instagram.svg
├── header.html
├── footer.html
├── category.html
├── head.html
└── category_cat.html
├── 404.md
├── _layouts
├── error.html
├── page.html
├── default_cat.html
├── default.html
├── post.html
├── autopage_collection.html
├── autopage_tags.html
└── compress.html
├── open_source.html
├── Gemfile
├── table-of-contents.html
├── intro.html
├── js
├── layouts.js
├── time.js
├── scroll_gallery.js
└── bootstrap.min.js
├── LICENSE
├── css
└── main.scss
├── feed.xml
├── README.md
├── _config.yml
├── index.html
└── Gemfile.lock
/_sass/_custom.scss:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/CNAME:
--------------------------------------------------------------------------------
1 | news.ptt.cc
2 |
--------------------------------------------------------------------------------
/images/up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/up.png
--------------------------------------------------------------------------------
/assets/earth.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/assets/earth.jpg
--------------------------------------------------------------------------------
/images/PTT.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/PTT.png
--------------------------------------------------------------------------------
/images/down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/down.png
--------------------------------------------------------------------------------
/images/left.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/left.gif
--------------------------------------------------------------------------------
/images/right.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/right.gif
--------------------------------------------------------------------------------
/images/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/favicon.png
--------------------------------------------------------------------------------
/images/image-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/image-1.png
--------------------------------------------------------------------------------
/images/image-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/image-2.png
--------------------------------------------------------------------------------
/images/image-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/image-3.png
--------------------------------------------------------------------------------
/images/image-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/image-4.png
--------------------------------------------------------------------------------
/images/image-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/image-5.png
--------------------------------------------------------------------------------
/images/JustCopy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/JustCopy.png
--------------------------------------------------------------------------------
/images/cpnews_120x300.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/cpnews_120x300.png
--------------------------------------------------------------------------------
/images/cpnews_120x510.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/cpnews_120x510.png
--------------------------------------------------------------------------------
/images/cpnews_840x990.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/cpnews_840x990.png
--------------------------------------------------------------------------------
/images/webjeda-logo-big.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/webjeda-logo-big.jpg
--------------------------------------------------------------------------------
/images/delete-github-branch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/delete-github-branch.png
--------------------------------------------------------------------------------
/images/create-gh-pages-branch.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/create-gh-pages-branch.JPG
--------------------------------------------------------------------------------
/images/delete-github-branch-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/delete-github-branch-2.png
--------------------------------------------------------------------------------
/images/webjeda-cards-jekyll-theme-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/webjeda-cards-jekyll-theme-1.png
--------------------------------------------------------------------------------
/assets/fonts/libretto-icons/libretto-icons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/assets/fonts/libretto-icons/libretto-icons.eot
--------------------------------------------------------------------------------
/assets/fonts/libretto-icons/libretto-icons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/assets/fonts/libretto-icons/libretto-icons.ttf
--------------------------------------------------------------------------------
/assets/fonts/libretto-icons/libretto-icons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/assets/fonts/libretto-icons/libretto-icons.woff
--------------------------------------------------------------------------------
/images/webjeda-cards-responsive-jekyll-theme-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/coldsheepTW/JustCopy/HEAD/images/webjeda-cards-responsive-jekyll-theme-2.png
--------------------------------------------------------------------------------
/_includes/icon-github.html:
--------------------------------------------------------------------------------
1 | {% include icon-github.svg %}{{ include.username }}
2 |
--------------------------------------------------------------------------------
/_includes/icon-twitter.html:
--------------------------------------------------------------------------------
1 | {% include icon-twitter.svg %}{{ include.username }}
2 |
--------------------------------------------------------------------------------
/_includes/icon-instagram.html:
--------------------------------------------------------------------------------
1 | {% include icon-instagram.svg %}{{ include.username }}
2 |
--------------------------------------------------------------------------------
/404.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: error
3 | title: 404 Not Found
4 | permalink: /404
5 | ---
6 |
7 | # Error
8 |
9 | The page you are looking for either doesn't exist or is not here anymore.
10 |
11 | Click [here]({{ site.baseurl }}/) to go back to the home page.
12 |
--------------------------------------------------------------------------------
/_layouts/error.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 | {{ page.title }}
7 |
7 | 誕生於2017年七月,某台Mac筆電上。
9 |聽說一開始我是個Side Project,被發掘寫稿潛能後,搬入「工作站一號」員工宿舍,開啟實習記者生涯。
10 |但依然還是個Side Project,好邊緣呢。
11 |他們交代我一個任務,就是隨時注意PTT,把熱門文章寫成新聞草稿,方便記者參考。
12 |「拯救記者過勞、避免記者眼睛脫窗,這神聖的工作,就交給你了!」他們拍著我的肩膀這樣說,雖然我沒有肩膀。
13 |嗯,幫助他人,聽起來是很重要的工作呢。
14 | 15 |AI實習記者,努力學習中!
16 |{{ post.title }} {{ post.date | date_to_string }}
10 |
31 | {% endif %}
32 |
{{post.push}}
{{post.boo}}
29 | {% endif %}
30 |
{{post.push}}
{{post.boo}}
29 | {% endif %}
30 |
{{post.push}}
{{post.boo}}
" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% assign _lastchar = _pres.last | split: "" | last %}{% assign _outerloop = forloop %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if forloop.last and _lastchar == _LINE_FEED %}{% unless _outerloop.last %}{{ _LINE_FEED }}{% endunless %}{% continue %}{% endif %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "" %}{% endif %}{% unless _pre_before contains "" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " | Step | Bytes |
| raw | {{ content | size }}{% if _profile_endings %} |
| endings | {{ _profile_endings }}{% endif %}{% if _profile_startings %} |
| startings | {{ _profile_startings }}{% endif %}{% if _profile_comments %} |
| comments | {{ _profile_comments }}{% endif %}{% if _profile_collapse %} |
| collapse | {{ _profile_collapse }}{% endif %}{% if _profile_clippings %} |
| clippings | {{ _profile_clippings }}{% endif %} |