Giter VIP home page Giter VIP logo

bookcards's Introduction

LICENSE Jekyll Ruby gem Tip Me via PayPal

Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building personal sites, blogs, and portfolios. As the name implies, styling is purposely minimalistic to be enhanced and customized by you 😄.

✨ See what's new in the CHANGELOG.

If you enjoy this theme, please consider supporting me to continue developing and maintaining it.

Support via PayPal

Note: The theme uses the jekyll-include-cache plugin which will need to be installed in your Gemfile and added to the plugins array of _config.yml. Otherwise you'll throw Unknown tag 'include_cached' errors at build.

Minimal Mistakes live preview

layout examples

Notable features

  • Bundled as a "theme gem" for easier installation/upgrading.
  • Compatible with GitHub Pages.
  • Support for Jekyll's built-in Sass/SCSS preprocessor.
  • Nine different skins (color variations).
  • Several responsive layout options (single, archive index, search, splash, and paginated home page).
  • Optimized for search engines with support for Twitter Cards and Open Graph data.
  • Optional header images, custom sidebars, table of contents, galleries, related posts, breadcrumb links, navigation lists, and more.
  • Commenting support (powered by Disqus, Facebook, Google+, Discourse, static-based via Staticman, and utterances).
  • Google Analytics support.
  • UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Hindi (हिंदी), Hungarian, Indonesian, Italian (Italiano), Japanese, Korean, Malayalam, Nepali (Nepalese), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese.

Skins (color variations)

This theme comes in nine different skins (including the default one).

air contrast dark
air skin contrast skin dark skin
dirt mint sunrise
dirt skin mint skin sunrise skin
aqua neon plum
aqua skin neon skin plum skin

Demo pages

Name Description
Post with Header Image A post with a large header image.
HTML Tags and Formatting Post A variety of common markup showing how the theme styles them.
Syntax Highlighting Post Post displaying highlighted code.
Post with a Gallery A post showing several images wrapped in <figure> elements.
Sample Collection Page Single page from a collection.
Categories Archive Posts grouped by category.
Tags Archive Posts grouped by tag.

Additional sample posts are available under posts archive on the demo site. Source files for these (and the entire demo site) can be found in /docs.

Installation

There are three ways to install: as a gem-based theme, as a remote theme (GitHub Pages compatible), or forking/directly copying all of the theme files into your project.

Gem-based method

With Gem-based themes, directories such as the assets, _layouts, _includes, and _sass are stored in the theme’s gem, hidden from your immediate view. Yet all of the necessary directories will be read and processed during Jekyll’s build process.

This allows for easier installation and updating as you don't have to manage any of the theme files. To install:

  1. Add the following to your Gemfile:

    gem "minimal-mistakes-jekyll"
  2. Fetch and update bundled gems by running the following Bundler command:

    bundle
  3. Set the theme in your project's Jekyll _config.yml file:

    theme: minimal-mistakes-jekyll

To update the theme run bundle update.

Remote theme method

Remote themes are similar to Gem-based themes, but do not require Gemfile changes or whitelisting making them ideal for sites hosted with GitHub Pages.

To install:

  1. Create/replace the contents of your Gemfile with the following:

    source "https://rubygems.org"
    
    gem "github-pages", group: :jekyll_plugins
  2. Add jekyll-include-cache to the plugins array of your _config.yml.

  3. Fetch and update bundled gems by running the following Bundler command:

    bundle
  4. Add remote_theme: "mmistakes/[email protected]" to your _config.yml file. Remove any other theme: or remote_theme: entry.

Looking for an example? Fork the Minimal Mistakes remote theme starter for the quickest method of getting a GitHub Pages hosted site up and running. Replace sample content with your own and configure as needed.

Usage

For detailed instructions on how to configure, customize, add/migrate content, and more read the theme's documentation.


Contributing

Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or fixing a bug? Then by all means submit an issue or pull request. If this is your first pull request, it may be helpful to read up on the GitHub Flow first.

Minimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask.

