Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fbd4dae
adjusting
FalconZhou Nov 7, 2018
82f9399
adjusting
FalconZhou Nov 7, 2018
3a3ece6
Merge pull request #2 from FalconZhou/gh-pages
FalconZhou Nov 7, 2018
a1e8bfd
adjusting
FalconZhou Nov 7, 2018
ea3745d
adjusting
FalconZhou Nov 7, 2018
1a9b8a2
update .gitignore
FalconZhou Nov 7, 2018
26622a6
adjusting
FalconZhou Nov 7, 2018
f69ffc7
adjusting
FalconZhou Nov 7, 2018
6be4e65
adjusting
FalconZhou Nov 7, 2018
b8d8e2c
adjusting
FalconZhou Nov 7, 2018
33705a3
adjusting
FalconZhou Nov 7, 2018
c31eb64
Update _posts/2018-11-09-OpenVas(1)-OpenVas-install.markdown
FalconZhou Nov 9, 2018
da9580a
Update _posts/2018-11-09-OpenVas(1)-OpenVas-install.markdown
FalconZhou Nov 9, 2018
a8b8993
add blog artical
FalconZhou Nov 10, 2018
532c4f1
add blog arcticle
FalconZhou Nov 11, 2018
db358cb
add a blog
FalconZhou Nov 15, 2018
fa44576
add a blog
FalconZhou Nov 15, 2018
22e1148
Update _posts/2018-11-15-KaliLinux-w3af-install.md
FalconZhou Nov 15, 2018
3e20c94
Update _posts/2018-11-15-KaliLinux-w3af-install.md
FalconZhou Nov 15, 2018
538564f
Update _posts/2018-11-15-KaliLinux-w3af-install.md
FalconZhou Nov 15, 2018
33dfffd
Update _posts/2018-11-15-KaliLinux-w3af-install.md
FalconZhou Nov 15, 2018
7b477d9
Update 2018-11-09-OpenVas(1)-OpenVas-install.markdown
FalconZhou Nov 25, 2018
eb524fe
Update 2018-11-09-OpenVas(1)-OpenVas-install.markdown
FalconZhou Nov 25, 2018
be84fed
Update 2018-11-09-OpenVas(1)-OpenVas-install.markdown
FalconZhou Nov 27, 2018
c55f507
Create 2018-12-01-InfoGather-SearchEngine.md
FalconZhou Dec 14, 2018
eadc1f5
Create 2018-11-16-common-ports.md
FalconZhou Dec 21, 2018
7f84577
Create 2018-12-02-PTES-Standard.md
FalconZhou Dec 22, 2018
070c004
Create 2019-01-01-OWASP_Top_10.md
FalconZhou Feb 27, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/fa1conz.github.io.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

401 changes: 0 additions & 401 deletions .idea/workspace.xml

This file was deleted.

45 changes: 24 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Site settings
title: FalconZhou's Blog
SEOTitle: Fz的博客 | Fz's Blog
SEOTitle: Fz的博客 | Fz's Blog | Falcon | FalconZhou
header-img: img/home-bg.jpg
email: falcon.zjx1225@gmail.com
description: ""
Expand All @@ -13,10 +13,10 @@ keyword: ""
# SNS settings
RSS: false
#weibo_username:
#zhihu_username:
github_username: FalconZhou
zhihu_username: zhou-jing-xuan-19
github_username: FalconZhou
#twitter_username:
facebook_username: Jingxuan Zhou
#facebook_username: Jingxuan Zhou



Expand Down Expand Up @@ -50,19 +50,18 @@ kramdown:
#disqus_username: _your_disqus_short_name_

# disqus settings(https://disqus.com/)
disqus_username: jingxuanzhou
#disqus_username: jingxuanzhou
# Share component is depend on Comment so we can NOT use share only.
disqus_share: true # set to false if you want to use Comment without Sharing
#disqus_share: true # set to false if you want to use Comment without Sharing




# Analytics settings
# Baidu Analytics
#ba_track_id:
ba_track_id: bc8e534c618f7bbdcbaa02c8ff7a64f4
# Google Analytics
#ga_track_id: 'UA-49627206-1' # Format: UA-xxxxxx-xx
#ga_domain: huangxuan.me
ga_track_id: 'UA-128874333-1' # Format: UA-xxxxxx-xx



Expand All @@ -84,17 +83,21 @@ friends: [
{
title: "Hux Blog",
href: "http://huangxuan.me"
},{
title: "Foo",
href: "#"
},{
title: "Bar",
href: "#"
},{
title: "Example Friends",
href: "#"
},{
title: "It helps SEO",
href: "#"
# },{
# title: "Foo",
# href: "#"
# },{
# title: "Bar",
# href: "#"
# },{
# title: "Example Friends",
# href: "#"
# },{
# title: "It helps SEO",
# href: "#"
}
]

