-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 87d0885
Showing
129 changed files
with
49,534 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
layout: page | ||
title: "网站介绍" | ||
description: "hi,欢迎来到大数据前沿,这里一只程序猿和一只金融狗写字的地方,有关于编程,金融,数据,学习,工作,生活,有关于我,也有关于你.请看👇,有网站使用介绍哦~" | ||
header-img: "img/bg-1.jpg" | ||
multilingual: true | ||
--- | ||
|
||
<!-- Chinese Version --> | ||
<div class="zh post-container"> | ||
{% capture about_zh %}{% include about/zh.md %}{% endcapture %} | ||
{{ about_zh | markdownify }} | ||
</div> | ||
|
||
|
||
|
||
{% if site.disqus_username %} | ||
<!-- disqus 评论框 start --> | ||
<div class="comment"> | ||
<div id="disqus_thread" class="disqus-thread"> | ||
|
||
</div> | ||
</div> | ||
<!-- disqus 评论框 end --> | ||
|
||
<!-- disqus 公共JS代码 start (一个网页只需插入一次) --> | ||
<script type="text/javascript"> | ||
/* * * CONFIGURATION VARIABLES * * */ | ||
var disqus_shortname = "{{site.disqus_username}}"; | ||
var disqus_identifier = "{{site.disqus_username}}/{{page.url}}"; | ||
var disqus_url = "{{site.url}}{{page.url}}"; | ||
|
||
(function() { | ||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; | ||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; | ||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); | ||
})(); | ||
</script> | ||
<!-- disqus 公共JS代码 end --> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
layout: page | ||
title: "系列教程" | ||
description: "Hi,这里是由二胖和二胖并不胖制作的有关于计算机编程、学习方法、金融、职场&生活经验的小课堂,希望你在这里能有所收获~" | ||
header-img: "img/bg-4.jpg" | ||
multilingual: true | ||
--- | ||
|
||
<!-- Chinese Version --> | ||
<div class="zh post-container"> | ||
{% capture tutors %}{% include tutors/tutors.md %}{% endcapture %} | ||
{{ tutors | markdownify }} | ||
</div> | ||
|
||
|
||
|
||
{% if site.disqus_username %} | ||
<!-- disqus 评论框 start --> | ||
<div class="comment"> | ||
<div id="disqus_thread" class="disqus-thread"> | ||
|
||
</div> | ||
</div> | ||
<!-- disqus 评论框 end --> | ||
|
||
<!-- disqus 公共JS代码 start (一个网页只需插入一次) --> | ||
<script type="text/javascript"> | ||
/* * * CONFIGURATION VARIABLES * * */ | ||
var disqus_shortname = "{{site.disqus_username}}"; | ||
var disqus_identifier = "{{site.disqus_username}}/{{page.url}}"; | ||
var disqus_url = "{{site.url}}{{page.url}}"; | ||
|
||
(function() { | ||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; | ||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; | ||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); | ||
})(); | ||
</script> | ||
<!-- disqus 公共JS代码 end --> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
title: 分类文章 | ||
layout: default | ||
description: 点击不同的标签可以快速找到不同主题下的文章 | ||
header-img: "img/bg-7.jpg" | ||
--- | ||
|
||
<!-- Page Header --> | ||
<header class="intro-header" style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
<div class="site-heading" id="tag-heading"> | ||
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1> | ||
<span class="subheading">{{ page.description }}</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<!-- Main Content --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
<!-- 标签云 --> | ||
<div id='tag_cloud' class="tags"> | ||
{% for tag in site.tags %} | ||
<a href="#{{ tag[0] }}" title="{{ tag[0] }}" rel="{{ tag[1].size }}">{{ tag[0] }}</a> | ||
{% endfor %} | ||
</div> | ||
|
||
<!--<blockquote class="tag-comments"> | ||
标签命名规范: | ||
<li>行业观察、职位、公司优先使用中文</li> | ||
<li>外国产品、术语优先使用英文</li> | ||
</blockquote>--> | ||
|
||
<!-- 标签列表 --> | ||
{% for tag in site.tags %} | ||
<div class="one-tag-list"> | ||
<span class="fa fa-tag listing-seperator" id="{{ tag[0] }}"> | ||
<span class="tag-text">{{ tag[0] }}</span> | ||
</span> | ||
{% for post in tag[1] %} | ||
<!-- <li class="listing-item"> | ||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> | ||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> | ||
</li> --> | ||
<div class="post-preview"> | ||
<a href="{{ post.url | prepend: site.baseurl }}"> | ||
<h2 class="post-title"> | ||
{{ post.title }} | ||
</h2> | ||
{% if post.subtitle %} | ||
<h3 class="post-subtitle"> | ||
{{ post.subtitle }} | ||
</h3> | ||
{% endif %} | ||
</a> | ||
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> | ||
</div> | ||
<hr> | ||
{% endfor %} | ||
</div> | ||
{% endfor %} | ||
|
||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
layout: default | ||
description: "你来到了没有知识的荒原 :(" | ||
header-img: "img/404-bg.jpg" | ||
permalink: /404.html | ||
--- | ||
|
||
|
||
<!-- Page Header --> | ||
<header class="intro-header" style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
<div class="site-heading" id="tag-heading"> | ||
<h1>404</h1> | ||
<span class="subheading">{{ page.description }}</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<script> | ||
document.body.classList.add('page-fullscreen'); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
layout: page | ||
title: "联系我们" | ||
description: "欢迎联系我们~" | ||
header-img: "img/bg-6.jpg" | ||
multilingual: true | ||
--- | ||
|
||
<!-- Chinese Version --> | ||
<div class="zh post-container"> | ||
{% capture connect %}{% include connect/connect.md %}{% endcapture %} | ||
{{ connect | markdownify }} | ||
</div> | ||
|
||
{% if site.disqus_username %} | ||
<!-- disqus 评论框 start --> | ||
<div class="comment"> | ||
<div id="disqus_thread" class="disqus-thread"> | ||
|
||
</div> | ||
</div> | ||
<!-- disqus 评论框 end --> | ||
|
||
<!-- disqus 公共JS代码 start (一个网页只需插入一次) --> | ||
<script type="text/javascript"> | ||
/* * * CONFIGURATION VARIABLES * * */ | ||
var disqus_shortname = "{{site.disqus_username}}"; | ||
var disqus_identifier = "{{site.disqus_username}}/{{page.url}}"; | ||
var disqus_url = "{{site.url}}{{page.url}}"; | ||
|
||
(function() { | ||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; | ||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; | ||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); | ||
})(); | ||
</script> | ||
<!-- disqus 公共JS代码 end --> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bigdataqianyan.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
module.exports = function(grunt) { | ||
|
||
// Project configuration. | ||
grunt.initConfig({ | ||
pkg: grunt.file.readJSON('package.json'), | ||
uglify: { | ||
main: { | ||
src: 'js/<%= pkg.name %>.js', | ||
dest: 'js/<%= pkg.name %>.min.js' | ||
} | ||
}, | ||
less: { | ||
expanded: { | ||
options: { | ||
paths: ["css"] | ||
}, | ||
files: { | ||
"css/<%= pkg.name %>.css": "less/<%= pkg.name %>.less" | ||
} | ||
}, | ||
minified: { | ||
options: { | ||
paths: ["css"], | ||
cleancss: true | ||
}, | ||
files: { | ||
"css/<%= pkg.name %>.min.css": "less/<%= pkg.name %>.less" | ||
} | ||
} | ||
}, | ||
banner: '/*!\n' + | ||
' * <%= pkg.title %> v<%= pkg.version %> (<%= pkg.homepage %>)\n' + | ||
' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + | ||
' */\n', | ||
usebanner: { | ||
dist: { | ||
options: { | ||
position: 'top', | ||
banner: '<%= banner %>' | ||
}, | ||
files: { | ||
src: ['css/<%= pkg.name %>.css', 'css/<%= pkg.name %>.min.css', 'js/<%= pkg.name %>.min.js'] | ||
} | ||
} | ||
}, | ||
watch: { | ||
scripts: { | ||
files: ['js/<%= pkg.name %>.js'], | ||
tasks: ['uglify'], | ||
options: { | ||
spawn: false, | ||
}, | ||
}, | ||
less: { | ||
files: ['less/*.less'], | ||
tasks: ['less'], | ||
options: { | ||
spawn: false, | ||
} | ||
}, | ||
}, | ||
}); | ||
|
||
// Load the plugins. | ||
grunt.loadNpmTasks('grunt-contrib-uglify'); | ||
grunt.loadNpmTasks('grunt-contrib-less'); | ||
grunt.loadNpmTasks('grunt-banner'); | ||
grunt.loadNpmTasks('grunt-contrib-watch'); | ||
|
||
// Default task(s). | ||
grunt.registerTask('default', ['uglify', 'less', 'usebanner']); | ||
|
||
}; |
Oops, something went wrong.