This goes for author sidebar links and "share button" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started 😄.

Pull Requests

When submitting a pull request:

  1. Clone the repo.
  2. Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
  3. Open a pull request on GitHub and describe the feature or fix.

Theme documentation and demo pages can be found in the /docs if submitting improvements, typo corrections, etc.

Development

To set up your environment to develop this theme, run bundle install.

To test the theme, run bundle exec rake preview and open your browser at http://localhost:4000/test/. This starts a Jekyll server using content in the test/ directory. As modifications are made to the theme and test site, it will regenerate and you should see the changes in the browser after a refresh.


Credits

Creator

Michael Rose

Icons + Demo Images:

Other:


License

The MIT License (MIT)

Copyright (c) 2013-2019 Michael Rose and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Minimal Mistakes incorporates icons from The Noun Project creators Garrett Knoll, Arthur Shlain, and tracy tam. Icons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).

Minimal Mistakes incorporates Font Awesome, Copyright (c) 2017 Dave Gandy. Font Awesome is distributed under the terms of the SIL OFL 1.1 and MIT License.

Minimal Mistakes incorporates photographs from Unsplash.

Minimal Mistakes incorporates Susy, Copyright (c) 2017, Miriam Eric Suzanne. Susy is distributed under the terms of the BSD 3-clause "New" or "Revised" License.

Minimal Mistakes incorporates Breakpoint. Breakpoint is distributed under the terms of the MIT/GPL Licenses.

Minimal Mistakes incorporates FitVids.js, Copyright (c) 2013 Dave Rubert and Chris Coyier. FitVids is distributed under the terms of the WTFPL License.

Minimal Mistakes incorporates Magnific Popup, Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com. Magnific Popup is distributed under the terms of the MIT License.

Minimal Mistakes incorporates jQuery Smooth Scroll, Copyright (c) 2017 Karl Swedberg. jQuery Smooth Scroll is distributed under the terms of the MIT License.

Minimal Mistakes incorporates jQuery throttle / debounce, Copyright (c) 2010 "Cowboy" Ben Alman. jQuery throttle / debounce is distributed under the terms of the MIT License.

Minimal Mistakes incorporates GreedyNav.js, Copyright (c) 2015 Luke Jackson. GreedyNav.js is distributed under the terms of the MIT License.

Minimal Mistakes incorporates Jekyll Group-By-Array, Copyright (c) 2015 Max White [email protected]. Jekyll Group-By-Array is distributed under the terms of the MIT License.

Minimal Mistakes incorporates @allejo's Pure Liquid Jekyll Table of Contents, Copyright (c) 2017 Vladimir Jimenez. Pure Liquid Jekyll Table of Contents is distributed under the terms of the MIT License.

Minimal Mistakes incorporates Lunr, Copyright (c) 2018 Oliver Nightingale. Lunr is distributed under the terms of the MIT License.

bookcards's People

Contributors

zhouyinyun avatar

Stargazers

 avatar

Watchers

 avatar

bookcards's Issues

《关于基金》学习卡片

术语卡:

