Commit Graph
178 Commits
Author SHA1 Message Date
Evan You a25d86c4b4 fix: ensure runnable when no locales are provided 2018-04-18 18:50:43 -04:00
Evan You 4cf1232403 fix: search for locales 2018-04-18 18:45:57 -04:00
Evan You bccddbf827 feat: adjust i18n config + documentation 2018-04-18 18:25:33 -04:00
Evan You f0a1a00cff fix: handle links with encoded hash 2018-04-18 18:22:57 -04:00
Evan You 4480568a4b refactor: langs -> locales 2018-04-18 16:51:47 -04:00
Evan You 6f5bac088d feat: i18n for edit link text 2018-04-18 16:44:01 -04:00
Evan You d666872b0f tweak: i18n config format 2018-04-18 16:39:30 -04:00
Evan You be42da5ce5 fix: disable typographer in markdown-it (close #139) 2018-04-18 15:24:39 -04:00
Evan You 113031893d fix: fix yarn global install (fix #102) 2018-04-18 15:22:28 -04:00
Evan You fd95a796a8 chore: show localhost for default host 2018-04-18 13:18:04 -04:00
Evan You 5dabe53b2f tweak: sidebar nav items 2018-04-18 13:03:36 -04:00
ULIVZandEvan You c6c71affd4 feat(sidebar): support click the part outside sidebar to close the sidebar. (#132) 2018-04-18 12:01:06 -04:00
wangyi7099andEvan You fd447aea06 fix: use correct host in tip after the server has started (#130) 2018-04-18 11:59:57 -04:00
ULIVZandEvan You 196f23ef76 style(sidebar): enhance the sidebar's bottom gutter. (#129) 2018-04-18 11:58:08 -04:00
Michael DaffinandEvan You bc2366de83 tweak(default-theme): Adds hr element style (#126)
This adds some styling to the hr element which is produced when you have
`---` in markdown on a line on its own. This makes the element look like
all other border elements 1px, of $borderColor.
2018-04-18 11:57:53 -04:00
Evan You 51c6eb2224 fix: service worker path 2018-04-18 11:56:33 -04:00
Evan You efff472df2 feat: enable source map in build error traces 2018-04-18 11:56:24 -04:00
ULIVZandEvan You f052472ead fix(nav): unepxected error when themeConfig.nav isn't given. (close: #125) (#127) 2018-04-18 11:50:14 -04:00
Evan You 846eb59064 fix: make search locale-scoped (close #128) 2018-04-18 11:48:30 -04:00
Evan You ad83169fae fix: handle headers that start with numbers (fix #121) 2018-04-18 11:31:03 -04:00
Hyunje JunandEvan You 5f7e1996d2 fix: use header's slug as it is if possible (#119) 2018-04-18 11:30:33 -04:00
Evan You fefef906fd tweak: dropdown styles 2018-04-18 00:27:54 -04:00
ULIVZandEvan You 8bbc5f30c7 feat: Multiple Language Support + Complete Chinese Translation (#48) 2018-04-18 00:11:32 -04:00
Evan You 930d503194 tweak: noopener/noreferrer for default theme links 2018-04-18 00:09:00 -04:00
Evan You 52d667261d fix: handle index.md when checking relative links 2018-04-17 23:56:25 -04:00
Evan You 14d4d2581f fix: ensure using the same markdown config when extracting headers 2018-04-17 23:19:28 -04:00
Aliex LeungandEvan You 3088b3e0c3 feat: support yaml config (#115) 2018-04-17 23:11:34 -04:00
Evan You 3f76bfe0d0 fix(default-theme): only show features div if provided 2018-04-17 16:59:42 -04:00
Evan You 2b2a07d90d fix: allow viewport scaling (close #110) 2018-04-17 15:07:24 -04:00
方剑成andEvan You be82e098aa fix: css safe (#96) 2018-04-17 09:35:03 -04:00
Evan You 599edd2560 tweak(default-theme): navbar vertical alignment 2018-04-17 00:45:40 -04:00
Evan You 99366968f5 feat: allow configuring host + default to 0.0.0.0 (close #86) 2018-04-16 23:43:48 -04:00
Evan You 62cd00ea78 fix: support mailto links in NavLink + style tweaks (close #93) 2018-04-16 23:34:37 -04:00
Evan You 1bbfa43f0b fix: upgrade webpack-chain, fix css optimization settings (close #91) 2018-04-16 23:20:37 -04:00
Evan You 1ecb23d69a tweak: only register sw on https 2018-04-16 22:41:21 -04:00
Evan You 611237ca70 chore: remove unused files, disable dev tip 2018-04-16 22:39:48 -04:00
Evan You f95e245f57 fix: meta viewport for iOS tap delay 2018-04-16 22:29:50 -04:00
Jay LinskiandEvan You c3dd0b156c fix: correctly resolve not-found path (#90) 2018-04-16 19:13:19 -04:00
Evan You 24fff7b20b tweak: adjust page bottom padding 2018-04-16 16:20:50 -04:00
ULIVZandEvan You 40ca73cfa7 feat: support adding custom page class in front matter (#85)
ref #84
2018-04-16 15:41:22 -04:00
ULIVZandEvan You 79f8f149dc feat: dropdown Items in Navbar (#13) 2018-04-16 14:07:32 -04:00
方剑成andEvan You 37ea038c6b feat: enhanceApp.js (#80) 2018-04-16 14:01:15 -04:00
Evan You eb076854c0 fix: proper minimum node version warning 2018-04-16 13:53:24 -04:00
Evan You 4816befa57 fix: avoid html-webpack-plugin requiring incomaptible webpack internals 2018-04-16 13:44:32 -04:00
Evan You 52e04c4f4e fix: redirect */index.html to */ (close #83) 2018-04-16 12:24:56 -04:00
Evan You 781e37a54b fix: prioritize own deps + avoid serving wrong index.html (fix #69) 2018-04-16 11:03:09 -04:00
Evan You 63816c184d fix: remove unnecessary spread 2018-04-16 10:04:02 -04:00
EGOISTandEvan You 56e03926bd fix: always transpile lib directory (#73) 2018-04-16 10:01:34 -04:00
sliceandEvan You 580774b843 feat: add <kbd> styles (#60) 2018-04-15 19:28:06 -04:00
Evan You b3e1e5ec70 refactor: use fs-extra 2018-04-15 17:12:51 -04:00