-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
31 changed files
with
2,095 additions
and
1,270 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 |
---|---|---|
|
@@ -56,19 +56,19 @@ | |
|
||
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> | ||
|
||
<link href="/css/main.css?v=6.0.2" rel="stylesheet" type="text/css" /> | ||
<link href="/css/main.css?v=6.0.4" rel="stylesheet" type="text/css" /> | ||
|
||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=6.0.2"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=6.0.4"> | ||
|
||
|
||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=6.0.2"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=6.0.4"> | ||
|
||
|
||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=6.0.2"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=6.0.4"> | ||
|
||
|
||
<link rel="mask-icon" href="/images/logo.svg?v=6.0.2" color="#222"> | ||
<link rel="mask-icon" href="/images/logo.svg?v=6.0.4" color="#222"> | ||
|
||
|
||
|
||
|
@@ -83,7 +83,7 @@ | |
var CONFIG = { | ||
root: '/', | ||
scheme: 'Gemini', | ||
version: '6.0.2', | ||
version: '6.0.4', | ||
sidebar: {"position":"left","display":"post","offset":12,"b2t":true,"scrollpercent":true,"onmobile":false}, | ||
fancybox: false, | ||
fastclick: false, | ||
|
@@ -133,6 +133,12 @@ | |
<link rel="canonical" href="http://dandyxu.me/Git/How-to-use-Git-Submodule-to-manage-Hexo-themes/"/> | ||
|
||
|
||
|
||
<script type="text/javascript" id="page.configurations"> | ||
CONFIG.page = { | ||
sidebar: "", | ||
}; | ||
</script> | ||
<title>How to use Git Submodule to manage Hexo themes | Dandy Xu's Pit</title> | ||
|
||
|
||
|
@@ -369,7 +375,7 @@ <h2 class="post-title" itemprop="name headline">How to use Git Submodule to mana | |
|
||
|
||
|
||
<div class="post-wordcount"> | ||
<div class="post-symbolscount"> | ||
|
||
<span class="post-meta-divider">|</span> | ||
|
||
|
@@ -379,7 +385,7 @@ <h2 class="post-title" itemprop="name headline">How to use Git Submodule to mana | |
<i class="fa fa-file-word-o"></i> | ||
</span> | ||
|
||
<span title="Words count in article">2k</span> | ||
<span title="Symbols count in article">2k</span> | ||
|
||
|
||
|
||
|
@@ -445,6 +451,9 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
@@ -457,17 +466,13 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
<div> | ||
<ul class="post-copyright"> | ||
<li class="post-copyright-author"> | ||
<strong>Post author:</strong> | ||
Dandy Xu | ||
</li> | ||
<strong>Post author: </strong>Dandy Xu</li> | ||
<li class="post-copyright-link"> | ||
<strong>Post link:</strong> | ||
<a href="http://dandyxu.me/Git/How-to-use-Git-Submodule-to-manage-Hexo-themes/" title="How to use Git Submodule to manage Hexo themes">http://dandyxu.me/Git/How-to-use-Git-Submodule-to-manage-Hexo-themes/</a> | ||
</li> | ||
<li class="post-copyright-license"> | ||
<strong>Copyright Notice: </strong> | ||
All articles in this blog are licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/" rel="external nofollow" target="_blank">CC BY-NC-SA 3.0</a> unless stating additionally. | ||
</li> | ||
<strong>Copyright Notice: </strong>All articles in this blog are licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="external nofollow" target="_blank">CC BY-NC-SA 4.0</a> unless stating additionally.</li> | ||
</ul> | ||
|
||
</div> | ||
|
@@ -570,7 +575,7 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> | ||
|
||
<p class="site-author-name" itemprop="name">Dandy Xu</p> | ||
<p class="site-description motion-element" itemprop="description"></p> | ||
<p class="site-description motion-element" itemprop="description">Coding, Travelling, Reading and Enjoying</p> | ||
</div> | ||
|
||
|
||
|
@@ -591,6 +596,14 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
|
||
<div class="site-state-item site-state-categories"> | ||
<a href="/categories/index.html"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<span class="site-state-item-count">3</span> | ||
<span class="site-state-item-name">categories</span> | ||
</a> | ||
|
@@ -602,6 +615,20 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
|
||
<div class="site-state-item site-state-tags"> | ||
<a href="/tags/index.html"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<span class="site-state-item-count">6</span> | ||
<span class="site-state-item-name">tags</span> | ||
</a> | ||
|
@@ -614,31 +641,27 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
|
||
|
||
<div class="links-of-author motion-element"> | ||
|
||
<span class="links-of-author-item"> | ||
<a href="https://github.com/dandyxu" target="_blank" title="GitHub"> | ||
|
||
<i class="fa fa-fw fa-github"></i>GitHub</a> | ||
</span> | ||
|
||
<span class="links-of-author-item"> | ||
<a href="mailto:[email protected]" target="_blank" title="E-Mail"> | ||
|
||
<i class="fa fa-fw fa-envelope"></i>E-Mail</a> | ||
</span> | ||
|
||
<span class="links-of-author-item"> | ||
<a href="https://twitter.com/dandyjefferson" target="_blank" title="Twitter"> | ||
|
||
<i class="fa fa-fw fa-twitter"></i>Twitter</a> | ||
</span> | ||
|
||
<span class="links-of-author-item"> | ||
<a href="https://www.facebook.com/wenqian.xu.1" target="_blank" title="FB Page"> | ||
|
||
<i class="fa fa-fw fa-facebook"></i>FB Page</a> | ||
</span> | ||
|
||
|
||
<span class="links-of-author-item"> | ||
<a href="https://github.com/dandyxu" target="_blank" title="GitHub" rel="external nofollow"><i class="fa fa-fw fa-github"></i>GitHub</a> | ||
|
||
</span> | ||
|
||
<span class="links-of-author-item"> | ||
<a href="mailto:[email protected]" target="_blank" title="E-Mail" rel="external nofollow"><i class="fa fa-fw fa-envelope"></i>E-Mail</a> | ||
|
||
</span> | ||
|
||
<span class="links-of-author-item"> | ||
<a href="https://twitter.com/dandyjefferson" target="_blank" title="Twitter" rel="external nofollow"><i class="fa fa-fw fa-twitter"></i>Twitter</a> | ||
|
||
</span> | ||
|
||
<span class="links-of-author-item"> | ||
<a href="https://www.facebook.com/wenqian.xu.1" target="_blank" title="FB Page" rel="external nofollow"><i class="fa fa-fw fa-facebook"></i>FB Page</a> | ||
|
||
</span> | ||
|
||
</div> | ||
|
||
|
||
|
@@ -705,7 +728,7 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
<i class="fa fa-area-chart"></i> | ||
</span> | ||
|
||
<span title="Site words total count">11k</span> | ||
<span title="Symbols count total">11k</span> | ||
|
||
|
||
|
||
|
@@ -714,20 +737,24 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
<i class="fa fa-coffee"></i> | ||
</span> | ||
|
||
<span title="Site reading time">0:11</span> | ||
<span title="Reading time total">0:11</span> | ||
|
||
</div> | ||
|
||
|
||
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div> | ||
|
||
|
||
|
||
|
||
<div class="powered-by">Powered by <a class="theme-link" target="_blank" rel="external nofollow" href="https://hexo.io">Hexo</a></div> | ||
|
||
|
||
|
||
<span class="post-meta-divider">|</span> | ||
|
||
|
||
|
||
<div class="theme-info">Theme — <a class="theme-link" target="_blank" href="https://github.com/theme-next/hexo-theme-next">NexT.Gemini</a> v6.0.2</div> | ||
<div class="theme-info">Theme — <a class="theme-link" target="_blank" rel="external nofollow" href="https://github.com/theme-next/hexo-theme-next">NexT.Gemini</a> v6.0.4</div> | ||
|
||
|
||
|
||
|
@@ -740,6 +767,7 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
|
||
|
||
|
||
|
||
|
||
</div> | ||
</footer> | ||
|
@@ -816,32 +844,32 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
|
||
|
||
|
||
<script type="text/javascript" src="/js/src/utils.js?v=6.0.2"></script> | ||
<script type="text/javascript" src="/js/src/utils.js?v=6.0.4"></script> | ||
|
||
<script type="text/javascript" src="/js/src/motion.js?v=6.0.2"></script> | ||
<script type="text/javascript" src="/js/src/motion.js?v=6.0.4"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript" src="/js/src/affix.js?v=6.0.2"></script> | ||
<script type="text/javascript" src="/js/src/affix.js?v=6.0.4"></script> | ||
|
||
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=6.0.2"></script> | ||
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=6.0.4"></script> | ||
|
||
|
||
|
||
|
||
<script type="text/javascript" src="/js/src/scrollspy.js?v=6.0.2"></script> | ||
<script type="text/javascript" src="/js/src/post-details.js?v=6.0.2"></script> | ||
<script type="text/javascript" src="/js/src/scrollspy.js?v=6.0.4"></script> | ||
<script type="text/javascript" src="/js/src/post-details.js?v=6.0.4"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript" src="/js/src/bootstrap.js?v=6.0.2"></script> | ||
<script type="text/javascript" src="/js/src/bootstrap.js?v=6.0.4"></script> | ||
|
||
|
||
|
||
|
@@ -885,7 +913,6 @@ <h3 id="Migrate-to-another-environment"><a href="#Migrate-to-another-environment | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.