基金

  • 术语:基金

  • 定义:一个篮子里放了什么东西,放了资产,就是基金啊,但,基金的分类就跟放了什么资产有关,如果放了现金、短期债券、短期理财产品,那就叫货币基金,如果放了国债、长期的企业债券,那就是债券基金,如果是一些股票,那就是股票基金,如果是一揽子的股票,那就是指数基金。

  • 比如支付宝的火鸡,各种火鸡。

  • 术语:市盈率

  • 定义:一个上市公司的总市值与上一年的净利润的比值。

  • 例子:比如上一年的净利润是100万,总市值是800万,那这个企业的PE就是8。

  • 方法:参考一个企业的市盈率历史区间,可以判断在当前的市盈率下公司价格所处的区间是高估还是低估,或者是正常。我们应该在低估值买入,正常时持有,高估时卖出。

  • 术语:市净率

  • 定义:一个公司的每股股价与每股净资产的比值,净资产是资产减去负债。

  • 方法:如果一个公司的市净率低,说明现在处于低估区间,反之则高估。

  • 分红率:现金派息除以公司净利润,一个人分一万,一共赚了一百万,那就是1%

  • 股息率:现金派息除以公司总市值,一个人分一万,总市值一千万,那就是千分之一。

  • ETF指数基金:交易型开放式指数基金,通常又被称为交易所交易基金(Exchange Traded Funds,简称“ETF”),是一种在交易所上市交易的、基金份额可变的一种开放式基金。
    交易型开放式指数基金属于开放式基金的一种特殊类型,它结合了封闭式基金和开放式基金的运作特点,投资者既可以向基金管理公司申购或赎回基金份额,同时,又可以像封闭式基金一样在二级市场上按市场价格买卖ETF份额,不过,申购赎回必须以一篮子股票换取基金份额或者以基金份额换回一篮子股票。由于同时存在证券市场交易和申购赎回机制,投资者可以在ETF市场价格与基金单位净值之间存在差价时进行套利交易。套利机制的存在,使得ETF避免了封闭式基金普遍存在的折价问题。
    根据投资方法的不同:ETF可以分为指数基金和积极管理型基金,国外绝大多数ETF是指数基金。目前国内推出的ETF也是指数基金。ETF指数基金代表一篮子股票的所有权,是指像股票一样在证券交易所交易的指数基金,其交易价格、基金份额净值走势与所跟踪的指数基本一致。因此,投资者买卖一只ETF,就等同于买卖了它所跟踪的指数,可取得与该指数基本一致的收益。通常采用完全被动式的管理方法,以拟合某一指数为目标,兼具股票和指数基金的特色。

《如何高效学习》读书卡片

最重要的四个问题。

  • 整本书讲了什么内容?
  • 细节是怎样的?
  • 这本书是否真实,是部分真实还是全部真实?
  • 这本书的目的是什么?

《你一生的故事》读书卡片

2017年6月20日,终于读完第一遍《你一生的故事》,电影《降临》的原著,我在阅读《人生脚本》的时候,也有因为接触人生脚本的缘故,而生起去写一篇故事,表达每个人心中的愿望,结果是好的吧。

在这里,你也可以表达自己对未来的看法,虽然,七肢桶的世界里没有未来,在他们眼里,过去现在未来混为一体。

《超越智商》读书卡片

第八章 我方立场信息加工:正反都是我赢

术语卡

  • 术语:我方立场信息加工
  • 印象:所有的信息都会经过我们的大脑思考,在这个过程中,会有一种偏差产生,导致最后的结果偏向于己方。
  • 定义:人们倾向于仅仅基于自我的视角对情境进行评价。在评估证据、道德评判、评价他人时,人们常常会受到偏向自己的立场偏差影响。从他人立场考虑问题是一件很耗费认知资源的事情,这一点我们早已熟知。采用我方立场信息加工方式所需付出的代价,有时会超出我们的预期。我们没有意识到,这竟是很多非理性想法和行为的根源所在。
  • 例子:德国汽车、美国汽车;**党、共和党。

术语卡

  • 术语:过度自信、知识理性
  • 定义:在每一件事情上,我们都可能过度自信,比如很多人都相信自己的孩子比大多数人的孩子要漂亮,可是,总有一半的孩子更丑啊。
  • 为什么会产生过度自信:对于知识标尺的过度自信效应,部分源自于我们对首先跳出脑海的念头的执着。然后就偷懒,然后就说这是我的思考结果。这就是知识的非理性。

导致过度自信的原因之一,是未能找到自己错误的理由

各类术语

  • 计划谬误:人们常常会低估自己完成某项任务所需的时间。这还是过度自信,在预先估计计划所需要的时间我们应该充分一点,保守一点。

  • 螺旋循环:人们的自我评估偏差还表现在对自我评估偏差程度的评估。

  • 控制错觉:个体相信通过个人的能力和努力,可以控制随机事件的结果。

  • 特征蔓延、功能疲劳:设计者的过度自信,我方信息加工偏向。

  • 智力和偏差的关系没有。统计学上的中等相关是什么相关?

