Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75abdf5

Browse files
author
zouyi
committed
add about
1 parent 3a4c164 commit 75abdf5

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ index_with_subtitle: false
147147
menu:
148148
home: /
149149
#categories: /categories/
150-
#about: /about/
151150
archives: /archives/
152151
tags: /tags/
153152
#sitemap: /sitemap.xml
154153
#commonweal: /404.html
154+
about: /about/
155155

156156

157157
# Enable/Disable menu icons.

_includes/_blocks/title.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
{% capture title %}{{ __.title.category }} | {{ site.title }}{% endcapture %}
2323
{% when 'tag' %}
2424
{% capture title %}{{ __.title.tag }} | {{ site.title }}{% endcapture %}
25+
{% when 'about' %}
26+
{% capture title %}{{ __.title.about }} | {{ site.title }}{% endcapture %}
2527
{% when 'schedule' %}
2628
{% capture title %}{{ __.title.schedule }} | {{ site.title }}{% endcapture %}
2729
{% endcase %}

about/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: page
3+
type: about
4+
title: 关于
5+
permalink: /about/
6+
---
7+
博主 邹毅
8+
9+
夜行者之路博客最早是我在大学期间用着上铺rayyn搭好的WordPress开始撰写的。
10+
11+
直到毕业后买的起域名和vps(悲伤脸)后就一直是现在的 oadoc360.com
12+
13+
记录的内容非常零碎,今年决定系统的整理一次,并迁移到jekyll上。
14+
15+
在通达信科开发国内前三的OA办公系统历时5年,对于办公领域的业务痛点知之颇深,然人力有穷时,深感面向企业开发之困难。
16+
17+
遂转投万达电商旗下做飞凡项目开发历时2年,结识了多批有识之士,参与设计开发了应对大流量大并发的抽奖送券平台、X元夺宝平台,又研习Golang参与开发了穿云智能诊断平台,奈何时也运也,万达终究无法把整套业务在短短的几年积累下产生盈利,大家各奔东西。
18+
19+
现在我在乐影网做B2B2C的在线售票平台,与客户共赢,我们不断开发出了APP、移动版网页、小程序等多套产品,同时服务覆盖全国上千家院线。
20+
21+
理念 唯美食和老婆不可辜负。
22+
23+

0 commit comments

Comments
 (0)