Bay is a simple theme for Jekyll. [view live]
Inspired by dangrover.com. Current theme used at eliottvincent.com.
The easiest solution is to fork this repo.If you want to start from a clean website, follow the steps bellow:
Create a new Jekyll website:
jekyll new mysite
Open Gemfile
and replace the line:
gem "minima"
with:
gem "bay_jekyll_theme"
Open _config.yml
and replace the line:
theme: minima
with:
theme: bay_jekyll_theme
or, for GitHub Pages:
remote_theme: eliottvincent/bay
Finally, install the dependencies:
bundle install
and build the website!
jekyll serve
The website will look somewhat empty at first. That's normal. Follow the next instructions to complete the header and footer components, and the home and blog pages.
Open the _config.yml
file and add the following:
header:
pages:
- name: Home
slug: / # <-- index.md
- name: Blog # <-- blog.md
- name: Whatever # <-- whatever.md
Re-run jekyll serve
to see the header updated.
Open the _config.yml
file and add the following:
footer:
show_powered_by: true
contact:
- name: Email
value: yourmail@domain.com
link: mailto:yourmail@domain.com
- name: WeChat
value: YourWeChatUsername
link: "#"
follow:
- name: Twitter
link: http://twitter.com/YourTwitterUsername
username: "@YourTwitterUsername"
- name: Facebook
link: http://facebook.com/YourFacebookUsername
- name: LinkedIn
link: http://linkedin.com/in/YourLinkedInUsername
- name: GitHub
link: http://github.com/YourGitHubUsername
- name: Dribbble
link: https://dribbble.com/YourDribbbleUsername
- name: Weibo
link: http://weibo.com/u/YourWeiboUsername
- name: RSS
link: /feed.xml
Re-run jekyll serve
to see the footer updated.
Create (or edit) the index.markdown
file and add the following:
---
layout: home
profile_picture:
src: /assets/img/profile-pic.jpg
alt: website picture
---
<p>
Welcome to mysite!
</p>
Create blog.markdown
file and add the following:
---
layout: blog
title: Blog
slug: /blog
---
This is an example of a "Blog" page, displaying a list of posts.
<br />
Your website is ready!
bundle exec jekyll serve
gem build bay_jekyll_theme.gemspec
gem push bay_jekyll_theme-1.x.x.gem
【通信产业网讯】无论是钢铁侠还是超人,无论是美国队长还是绿箭侠,这些有着超能力的传奇人物都有共同的特征:对事件超强的处理能力、思考和行动的超高效率、持续的从未让人失望的表现。更重要的是,他们都有一颗“大心脏”,即坚定的信念,足以在关键时刻给出致命一击。 英特尔无疑是IT行业中的传奇,长久以来,这家通过不断创新为消费者带来卓越使用体验的厂商从未停止过前进的脚步:MMX处理器将多媒体带进个人计算机、迅
两个办法可以清除这条信息: 1、如果服务器前面板有LCD液晶,可以直接选中这条报错信息,然后选择不再显示 2、如果服务器前面板没有LCD液晶,那需要通过服务器的iDRAC接口登录iDRAC管理台后清空硬件日志
本文向大家介绍问题:朴素贝叶斯(naive Bayes)法的要求是?相关面试题,主要包含被问及问题:朴素贝叶斯(naive Bayes)法的要求是?时的应答技巧和注意事项,需要的朋友参考一下 参考回答: 贝叶斯定理、特征条件独立假设 解析:朴素贝叶斯属于生成式模型,学习输入和输出的联合概率分布。给定输入x,利用贝叶斯概率定理求出最大的后验概率作为输出y。
问题内容: 我基本上和这个人有同样的问题.. NLTK书中针对朴素贝叶斯分类器的示例仅考虑单词是否在文档中作为特征出现。它不考虑单词的出现频率作为特征。看一下(“词袋”)。 答案之一似乎表明,内置NLTK分类器无法做到这一点。是这样吗 如何使用NLTK进行频率/词袋NB分类? 为了进行培训,请创建可用于创建ProbDists的适当的FreqDist,然后再将其传递给NaiveBayesClassi
1,自我介绍 2,你对媒介执行这个岗位的了解?(这个根据岗位JD网上搜一搜就可) 投放前——确认需求 投放时——媒介选择、计费方式(当时忘记说了hhh)、排期计划 投放后——效果检查 3,举例说明一个你工作中让你最有成就感的事 4,举几个能体现你一些性格特点或能力的例子(注意要和岗位要求相关) 5,运营账号后有复盘吗?有没有分析数据,哪些数据? 6,了解kol媒介的岗位职责么?我们是母婴产品公司,
疯狂的程序员?说实话,要是这话从周总陈懂或者其他人嘴里说出来,绝影肯定不信,但现在这个人是BOSSLiu,BOSSLiu又一向不爱开严肃的玩笑,这人又得到他如此高度的评价,肯定大有来头。 于是绝影迫不及待地追问:“谁?” BOSSLiu不动声色地说:“不急。这么早说出来,就不是疯狂的程序员了。我计划五一节回来就全面开展工作,到时候把他也带来,可能还要成立一个公司,这事我再调研一下。这段时间你就在这
贝叶斯定理 贝叶斯定理解决了现实生活里经常遇到的问题:已知某条件概率,如何得到两个事件交换后的概率,也就是在已知P(A|B)的情况下如何求得P(B|A)。这里先解释什么是条件概率: 表示事件B已经发生的前提下,事件A发生的概率,叫做事件B发生下事件A的条件概率。其基本求解公式为:。 贝叶斯定理之所以有用,是因为我们在生活中经常遇到这种情况:我们可以很容易直接得出P(A|B),P(B|A)则很难直接
Bayesian Neural Network A Bayesian neural network is a neural network with a prior distribution on its weights (Neal, 2012). Consider a data set $(\{(\mathbf{x}_n, y_n)\})$, where each data point comp