curben
|
35daa88cfb
|
chore: move scripts to root folder
|
2019-08-25 14:37:12 +09:30 |
curben
|
2b63f11742
|
fix(tags): tag url in lowercase, display in titlecase
* netlify uses lowercase url
|
2019-06-21 11:28:05 +09:30 |
curben
|
1ccf7038b8
|
fix: Temporarily set the homepage to /blog
|
2019-06-12 17:54:08 +09:30 |
curben
|
8717b52283
|
fix(sitemap): use post.lastUpdated
* post.updated = execution time of 'hexo generate'
* use moment.format() instead of Date.toISOString() to avoid timezone conversion
- Use '[T00:00:00.000Z]' to ignore time, instead of '[T]HH:mm:ss.sss[Z]'
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
|
2019-06-04 13:08:09 +09:30 |
curben
|
eb2a009ac0
|
feat: add sitemap.xml
https://github.com/hexojs/hexo-generator-sitemap
|
2019-05-27 11:58:48 +09:30 |