# Timezone
timezone: Asia/Shanghai
future: true
20 changes: 8 additions & 12 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<script src="{{ "/js/hux-blog.min.js " | prepend: site.baseurl }}"></script>


<!-- async load function -->
// <!-- async load function -->
<script>
function async(u, c) {
var d = document, t = 'script',
Expand Down Expand Up @@ -150,19 +150,15 @@

<!-- Google Analytics -->
{% if site.ga_track_id %}
<script>
// dynamic User by Hux
var _gaId = '{{ site.ga_track_id }}';
var _gaDomain = '{{ site.ga_domain }}';

// Originial
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128874333-1"></>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

ga('create', _gaId, _gaDomain);
ga('send', 'pageview');
gtag('config', 'UA-128874333-1');
</script>
{% endif %}

Expand Down
100 changes: 25 additions & 75 deletions _layouts/keynote.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,7 @@ <h2 class="subheading">{{ page.subtitle }}</h2>

<hr>

{% if site.duoshuo_share && site.duoshuo_username %}
<!-- 多说 Share start -->
</style>
<div class="ds-share"
style="text-align: right"
data-thread-key="{{page.id}}" data-title="{{page.title}}"
data-images="{{ site.url }}{{site.baseurl}}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}"
data-content="{{ content | strip_html | truncate:80 }} | Hux Blog,@Hux黄玄 的个人博客"
data-url="{{site.url}}{{site.baseurl}}{{page.url}}">
<div class="ds-share-inline">
<ul class="ds-share-icons-16">
<li data-toggle="ds-share-icons-more"><a class="ds-more" href="#">分享到:</a></li>
<li><a class="ds-wechat flat" href="javascript:void(0);" data-service="wechat">微信</a></li>
<li><a class="ds-weibo flat" href="javascript:void(0);" data-service="weibo">微博</a></li>
<li><a class="ds-douban flat" href="javascript:void(0);" data-service="douban">豆瓣</a></li>
</ul>
<div class="ds-share-icons-more">
</div>
</div>
<hr>
</div>
<!-- 多少 Share end-->
{% endif %}



<ul class="pager">
Expand All @@ -98,27 +76,17 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
</ul>


{% if site.duoshuo_username %}
<!-- 多说评论框 start -->
<div class="comment">
<div class="ds-thread"
data-thread-key="{{page.id}}"
data-title="{{page.title}}"
data-url="{{site.url}}{{site.baseurl}}{{page.url}}" >
</div>
</div>
<!-- 多说评论框 end -->
{% endif %}

{% if site.disqus_username %}
<!-- disqus 评论框 start -->
<div class="comment">
<div id="disqus_thread" class="disqus-thread">

</div>
</div>
<!-- disqus 评论框 end -->
{% endif %}
<!--{% if site.disqus_username %}-->
<!--&lt;!&ndash; disqus 评论框 start &ndash;&gt;-->
<!--<div class="comment">-->
<!--<div id="disqus_thread" class="disqus-thread">-->

<!--</div>-->
<!--</div>-->
<!--&lt;!&ndash; disqus 评论框 end &ndash;&gt;-->
<!--{% endif %}-->

</div>

Expand Down Expand Up @@ -182,43 +150,25 @@ <h5>FRIENDS</h5>
resize();
</script>

{% if site.duoshuo_username %}
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
// dynamic User by Hux
var _user = '{{site.duoshuo_username}}';

// duoshuo comment query.
var duoshuoQuery = {short_name: _user };
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
{% endif %}


{% if site.disqus_username %}
<!-- disqus 公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = "{{site.disqus_username}}";
var disqus_identifier = "{{page.id}}";
var disqus_url = "{{site.url}}{{page.url}}";
<!--{% if site.disqus_username %}-->
<!--&lt;!&ndash; disqus 公共JS代码 start (一个网页只需插入一次) &ndash;&gt;-->
<!--<script type="text/javascript">-->
<!--/* * * CONFIGURATION VARIABLES * * */-->
<!--var disqus_shortname = "{{site.disqus_username}}";-->
<!--var disqus_identifier = "{{page.id}}";-->
<!--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 %}
<!--(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>-->
<!--&lt;!&ndash; disqus 公共JS代码 end &ndash;&gt;-->
<!--{% endif %}-->


{% if site.anchorjs %}
Expand Down
Loading