1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
Commit Graph

1896 Commits

Author SHA1 Message Date
Lewis Cowper
8e7f28f069 fix typo 2017-08-22 10:01:16 +02:00
wsdjeg
dd4598ef0c Update version 2017-08-22 03:45:29 +08:00
techgaun
34d100d683
remove stray chars from documentation 2017-08-20 22:45:58 -05:00
wsdjeg
b41da783e6 Release v0.4.0
FEATURES:
    Add comment mappings #683
    Achievements #677
    Add text manipulation commands #684
    Add text insertion commands #685
    Add CompleteParameter #688
    Toggle cursor position #697
    Add background searching feture #699
    Improve plugin manager #702 #703
    Grep on the fly #705 #709 #714 #717
    Add prompt api #715
    Add web api #726
    Add check requirement script #736
    Add language specified mappings #748
    Improve Java layer #749
    Add project manager mappings #751
    Add plugin for mark active window #755
       (not sure if it will be removed)
    Add help for mappings #756
    Update autocomplete layer doc #759
    Add tags layer #764

FIX:
   Fix vimfiler direction #686
   Fix welcome page #707
   Fix visual SPC #708
   Fix windows support #712
   Fix n/N hl state #720
   Fix guibg parse #723
   Fix unknown option #727
   Fix select mode statusline #737
