Skip to content

Commit d30049f

Browse files
committed
Add blogs
1 parent 77b2d2c commit d30049f

12 files changed

+109
-166
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ _site
55
.buildpath
66
.idea
77
*.iml
8+
*.lock

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
# Ryan Zhang Blog Resume
1+
# Ryan Zhang Page
2+
This page site is used to collect some of my activity and information in internet
23

3-
- 配置修改: _config.yml
4-
- 修改Slides默认模板: _layouts/reveal.html
5-
- 增加Slides: _slides/
4+
- Revise config 配置修改: _config.yml
5+
- Revise Slides Configuration 修改Slides默认模板: _layouts/reveal.html
6+
- Add Slides 增加Slides: _slides/
67

78
# How to build & Run
89
## Install ruby and ruby-dev
9-
dnf install ruby ruby-dev
10+
dnf install ruby ruby-devel
1011
or
1112
ruby -v
13+
You might need to install gcc-c++ as well
1214

1315
## Install github-pages
1416
gem install github-pages
1517

16-
##
18+
## 运行
1719
1) bundle exec jekyll build
1820
2) bundle exec jekyll serve
1921

@@ -27,6 +29,7 @@ _80 needs root permission_
2729
* bundle exec jekyll build --incremental --watch
2830

2931
# Description
32+
3033
## Upstream
3134
https://github.com.cnpmjs.org/jarrekk/Jalpc
3235

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Welcome to Jekyll!
22

33
# Website settings
4-
title: 升烟
4+
title: Ryan Zhang Cheng
55
description: 亲近自然,回归传统
66
keywords: redhat,openshift,devops,CI,CD,python,Java,cloud,kubernetes,fabric8,云计算,运维,jekyll,reveal.js,javascript
77
baseurl: "" # This will be your homepage
@@ -11,15 +11,15 @@ img_path: /static/assets/img # url should be '/homepage/static/assets/img/blog'
1111

1212
# author -- index page "about me" section
1313
author: # change following line to your infomation.
14-
name: RyanZhang # Be used at blog posts' author.
14+
name: RyanZhangCheng # Be used at blog posts' author.
1515
first_name: Ryan # Be used at index page about me section.
1616
last_name: Zhang # Be used at index page about me section.
1717
avatar: /static/assets/img/landing/avatar.jpg # upload your avatar at directory and edit it.
1818
github_username: ryanzhang # Leave blank if you don't have now
1919
linkedin_id: ryan-zhangcheng # Leave blank if you don't have now
2020
facebook_username: ryan.zhangcheng # Leave blank if you don't have now
21-
twitter_username: # Leave blank if you don't have now
22-
email: ryan.zhangcheng@qq.com # Leave blank if you don't have now
21+
twitter_username: ryanzhangcheng # Leave blank if you don't have now
22+
email: ryan.zhangcheng@gmail.com # Leave blank if you don't have now
2323
cv: #http://cv.ryanzhang.com # An online CV can be printed as PDF, leave blank if you don't have now
2424
# skill icons are on avatar's left and right side. Reference urls are http://fontawesome.io/ and http://fizzed.com/oss/font-mfizz
2525
skill_icon1:

_data/blog.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# blog page sections
2-
- name: Blog
2+
- name: Work
33
href: /blog/
44
i18n: nav.blog
55

66
# edit following lines to custom your blog page, make sure name is the same as href but capitalized first letter(except HTML)
7-
- name: Python
8-
href: /python/
9-
i18n: nav.blog
7+
# - name: Python
8+
# href: /python/
9+
# i18n: nav.blog
1010

11-
- name: Linux
12-
href: /linux/
13-
i18n: nav.donate
11+
# - name: Linux
12+
# href: /linux/
13+
# i18n: nav.donate
1414

1515
# - name: HTML
1616
# href: /html/
@@ -20,11 +20,14 @@
2020
href: /life/
2121
i18n: nav.donate
2222

23-
- name: Slide
24-
href: /slides
23+
- name: Home
24+
href: /
2525
i18n: nav.donate
26+
# - name: Slide
27+
# href: /slides
28+
# i18n: nav.donate
2629

2730
# Don't display donation page: change donation to off at file '_config.yml'
28-
- name: Donate
29-
href: /donate/
30-
i18n: nav.donate
31+
# - name: Donate
32+
# href: /donate/
33+
# i18n: nav.donate

_data/index/careers.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

_data/index/projects.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

_data/landing.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,44 @@
66
tpl: about.html
77
css:
88

9-
- id: career
10-
i18n: nav.career
11-
name: Career
12-
tpl: career.html
13-
css: timeline
9+
# - id: career
10+
# i18n: nav.career
11+
# name: Career
12+
# tpl: career.html
13+
# css: timeline
1414

