Browse Source

refactor:优化配置和添加备案信息

王智勇 4 years ago
parent
commit
80d9aed448
2 changed files with 20 additions and 17 deletions
  1. 3 3
      _config.yml
  2. 17 14
      themes/material-flow/layout/_partial/footer.ejs

+ 3 - 3
_config.yml

@@ -3,9 +3,9 @@
 ## Source: https://github.com/hexojs/hexo/
 
 # Site
-title: 杂货间
-subtitle: Killua's Home
-description: Grocery room for technology
+title: 杂货间 - 个人java技术分享
+subtitle: 个人技术分享及记录
+description: 个人技术分享及记录
 keywords:
   - blog
   - IT

+ 17 - 14
themes/material-flow/layout/_partial/footer.ejs

@@ -1,18 +1,21 @@
 <footer id="footer" class="clearfix">
 
-	<div class="social-wrapper">
-  	<% if (theme.social) { %>
-      <% theme.social.forEach(function(value, key) {
-           if (value.url && value.slug) { %>
-        <a href="<%= value.url %>" class="social <%= value.slug %>"
-          target="_blank" rel="external">
-          <span class="icon icon-<%= value.slug %>"></span>
-        </a>
-      <% } }); %>
-    <% } %>
-  </div>
-  
-  <div>Theme <a href='https://github.com/stkevintan/hexo-theme-material-flow' class="codename">MaterialFlow</a> designed by <a href="http://keyin.me/" target="_blank">Kevin Tan</a>.</div>
-  
+    <div class="social-wrapper">
+        <% if (theme.social) { %>
+            <% theme.social.forEach(function(value, key) {
+            if (value.url && value.slug) { %>
+                <a href="<%= value.url %>" class="social <%= value.slug %>"
+                   target="_blank" rel="external">
+                    <span class="icon icon-<%= value.slug %>"></span>
+                </a>
+            <% } }); %>
+        <% } %>
+    </div>
+
+    <div>Theme <a href='https://github.com/stkevintan/hexo-theme-material-flow' class="codename">MaterialFlow</a>
+        designed by <a href="http://keyin.me/" target="_blank">Kevin Tan</a>.
+    </div>
+    <div><a href="http://www.miitbeian.gov.cn/">蜀ICP备19021585号-1</a></div>
+
 </footer>