2017-08-06 04:37:20 +08:00
wsdjeg
2431cd6d50 Update mappings 2017-08-06 00:01:32 +08:00
wsdjeg
0a8ac78a27 Add doc 2017-08-02 06:04:56 +08:00
wsdjeg
dd6440a73b Update git ignore 2017-08-02 05:39:35 +08:00
wsdjeg
bfe54b9af2 Add doc for complete layer 2017-08-01 05:35:21 +08:00
wsdjeg
53de7fce0d complete options 2017-07-30 07:15:13 +08:00
wsdjeg
174fac5c93 Update doc for autocomplete layer 2017-07-30 06:53:54 +08:00
wsdjeg
b6beb72332 Improve lang#java layer 2017-07-29 17:16:23 +08:00
wsdjeg
e68fb5f706 Improve shell layer 2017-07-28 05:22:12 +08:00
wsdjeg
d0d1d729b2 Add project manager mappings
ref: #637
ref: #747
2017-07-27 08:34:22 +08:00
wsdjeg
244d014073 Improve markdown layer
ref: https://github.com/wooorm/remark/issues/281#issuecomment-318073708
2017-07-27 06:52:18 +08:00
wsdjeg
32f5057954 Update java layer doc 2017-07-27 06:34:59 +08:00
wsdjeg
ace15f8292 Update doc for java layer 2017-07-26 06:39:59 +08:00
wsdjeg
4616c0c15c Add todos 2017-07-24 05:56:18 +08:00
wsdjeg
626b4baed6 Fix conflict 2017-07-23 05:58:56 +08:00
wsdjeg
08ee17ab3b Add doc for transient state 2017-07-23 00:07:25 +08:00
wsdjeg
c8c700efe1 Add buffer selection transient state 2017-07-22 22:52:15 +08:00
wsdjeg
5521e64072 Add transient state api 2017-07-22 07:30:17 +08:00
wsdjeg
70bece9367 Auto install packge manager 2017-07-21 06:55:24 +08:00
wsdjeg
aaadf28c98 Add checkRequirements 2017-07-20 05:23:17 +08:00
wsdjeg
b1ebe04d44 Add SPC x c 2017-07-19 07:09:41 +08:00
Wang Shidong
fe170acb61 Merge pull request #730 from kenjitoyama/fix_typo
Fix typo: s/recommenced/recommended/
2017-07-17 10:20:44 +08:00
Daniel Kenji Toyama
9240feafb2 Fix grammar in Install docs. 2017-07-16 21:37:53 -04:00
Daniel Kenji Toyama
33f08e5b0b Fix typo: s/recommenced/recommended/ 2017-07-16 21:28:25 -04:00
wsdjeg
6afd8ce554 Merge dev 2017-07-17 07:47:59 +08:00
wsdjeg
f53fc71e3f Add mappings for changing symbol style 2017-07-17 07:08:53 +08:00
wsdjeg
e7124b8801 Merge branch 'dev' into comment 2017-07-11 03:57:48 +08:00
Wang Shidong
d6f184f2da Grep on the fly (#705)
* Grep on the fly

* Fix screen update

* Fix commands for prompt

* Supprt <BS> in prompt

* Redrew on stdout

* Fix prompt api

* Improve flygrep screen update

* Add function keys for flygrep buffer

* Add statusline support && ignore case

* Add highlight feature

* Fix highlight error

* Ignore FocusLost and FocusGained

* Add prompt mappings

* Add documentation for fly searching

* Update documentation

* Fix lint for flygrep
2017-07-06 21:59:09 +08:00
wsdjeg
6845ac5f74 Fix install script bug with -u option 2017-07-04 00:04:59 +08:00
wsdjeg
317bf128a3 Add uninstall info 2017-07-03 23:53:55 +08:00
wsdjeg
58b6d6f51e Fix usage in script help 2017-07-03 22:12:06 +08:00
wsdjeg
47ef38ea7f Add version information 2017-07-03 22:08:04 +08:00
wsdjeg
a02bc3e628 Fix type 2017-07-03 21:16:57 +08:00
wsdjeg
93039d0edf Update install script for spacevim 2017-07-03 21:15:45 +08:00
wsdjeg
4c8bb2272d Merge from techgaun && fix conflict 2017-07-02 23:05:04 +08:00
wsdjeg
0778003525 Fix document for grep searching 2017-07-02 22:17:25 +08:00
wsdjeg
ba6f36edfc Mappings done 2017-07-02 21:35:47 +08:00
wsdjeg
398c8b2465 Add SPC t m p for toggle cursor position
close #692
2017-07-01 20:37:48 +08:00
wsdjeg
8a4d2774fe Add comment doc 2017-07-01 19:54:30 +08:00
Wang Shidong
d05566c901 Add text insertion commands (#685)
* Add text insertion commands

* Add password api

* Implement SPC i p *

* Add mapping for uuidgen

* Add SPC i l l for insert lorem-ipsum list

* Add SPC i l p for insert lorem-ipsum paragraph

* Add SPC i l s for insert lorem-ipsum sentence

* Fix lint
2017-07-01 01:32:14 -05:00
techgaun
f268a70896
update title 2017-06-30 12:19:46 -05:00
techgaun
56d2b17dfc
update gina docs 2017-06-30 12:18:03 -05:00
Wang Shidong
2efc4ac509 Update index.md 2017-06-29 13:45:29 +08:00
wsdjeg
cb37777f5b Add mappings need to be impl 2017-06-28 22:11:26 +08:00
wsdjeg
b55751be03 Add text manipulation commands example PR 2017-06-28 21:36:51 +08:00
wsdjeg
3093eb866d Finish star_rc 2017-06-28 21:08:53 +08:00
wsdjeg
efd833054f Add func for list stargazers 2017-06-28 20:47:17 +08:00
wsdjeg
c0bb57f766 Update achievements func 2017-06-28 20:47:17 +08:00
wsdjeg
9e69df0c85 Add achievements func 2017-06-28 20:47:17 +08:00
wsdjeg
b34e3bec94 Add Achievements 2017-06-28 20:47:17 +08:00
wsdjeg
f1c37ea24f Fix comflict 2017-06-27 20:55:57 +08:00
wsdjeg
3ade552032 Add some mappings with z prefix 2017-06-27 14:16:07 +08:00
wsdjeg
3fdfb3bb1b Update doc for z mappings 2017-06-25 14:24:12 +08:00
wsdjeg
6d426b2281 Add z mapping guide 2017-06-25 14:00:59 +08:00
wsdjeg
c42b77ffe2 Add persistent hls option 2017-06-24 23:09:54 +08:00
wsdjeg
4183efa511 Add support for searching with ag 2017-06-23 21:19:47 +08:00
wsdjeg
1f2873c7e7 Add SPC s * mappings for searching 2017-06-23 00:11:15 +08:00
wsdjeg
becf30ac7c Fix unite grep source config 2017-06-22 23:17:15 +08:00
wsdjeg
41a3b3a403 Add searching documentation 2017-06-21 23:54:32 +08:00
Timg
c9f3b0d9dd Update 404.md 2017-06-21 11:56:14 +08:00
Timg
b626ac4d5c Fix json code format in blog (#639)
* Update 2017-02-11-vim8-new-feature-timers-zh_cn.md

* Update 2017-02-11-vim8-new-feature-timers-zh_cn.md
2017-06-20 07:21:57 +08:00
wsdjeg
4189d21b70 Add document for statusline color 2017-06-18 23:20:24 +08:00
Wang Shidong
ff4bdc4281 Merge branch 'dev' into g_prefix 2017-06-18 21:32:06 +08:00
wsdjeg
79a659a188 Update documentation 2017-06-18 21:15:17 +08:00
Wang Shidong
d76d83f4c0 Create 2017-02-11-vim8-new-feature-timers-zh_cn.md (#633)
* Create 2017-02-11-vim8-new-feature-timers-zh_cn.md

* Update 2017-02-11-vim8-new-feature-timers-zh_cn.md

* Update README_zh_cn.md

* Update README_zh_cn.md

* Update 2017-02-11-vim8-new-feature-timers-zh_cn.md

* Add example for starting a timer

* Update 2017-02-11-vim8-new-feature-timers-zh_cn.md
2017-06-17 10:38:55 +08:00
wsdjeg
c10761bfa4 Remove vimfiler message when toggle buffer 2017-06-17 10:38:55 +08:00
wsdjeg
a40cc8ed6c Fix enter dir 2017-06-17 10:38:55 +08:00
wsdjeg
46aac2c013 Add doc for file tree 2017-06-17 10:38:55 +08:00
Wang Shidong
5048909b2a Create 2017-02-11-vim8-new-feature-timers-zh_cn.md (#633)
* Create 2017-02-11-vim8-new-feature-timers-zh_cn.md

* Update 2017-02-11-vim8-new-feature-timers-zh_cn.md

* Update README_zh_cn.md

* Update README_zh_cn.md

* Update 2017-02-11-vim8-new-feature-timers-zh_cn.md

* Add example for starting a timer

* Update 2017-02-11-vim8-new-feature-timers-zh_cn.md
2017-06-17 10:37:07 +08:00
wsdjeg
b207d64764 Add g* etc 2017-06-11 22:14:32 +08:00
wsdjeg
2be0b8b67c Add ge for go to previous word end 2017-06-11 20:20:06 +08:00
wsdjeg
0d2b4506cd Fix code block
http://spec.commonmark.org/0.27/#code-spans
2017-06-10 20:23:55 +08:00
wsdjeg
b122e50bef Update doc for g prefix command 2017-06-10 20:08:48 +08:00
wsdjeg
3cf2dad981 Merge branch 'file_tree' into dev 2017-06-09 22:49:43 +08:00
wsdjeg
30fec17114 Remove vimfiler message when toggle buffer 2017-06-09 22:29:52 +08:00
wsdjeg
23249ad375 Fix enter dir 2017-06-09 21:08:16 +08:00
wsdjeg
18bf63459d Enable sitemap for website 2017-06-08 22:35:03 +08:00
wsdjeg
d17a01531c Add doc for file tree 2017-06-08 00:29:31 +08:00
wsdjeg
431b1b85a0 Add SPC f v d to open custom configration file 2017-06-07 20:20:54 +08:00
wsdjeg
69b250b6f5 Add file mappings 2017-06-06 23:34:12 +08:00
wsdjeg
bb3c24ec8f Add bookmarks 2017-06-05 23:11:20 +08:00
wsdjeg
66e8820e82 Add mappings for create empty buffer 2017-06-05 21:17:44 +08:00
Wang Shidong
026d0d713d Buffer mappings (#600)
* Add SPC b D

* Fix SPC b D

* Add SPC b C-d

* Add SPC b * mappings

* Fix buffer mappings
2017-06-04 22:58:47 +08:00
wsdjeg
432192e739 Add mapping for jump to url 2017-06-02 22:33:19 +08:00
wsdjeg
64e424f6bc Add SPC j o for open line 2017-06-02 00:05:55 +08:00
wsdjeg
67f56a312c Add jump forward/backward 2017-06-01 23:41:13 +08:00
wsdjeg
3bdc9c3c94 Update doc for windows mappings 2017-05-31 23:31:52 +08:00
wsdjeg
8b06ee7989 Add SPC w * mappings 2017-05-31 23:31:52 +08:00
wsdjeg
32c15d5407 Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-05-31 21:57:02 +08:00
Wang Shidong
1df5b0037e Update goals of v0.4.0 2017-05-31 11:01:43 +08:00
Wang Shidong
04375349e6 Update roadmap.md 2017-05-31 10:57:29 +08:00
wsdjeg
266d5de9d5 Add windows mappings 2017-05-30 23:53:06 +08:00
wsdjeg
2406e18cc4 Update communite page 2017-05-30 21:41:25 +08:00
wsdjeg
dfd3fccc14 Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-05-30 12:55:00 +08:00
wsdjeg
6d53ee7057 Merge branch 'lang/lisp' into dev 2017-05-30 12:54:37 +08:00
Javier Tiá
0297f509ea Add documentation about Atom color schemes
vim-one plugin doesn't work well with SpaceVim in dark mode. See #507
for further discussion.
2017-05-29 21:21:47 -06:00
Javier Tiá
f831bbb6b5 Add spacevim_colorscheme_bg documentation 2017-05-29 21:10:43 -06:00
wsdjeg
c12af4fe93 Update doc for tabline and windows jumpping
- use SPC number to jump to a windows
- use Leader number to jump to a index in tabline
2017-05-29 21:23:32 +08:00
wsdjeg
94a1277c60 Add mapping for split string
SPC j s : split string without newline
SPC j S : split string and add newline
2017-05-29 15:16:18 +08:00
wsdjeg
859c494dbc Update jump mappings 2017-05-28 23:24:55 +08:00
wsdjeg
2f392d6c38 Add SPC j * 2017-05-28 21:37:56 +08:00
wsdjeg
0a4f378b7a Add lang#layer doc 2017-05-26 22:29:43 +08:00
wsdjeg
74e8072978 Bump version to v0.4.0-dev 2017-05-26 20:11:45 +08:00
wsdjeg
d99ad870d9 Update doc link 2017-05-25 22:14:40 +08:00
wsdjeg
94bbf19491 update release post 2017-05-25 21:50:13 +08:00
wsdjeg
4310dfa545 Add unimpaired bindings [c and ]c 2017-05-25 00:48:45 +08:00
wsdjeg
9884ea2c56 Add unimpaired bindings [f and ]f 2017-05-25 00:27:56 +08:00
wsdjeg
41e49e5638 Add SPC j * 2017-05-24 22:15:07 +08:00
wsdjeg
0a914e2b92 Add toggle whitespace mappings SPC t w 2017-05-23 22:56:36 +08:00
Wang Shidong
d22f4344ab Create 2017-05-31-SpaceVim-release-v0.3.0.md (#479)
* Create 2017-05-31-SpaceVim-release-v0.3.0.md

* Add release info
2017-05-23 08:35:34 +08:00
wsdjeg
5c4854bc6c Update doc for statusline 2017-05-22 22:34:08 +08:00
wsdjeg
67e10b74ed Add pic for search index 2017-05-22 22:02:36 +08:00
Wang Shidong
844d45f91b Merge branch 'dev' into statusline 2017-05-20 21:05:38 +08:00
wsdjeg
8ad3998ab4 Split the statusline API 2017-05-20 20:07:28 +08:00
wsdjeg
b3224078c5 Add nil separator 2017-05-19 21:34:39 +08:00
wsdjeg
b62e889525 Add slant separator 2017-05-19 20:54:34 +08:00
wsdjeg
079f7362e7 Add curve separator 2017-05-19 20:45:03 +08:00
Wang Shidong
10a2fee05f Update documentation.md 2017-05-19 13:59:02 +08:00
Wang Shidong
100b2cc365 Update documentation.md 2017-05-19 13:40:42 +08:00
Wang Shidong
f46e117d93 Update documentation.md 2017-05-19 13:19:03 +08:00
wsdjeg
072c8ede5e Add time battery status sections 2017-05-19 00:09:15 +08:00
Wang Shidong
690494347e Update website content (#540)
* Create roadmap.md

* Add todo and unplanned milestone

* Update roadmap.md

* Update index.md

* Update index.md

* Update index.md

* Create 2017-05-31-SpaceVim-Newsletter-A-New-Hope.md
2017-05-17 14:44:44 +08:00
wsdjeg
9d908e74b2 Update statusline layer 2017-05-17 00:46:25 +08:00
wsdjeg
a14ef64149 Improve checker layer doc 2017-05-15 23:22:54 +08:00
wsdjeg
973116b6fc Add mapping for auto detect the file encoding 2017-05-15 22:20:58 +08:00
wsdjeg
ed36732d5c Update doc for Multi-Encodings 2017-05-15 21:39:20 +08:00
wsdjeg
1fa59c3002 Use a quick markdown plugin 2017-05-15 20:01:05 +08:00
wsdjeg
40a1fabefa Add custom function for define SPC in init.vim
close #517
2017-05-14 22:14:38 +08:00
wsdjeg
5636256bef Add lang#php layer documentation
close #526
2017-05-14 20:04:12 +08:00
wsdjeg
74b742f2e5 Update doc for tabmanager 2017-05-12 23:43:03 +08:00
wsdjeg
b943319ae0 🐛 Fix unnecessary buffer created
fix #514
2017-05-12 20:06:20 +08:00
wsdjeg
1923e9b383 Update mappings doc for checkers layer 2017-05-11 21:14:48 +08:00
wsdjeg
a1a5d69279 Add doc for checkers layer 2017-05-11 21:10:20 +08:00
wsdjeg
3626c53387 Add lang#markdown doc 2017-05-10 21:35:45 +08:00
wsdjeg
4572fc1640 Update mappings of unite 2017-05-10 00:15:25 +08:00
wsdjeg
0f6adbc709 Fix langSPC 2017-05-10 00:03:18 +08:00
wsdjeg
b2d2023b25 Use vim-markdown-toc to generate toc 2017-05-09 23:20:41 +08:00
wsdjeg
84eb522f3d Add lang#java doc 2017-05-09 22:39:05 +08:00
wsdjeg
cd0b47f769 Add layers docs 2017-05-09 21:55:01 +08:00
wsdjeg
e5f9a6efd6 Update index 2017-05-08 20:15:52 +08:00
Wang Shidong
b03ca97e13 develop verson (#502)
* Remove black line

* Test menu

* Test menu

* remove teble title

* Update guide doc

* Add paging help info

* Add pic for unite mapping

* Add help mappings doc

* Add SPC h I: report issue of SpaceVim

* Add SPC h SPC for unite SpaceVim help

* Add doc for get root prefix

* Fix error of guide

* Fix SPC h k mappings

* Add denite group to mapping root

* Add SPC h m mappings
2017-05-07 23:33:03 +08:00
wsdjeg
42fda05647 Merge branch 'doc' into dev 2017-05-05 20:37:34 +08:00
wsdjeg
1526521a5d Merge remote-tracking branch 'origin/dev' into dev 2017-05-05 20:37:17 +08:00
wsdjeg
b0170b790d Add doc for mappings guide 2017-05-03 22:51:29 +08:00
wsdjeg
a6551f60dd DOC: statusline 2017-05-03 20:05:33 +08:00
Wang Shidong
bfec48aa1e Add files via upload 2017-05-03 10:53:58 +08:00
wsdjeg
5a5326b371 Fix Ui toggle 2017-05-02 22:22:27 +08:00
wsdjeg
6ca1495310 Add ui toggle mappings 2017-05-01 00:14:20 +08:00
wsdjeg
cdbaeeb744 Update colorscheme doc 2017-04-30 15:53:59 +08:00
wsdjeg
1cc31cdb58 Add doc for colorscheme 2017-04-30 15:34:09 +08:00
wsdjeg
9c438aca22 Fix menu 2017-04-30 14:57:39 +08:00
wsdjeg
b81aaa048e Add screenshots 2017-04-30 14:49:09 +08:00
wsdjeg
669f9cba55 Update doc 2017-04-30 14:43:09 +08:00
wsdjeg
5e4c34aedf Add custom config doc 2017-04-30 14:22:28 +08:00
wsdjeg
093be7fa3c Add doc for update spacevim 2017-04-30 13:10:22 +08:00
wsdjeg
fa4c89f326 Add core pillars 2017-04-30 12:14:08 +08:00
wsdjeg
936d785804 Add autocomplete layer doc 2017-04-29 21:49:49 +08:00
wsdjeg
3f7aefc5be Add chat layer doc 2017-04-29 21:30:31 +08:00
wsdjeg
d2447144f0 Update pic in readme_zh_cn 2017-04-29 20:58:57 +08:00
wsdjeg
2664cece8c Update readme 2017-04-29 16:43:11 +08:00
wsdjeg
c675b31d57 Update doc 2017-04-29 15:37:39 +08:00
wsdjeg
2946eae7ff Add black line 2017-04-26 21:53:37 +08:00
wsdjeg
abf108b542 Add mapping doc 2017-04-26 21:50:39 +08:00
wsdjeg
9b313222a0 Add +project mappings group 2017-04-22 23:22:33 +08:00
wsdjeg
d5924d2640 Update logo 2017-04-18 17:36:31 +08:00
wsdjeg
4d4693c944 Update website pic 2017-04-14 23:26:47 +08:00
wsdjeg
1ba8fc558a 📝Add emoji convention 2017-04-09 23:40:33 +08:00
wsdjeg
2e84b928a2 Fix dein support 2017-04-07 19:49:24 +08:00
wsdjeg
43f35d7055 Fix page width 2017-03-17 21:33:32 +08:00
wsdjeg
2db70f1bfc Add font link and vimproc dll info 2017-03-17 21:21:00 +08:00
wsdjeg
bfae381406 Update toc 2017-03-17 20:50:19 +08:00
wsdjeg
f3f6ec4ef3 Merge branch 'dev' into spacevim_zh_cn 2017-03-17 16:56:38 +08:00
wsdjeg
1cc77cffa9 Add markdown style guide 2017-03-17 16:18:19 +08:00
wsdjeg
d9f822a496 Merge doc 2017-03-16 23:42:51 +08:00
Wang Shidong
5459c981a9 Add unite mapping map 2017-03-16 13:16:36 +08:00
wsdjeg
f3fcdf5711 Add dict apis
Thanks for https://github.com/vim-jp/vital.vim
2017-03-13 20:23:29 +08:00
wsdjeg
d388e732fe Add options 2017-03-12 19:08:16 +08:00
wsdjeg
d9e1f93917 Update options doc 2017-03-12 18:30:47 +08:00
Wang Shidong
9b85c56b8a Update README_zh_cn.md 2017-03-11 10:12:27 +08:00
wsdjeg
620a5cb83b Fix mapping s+Q 2017-03-10 20:36:26 +08:00
wsdjeg
dcd6479e7c Merge branch 'core_layer' into dev 2017-03-07 22:12:08 +08:00
wsdjeg
3e486f203e Fix type 2017-03-07 22:11:41 +08:00
wsdjeg
b592fe6b8e Update custom config doc 2017-03-06 23:39:03 +08:00
wsdjeg
eb1293abf1 Add viml coding style guide 2017-03-06 21:51:14 +08:00
wsdjeg
42728f9cb3 Add google mailing list 2017-03-06 20:22:07 +08:00
Wang Shidong
ed3a73d309 Merge pull request #293 from NWuensche/update-linux-website
Write how to install plugin on Linux on Website.
2017-03-04 10:40:49 +08:00
wsdjeg
6ef8bc1d92 Update context of development page 2017-03-02 22:20:46 +08:00
wsdjeg
65c87321a3 Update context of development page 2017-03-02 20:17:13 +08:00
wsdjeg
0e78fae238 Remove blog in menu 2017-03-01 23:15:00 +08:00
wsdjeg
c265d58ae9 Add adsense 2017-03-01 20:13:34 +08:00
Bo Liu
bbdce965f6 Update default.html 2017-02-28 12:58:24 +08:00
wsdjeg
7684509eeb Add doc for bookmarks plugin 2017-02-27 22:41:18 +08:00
wsdjeg
783d46f5ec Add sponsors list 2017-02-27 22:23:22 +08:00
wsdjeg
39854b1a7f Update screenshot 2017-02-26 21:05:28 +08:00
nwuensche
bb1727c530 Write how to install plugin on Linux on Website. 2017-02-26 11:02:46 +01:00
wsdjeg
c9beaec8eb Add links for spacevim development 2017-02-25 21:23:27 +08:00
wsdjeg
7ff05460fe Fix 404 page link 2017-02-25 21:03:30 +08:00
wsdjeg
2305517ae1 Fix 404 2017-02-25 21:02:38 +08:00
wsdjeg
86ccba902e Fix blog link 2017-02-25 21:01:05 +08:00
wsdjeg
0860871a17 Add fork img 2017-02-22 00:57:19 +08:00
wsdjeg
bfbfc6fd0a update website 2017-02-20 22:05:01 +08:00
wsdjeg
a1d9198725 Merge branch 'dev' 2017-02-19 22:58:01 +08:00
wsdjeg
8c704c6d98 Fix redirect_from 2017-02-19 22:37:45 +08:00
eliasrodrigo
9dfea5d887 Add missing BAR between 'blogs' and 'sponsors' 2017-02-19 15:35:42 +01:00
eliasrodrigo
de4aaa6459 add 'redirect_from:' field to the front matter 2017-02-18 15:28:49 +01:00
eliasrodrigo
ea800c3fc5 set permalink style to '/:title/' 2017-02-18 15:24:36 +01:00
eliasrodrigo
4e002eeac8 add title, categories and excerpt fields to the front matter 2017-02-18 15:21:30 +01:00
eliasrodrigo
9b6098674c basic html/liquid structure for listing posts with title, date and excerpt 2017-02-18 15:15:36 +01:00
eliasrodrigo
370cfa60e4 add title and excerpt fields to the front matter 2017-02-18 15:14:32 +01:00
eliasrodrigo
a8aa1cf2b3 add blog's menu entry 2017-02-18 14:11:34 +01:00
eliasrodrigo
ba1ed4244d rename blog's title 2017-02-18 14:09:19 +01:00
eliasrodrigo
7c149f7be7 add 'redirect-from-plugin' 2017-02-18 14:03:42 +01:00
eliasrodrigo
efb74c33b2 add basic Gemfile, allows local preview with 'bundle exec jekyll server' 2017-02-18 13:57:06 +01:00
wsdjeg
8fcae6b93e Fix api page 2017-02-17 21:02:14 +08:00
wsdjeg
d511bf7c8f Add json-ld 2017-02-17 20:07:41 +08:00
wsdjeg
445c0773db Fix 404 2017-02-16 23:26:47 +08:00
wsdjeg
828ac54e5c Add apis page 2017-02-16 23:23:12 +08:00
wsdjeg
6cc1acece0 Add file and system doc 2017-02-16 23:14:23 +08:00
wsdjeg
7f8df95e7f Remove fix 2017-02-16 22:52:33 +08:00
wsdjeg
635552ee9d Fix link 2017-02-16 22:50:52 +08:00
wsdjeg
a22c9ea559 Fix old link 2017-02-16 22:46:45 +08:00
wsdjeg
6dba853eab Update link 2017-02-16 22:43:30 +08:00
wsdjeg
95ac791ef3 Fix 404 page 2017-02-15 23:59:05 +08:00
wsdjeg
d8c00158b6 Add api link 2017-02-15 23:56:04 +08:00
wsdjeg
21cf6b3a09 Add api 2017-02-15 23:49:16 +08:00
wsdjeg
529363eb81 Merge branch 'badge' into dev 2017-02-15 23:34:58 +08:00
wsdjeg
fb5cdc8e7d Fix about page tigle 2017-02-15 22:06:45 +08:00
wsdjeg
92e93904b3 Fix main title 2017-02-15 22:05:31 +08:00
wsdjeg
ff936c3905 Fix title 2017-02-15 21:55:25 +08:00
wsdjeg
5d651ef988 Update sitemap 2017-02-15 21:40:29 +08:00
wsdjeg
78c0f8542f Add badge 2017-02-14 23:15:22 +08:00
wsdjeg
37ec7bf9ca Fix 404 2017-02-13 21:28:32 +08:00
wsdjeg
a448fef2ee Update sponsors 2017-02-13 21:03:20 +08:00
wsdjeg
f5c46423df Fix blog list 2017-02-13 20:59:06 +08:00
wsdjeg
4147f223bd Update pic 2017-02-13 20:30:00 +08:00
wsdjeg
a567e1d71b By me a coffee 2017-02-13 20:23:42 +08:00
Wang Shidong
361cf08500 Merge pull request #231 from SpaceVim/dev
Update sponsors.md
2017-02-13 13:25:42 +08:00
Wang Shidong
a46c54f9ac Update sponsors.md 2017-02-13 13:21:37 +08:00
wsdjeg
6251f2bbea Use site.posts 2017-02-12 20:56:58 +08:00
wsdjeg
25e039ff7d Fix link 2017-02-12 20:52:01 +08:00
wsdjeg
14508da3bc Add remove blog 2017-02-12 20:46:38 +08:00
wsdjeg
a8c128e550 Add changelog for v0.1.0 2017-02-12 19:51:47 +08:00
wsdjeg
e99a95a08a Fix #230 2017-02-12 19:36:33 +08:00
wsdjeg
3f038100ba Test post 2017-02-12 19:25:58 +08:00
wsdjeg
1176ed3e70 Add blog and changelog categories 2017-02-12 19:21:46 +08:00
wsdjeg
bae4c4aacc Fix 404 2017-02-12 19:06:58 +08:00
wsdjeg
25b35b401f Add addthis 2017-02-12 16:36:17 +08:00
wsdjeg
52556197b6 Fix 404 2017-02-12 09:38:30 +08:00
wsdjeg
cdacd4ce90 Add title for main website 2017-02-12 09:32:02 +08:00
wsdjeg
354570a51d Add title 2017-02-12 09:28:19 +08:00
wsdjeg
e2c617f51e Move baidu up 2017-02-11 21:45:34 +08:00
wsdjeg
c104ba276e Update format 2017-02-11 12:17:37 +08:00
wsdjeg
dba75d034d Add info for java plugins 2017-02-11 12:08:12 +08:00
wsdjeg
1b15f888ba Update post 2017-02-11 11:42:46 +08:00
wsdjeg
291e4c6941 Fix type 2017-02-11 11:37:50 +08:00
wsdjeg
e91023c71d Remove post layout 2017-02-11 11:29:45 +08:00
wsdjeg
948e31a0c2 Add title 2017-02-11 11:24:23 +08:00
wsdjeg
4d1b7fbfe0 Add post layer 2017-02-11 11:20:58 +08:00
wsdjeg
9a5b3ee178 Use vim as java ide 2017-02-11 10:48:06 +08:00
wsdjeg
f750504352 Add layers link 2017-02-10 22:16:51 +08:00
wsdjeg
738f6739d4 Update contribute 2017-02-10 22:05:19 +08:00
wsdjeg
86e3459ac0 Add doc for default layer 2017-02-10 21:52:59 +08:00
wsdjeg
2b4cc95914 fix doc 2017-02-10 21:37:20 +08:00
wsdjeg
6c4bc5921f Merge branch 'dev' 2017-02-10 20:00:26 +08:00
wsdjeg
6888b28425 Add google 2017-02-10 20:00:12 +08:00
wsdjeg
2ab17eccfd Improve web 2017-02-10 00:52:19 +08:00
wsdjeg
6bc716ffbb Fix type in readme 2017-02-10 00:41:23 +08:00
wsdjeg
049a8af1b4 test qq script 2017-02-09 21:42:41 +08:00
wsdjeg
5edb5ccd9d Add tecent js 2017-02-09 21:29:24 +08:00
wsdjeg
3db7c8e7f0 split home in website 2017-02-08 23:09:16 +08:00
wsdjeg
87eec6abb9 Add desc 2017-02-08 22:43:11 +08:00
wsdjeg
6b8ac4e63b Move script before head 2017-02-08 22:16:26 +08:00
wsdjeg
bb1a05ea61 fix script 2017-02-08 22:04:40 +08:00
wsdjeg
0f3e96839a Remove html 2017-02-08 22:02:20 +08:00
wsdjeg
0b916fbe82 Add baidu verify 2017-02-08 21:57:17 +08:00
wsdjeg
61551ccde7 Remove script in readme 2017-02-08 21:52:51 +08:00
wsdjeg
a1e420df2b Move baidu script 2017-02-07 23:24:31 +08:00
wsdjeg
b1f0219602 Update sitemap
ref: https://www.xml-sitemaps.com/crawl.html
2017-02-07 02:27:39 +08:00
wsdjeg
5180e7da73 Fix community page 2017-02-07 02:06:05 +08:00
wsdjeg
612bc3d876 Change level of item 2017-02-07 01:53:57 +08:00
wsdjeg
a53c5380b2 Split readme 2017-02-07 01:51:23 +08:00
wsdjeg
2c9687a399 Fix type 2017-02-07 01:25:52 +08:00
wsdjeg
9b79a1fc9b Add community 2017-02-07 01:22:58 +08:00
wsdjeg
b1bedd1d18 Add pages 2017-02-07 01:14:21 +08:00
wsdjeg
ce914dc11c improve website 2017-02-07 01:06:43 +08:00
wsdjeg
6c0183dd80 Add menu 2017-02-07 00:57:11 +08:00
wsdjeg
2e67eebd57 Fix url 2017-02-07 00:45:57 +08:00
wsdjeg
53bf8d0731 Add more config 2017-02-07 00:32:56 +08:00
wsdjeg
a48b62dcdf Move logo in website 2017-02-07 00:02:34 +08:00
wsdjeg
e27fdec29c Move website to docs 2017-02-06 23:57:26 +08:00
wsdjeg
f424f18553 Move cname and config 2017-02-06 21:40:04 +08:00
wsdjeg
ff377f8f6a Add remove symbolic link 2017-02-06 21:38:14 +08:00
wsdjeg
9909eaa95a Add docs dir 2017-02-06 21:34:00 +08:00