From 7e890989fdf547520f6a5d13ef714229e33f2e72 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Fri, 20 Mar 2015 17:32:16 +0800 Subject: [PATCH] add gitignore --- .gitignore | 1 + _config.yml | 38 -------------------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) create mode 100644 .gitignore delete mode 100644 _config.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b5ae8e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_config.yml \ No newline at end of file diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 1af241f..0000000 --- a/_config.yml +++ /dev/null @@ -1,38 +0,0 @@ -# Header -menu: - Home: / - Archives: /archives - About: /about - -# Content -excerpt_link: Read More -fancybox: true - -# Sidebar -sidebar: right -widgets: -- recent_posts -- category -- tag -- tagcloud -- archive - -# Contacts -contacts: - github: http://github.com/ppoffice - twitter: '#' - facebook: '#' - dribbble: '#' - rss: /atom.xml - -# Links -links: - Hexo: http://hexo.io - -# Miscellaneous -google_analytics: -favicon: /favicon.png -twitter: -google_plus: -fb_admins: -fb_app_id: \ No newline at end of file