《这才是心理学》读书卡片

这才是心理学

第四章:见证和个案研究证据:安慰剂效应和了不起的兰迪。

人名卡

  • 人名:詹姆斯·兰迪 还活着。
  • 印象:魔术师,伪科学的清道夫,魔术师是演员,但是伪科学就是骗子了。
  • 例子:70年代,美国兴起大量的伪科学、心身灵的大牛,比如尤里盖勒,70年代红极一时,因为说自己有通灵能力,并且可以徒手把钥匙、勺子变弯,事实上,这些都是骗局,甚至,他还骗过了当时的斯坦福大学的教授们,最后,被我们称之为“THE AMAZING RANDI”揭穿。詹姆斯·兰迪在Ted大会上做过演讲,名字叫:homopathy fraud,另外还有一部纪录片记录了他的反伪科学的一生:《AN HONEST LIAR》。
  • 出处:《这才是心理学》第四章以及百度谷歌搜索。
  • 趣事:一个在70年代就被我们了不起的兰迪揭穿的美国骗子居然在2012年来江苏卫视跨年演唱会上表演钥匙、勺子变弯的魔术,我不知道当时的电视台是怎么考虑的。我们还在供养着这些骗子。

关键词卡:

  • 个案研究:不是做科学工作的我们,也需要个案研究,最合适的职业是市场营销。
  • 科学的两步走:第一步假设,第二步试错验证
  • 见证叙述:鲜活性的见证,不能作为科学证据
  • 弗洛伊德从不走第二步,提出一系列天才式的假设。
  • 其他可能的解释,都是为了作为假设时的解释,最终它们都需要被排除,只有这样,科学才会进步。
  • 安慰剂的反常识:每个药的说明书上都有安慰剂效应的数据结果,可以知道,有多少人是因为这个药的安慰剂效应产生效果。这也是我们自然康复现象的体现。人的身体有自然康复现象。希望我的妈妈可以自然康复起来。

术语卡

  • 术语:鲜活性效应
  • 印象:我们人类在做决策或者回忆印象的时候,往往会受一些鲜活性的证据、叙述影响,而做出和理性决定相违背的行为。
  • 例子:比如,我们想好了就要买苹果电脑,而且,苹果电脑确实是这个世界上最受欢迎的笔记本,最高效的笔记本,但是,我们还是会去各个地方参考评论,那些评论都是人的一家之言,和大数据的意见可能相反,甚至,会因为我们的朋友的一句话就改变对苹果笔记本的看法。比如,前一段时间有一位朋友住在我家,就会吐槽她买的那台苹果笔记本返修了好几次。这个记忆一直留在我的脑海里,我现在可以回忆起来的原因,就是因为鲜活性效应。
  • 出处:百度百科:鲜活性效应。

反常识的现象:一个人送朋友去机场,开了20公里,下车的时候,他说一路平安,朋友说好的,再见。这个对话里就有一种荒谬,因为朋友坐飞机比他自己开车的安全性要高好多,应该反过来说才对。

术语卡

  • 术语:巴纳姆效应,福勒效应、星象效应。
  • 印象:巴纳姆说,每一分钟都有人上当受骗,对一些通用性的描述,我们往往表示赞成。巴纳姆效应又称福勒效应,星相效应,是1948年由心理学家伯特伦·福勒通过试验证明的一种心理学现象,人们常常认为一种笼统的、一般性的人格描述十分准确地揭示了自己的特点,当人们用一些普通、含糊不清、广泛的形容词来描述一个人的时候,人们往往很容易就接受这些描述,却认为描述中所说的就是自己。
  • 例子:对于一些广告词上的说法,我们都表示同意,这就是营销专家在利用巴纳姆效应来做传播。噢,这好像说的就是我啊,可是,你和千千万万的人一样,拥有同一颗几乎无差别的大脑。
  • 出处:百度百科

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.