1515
- id: skill
1616
i18n: nav.skills
1717
name: Skill
1818
tpl: skills.html
1919
css: team
2020

21-
- id: project
22-
i18n: nav.projects
23-
name: Project
24-
tpl: projects.html
25-
css: project
21+
# - id: project
22+
# i18n: nav.projects
23+
# name: Project
24+
# tpl: projects.html
25+
# css: project
2626

27-
# - id: blog
28-
# i18n: nav.blog
29-
# name: Blog
30-
# tpl: blog.html
31-
# page: blog/
32-
# css: testimonials navy-section
33-
34-
- id: album
35-
i18n: nav.album
36-
name: Album
37-
tpl: slides.html
38-
page: slides/album#/
27+
- id: blog
28+
i18n: nav.blog
29+
name: Blog
30+
tpl: blog.html
31+
page: blog/
3932
css: testimonials navy-section
33+
34+
# - id: album
35+
# i18n: nav.album
36+
# name: Album
37+
# tpl: slides.html
38+
# page: slides/album#/
39+
# css: testimonials navy-section
4040

41-
- id: slide
42-
i18n: nav.slide
43-
name: Slide
44-
tpl: slides.html
45-
page: slides/
46-
css: testimonials navy-section
41+
# - id: slide
42+
# i18n: nav.slide
43+
# name: Slide
44+
# tpl: slides.html
45+
# page: slides/
46+
# css: testimonials navy-section
4747

4848
- id: links
4949
i18n: nav.link

_includes/sections/about.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@ <h4><span class="navy">{{ site.author.first_name }}</span> {{ site.author.last_n
5858
</div>
5959
<div class="row">
6060
<div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg wow zoomIn">
61-
<p><span data-i18n="about_me.des">{{ site.author.desc }}</span></p>
61+
<p>I am a senior consultant in the App Dev domain in RedHat. I'm passionate about enabling Enterprise clients to accelerate digital transformation using open source technology and open practises. I am a skilled communicator with a passion of turning technologies and tools into values. <br /><br />With 14+ years of java software engineer experience, I was trained to be a good hand for developing new ideas, solving problems, and contributing to team work. <br /><br />People like to ask me "What attracts you to stay in RedHat for 11+ years". It's the Open Culture. "At Redhat, everyone is expected to be a leader".</p>
62+
<div style="float:left">
63+
<div>现任于红帽软件高级实施顾问,专注于AppDev领域。投身于通过使用开源技术和开放创新实践加速企业客户数字化转型。</div>
64+
<br/>
65+
<div style="float:left">兼具沟通与IT技术两方面能力。 14年的&middot;Java企业开发背景培养了我创新思维,解决问题,以及团队合作的能力,同时我是一个天生喜欢赋能他人的性格,所以我的现在的使命就是学习如何通过技术更加有效地转变为企业的价值。</div>
66+
<div style="float:left">我经常被问到的一个问题就是: "是什么吸引我在红帽待了10年以上", 其实就是开放的文化。 "在红帽,每个人都可以成为Leader.</div>
67+
</div>
68+
6269
</div>
6370
</div>
6471
</div>

_posts/2017-01-31-3-steps-to-setup-website-with-Jalpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "3 Steps (2 minutes) to Setup Your Personal Website "
44
date: 2017-01-31
55
desc: "3 Steps (2 minutes) to Setup Your Personal Website "
66
keywords: "Jalpc,Jekyll,reveal.js, gh-pages,website,blog,easy, online presentation"
7-
categories: [HTML]
7+
categories: [work]
88
tags: [Jalpc,Jekyll,Reveal.js,presentation]
99
icon: icon-html
1010
---
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: post
3+
title: "DDD-Domain Driven Design or Deadline Driven Design?"
4+
date: 2020-09-02
5+
desc: "DDD practise series-1 "
6+
keywords: "ddd,eventstorming,innovationlab"
7+
categories: [work]
8+
tags: [ddd,eventstorming,innovationlab]
9+
icon: icon-html
10+
---
11+
Publish this in:
12+
* [Medium Startup](https://medium.com/swlh/ddd-domain-driven-design-or-deadline-driven-design-6d7a2bbf34ff)
13+
* [DZone](https://dzone.com/articles/ddd-domain-driven-design-or-deadline-driven-design)
14+
* [Linkedin](https://www.linkedin.com/pulse/ddd-domain-driven-design-deadline-%E8%AF%9A-%E5%BC%A0/?published=t)

0 commit comments

Comments
 (0)