Coder Social home page Coder Social logo

neilchenxie.github.io's People

Contributors

neilchenxie avatar

Stargazers

 avatar

Watchers

 avatar  avatar

neilchenxie.github.io's Issues

atom editor

最好的一点,所有功能都能通过ctrl+shift+p的搜索获得;不用刻意被hot-key,搜的次数多了,自然就记住了。符合使用习惯。
#搜索引擎是未来

URL方式

访问时:链接时,系统会自动加上/,所以baseurl不要加/结尾,因此别地方用到{{ site.baseurl }}的地方时,要在后面加上/,如:{{ site.baseurl }}/css/a.css.

  • baseurl: end with no /, "","/good"
  • permalink: start with no /, :categories/hello/
  • header: include href="{{ site.baseurl }}/{cssjs_path}"

Hot Pot

  • 香芋

  • 土豆

  • 鹌鹑蛋

  • 千张

  • 菇类

  • 肥牛肉

  • 青菜

  • 冬瓜片

  • 鸡胸肉

  • 油菜

  • 菠菜

  • 白菜

  • 莲藕

  • 菜心等

FashionList

Manage Mechanism

Note

Category

markdown files are managed by category-based folder system.

purpose: easy to manage.

  • professional
    • development
    • product
    • architecture
    • maintainance
    • communication
  • life
    • conclusion
      • hobby
    • information

Tag System

category must be tagged on each blog.

purpose: easy to search from different perpective.

os

  • linux
    • osx
    • ubuntu
    • centos
  • windows
  • ios

app

  • {name}
  • tips

document

language

  • java
  • python
  • js

hobby

  • efficiency
  • music
  • movie
  • humor
  • art
  • fashion

document

  • conclusion
  • principle
  • cheat_sheet

Jekyll Category Page

{% for category in site.categories %}
	<li><a name="{{ category | first }}">{{ category | first }}</a>
	<ul>
		{% for post in category.last %}
		<li><a href="{{ post.url }}">{{ post.title }}</a></li>
		{% endfor %}
	</ul>
	</li>
{% endfor %}

400马拉松计划

Week 1

  • Jog 40 min
  • Cross Train 30 min
  • 6X400m 2:05-2:15 Pace
  • Jog 30 min
  • Cross train 20-30 min
  • 7 miles at 10:40-11:10 pace
  • Rest

Week 2

  • Jog 40 min
  • Cross Train 30 min
  • 8X400m 2:05-2:15 Pace
  • Jog 30 min
  • Cross train 20-30 min
  • 9 miles(15km) at 10:40-11:10(6:30-6:55) pace
  • Rest

Week 3

Week 4

Week 5

Week 6

Week 7

Week 8

Week 9

Week 10

Week 11

Week 12

Week 13

Week 14

Week 15

Week 16

Week 17

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.