Commit graph

2,410 commits

Author SHA1 Message Date
Zhongwei Sun
26e436fb9f Merge 9fc4227e13 into 2fc442fe2d 2015-02-06 05:08:29 +00:00
Zhongwei Sun
9fc4227e13 fix blockquote scrollbar 2015-02-06 13:01:42 +08:00
Zhongwei Sun
004032215e add shadow box to image 2015-02-06 12:31:04 +08:00
Zhongwei Sun
b1973f3bd7 update 2015-02-05 10:37:15 +08:00
Zhongwei Sun
2bf5502781 只有 title 使用楷体 2015-02-05 08:31:51 +08:00
Zhongwei Sun
160d2d287c 中文楷体 2015-02-05 08:19:25 +08:00
Zhongwei Sun
74599ae42d update css 2015-01-30 11:01:35 +08:00
Justin Mayer
2fc442fe2d Merge pull request #1603 from ltiao/patch-2
Remove PDF generation settings
2015-01-27 14:44:12 -08:00
Louis Tiao
ca2a426a83 Removed PDF Generation settings
Since PDF Generation is no longer a core feature, these settings are irrelevant. If the `pdf` plugin from pelican-plugins is used, it disregards the `PDF_GENERATOR` setting anyways.
2015-01-27 18:45:10 +08:00
Justin Mayer
e3139db712 Merge pull request #1597 from avaris/fix_static_watcher
Fix static path watchers
2015-01-26 17:48:45 -08:00
Kyle Fuller
173beecd17 Merge pull request #1478 from areyoutoo/new-twitter-icon
Update notmyidea's embedded Twitter icon
2015-01-26 21:49:32 +00:00
Kyle Fuller
5332ea4142 Merge pull request #1578 from iKevinY/shields-badges
Use Shields.io as source for Travis badge
2015-01-26 21:48:54 +00:00
Justin Mayer
8d7d379a61 Merge pull request #1444 from pquentin/master
Unify bottom margins of lists and paragraphs
2015-01-25 11:08:08 -08:00
Zhongwei Sun
1a8056d474 update 2015-01-24 15:20:01 +08:00
Zhongwei Sun
0ab2b57b66 fix blockquote bug 2015-01-23 22:53:46 +08:00
Zhongwei Sun
5144d1dac0 修复 chrome 下UI bug 2015-01-23 22:23:18 +08:00
Zhongwei Sun
a4901b3f1a pre 增加滚动条 2015-01-23 17:24:30 +08:00
Zhongwei Sun
f715798db3 update 2015-01-23 17:21:49 +08:00
Zhongwei Sun
d50539d13b Merge remote-tracking branch 'origin/zhongwei' into zhongwei 2015-01-23 08:39:00 +08:00
Zhongwei Sun
a2d6e6eec9 set pre style 2015-01-23 08:35:25 +08:00
Deniz Turgut
737db1d641 Fix static path watchers
There was an issue with static path watchers, where they were watching wrong paths.
They need to be prefixed with the 'content' path. So, they were not working at all.

It was also possible to overwrite default watchers like 'content', 'settings' and
'theme' by mistake if any of them were present in `STATIC_PATHS`. This is fixed
by adding a prefix to static watchers.

And static watchers were "too static", meaning, they stayed the same even if
`STATIC_PATHS` was changed in the settings during autoreload. Now static watchers
reflect those changes (i.e. new paths are added to watch list, and removed ones
are no longer watched).
2015-01-21 18:20:06 -05:00
Zhongwei Sun
19d59b598d update 2015-01-21 17:33:00 +08:00
Zhongwei Sun
1a5ca99a75 update 2015-01-16 13:56:31 +08:00
Zhongwei Sun
78e8078f2a blockquote style 2015-01-16 10:22:16 +08:00
Justin Mayer
3c514266dd Merge pull request #1561 from iKevinY/server-patch
Minor changes to server.py
2015-01-15 10:17:16 -08:00
Zhongwei Sun
c86c180e3f 提取出配置做成通用模板 2015-01-15 13:47:40 +08:00
Kevin Yap
79548c3bf9 Minor changes to server.py
- Log original path name rather than last path name
- Use for-else construct to avoid use of flag variable
- Make log messages consistent
2015-01-14 20:20:36 -08:00
Zhongwei Sun
07d3f7e399 Merge branch 'master' into zhongwei 2015-01-15 10:59:39 +08:00
Zhongwei Sun
5d62ecc84d update test cases 2015-01-15 10:29:22 +08:00
Zhongwei Sun
9bdbfdb32c set margin bottom for ul, ol in default theme 2015-01-15 09:42:24 +08:00
Zhongwei Sun
75410353c1 中文字体支持 2015-01-14 10:43:55 +08:00
Justin Mayer
6616ed8816 Merge pull request #1589 from shrayasr/happy-new-year
Change date in copyright information
2015-01-11 20:00:59 -08:00
Shrayas
bf7966183a Changing dates in copyright information 2015-01-12 09:14:09 +05:30
Shrayas
38c307eefd Add link to GitHub docs on custom 404 pages 2015-01-11 19:18:34 -08:00
Justin Mayer
cff5f3e774 Add custom 404 page to Tips section of docs 2015-01-11 18:54:15 -08:00
Justin Mayer
3b22dd4f2d Merge pull request #1588 from dhermes/allow-bind-to-local-network
Add ability to listen on 0.0.0.0 (instead of localhost)
2015-01-10 15:59:31 -08:00
Danny Hermes
3d8ceb1c67 Adding ability to listen on addresses other than localhost.
This is helpful for mobile testing of Pelican sites by allowing
broadcasting on the local network. Using port 80 requires
running as root on most machines.
2015-01-10 15:40:54 -08:00
Justin Mayer
b72961f12d Merge pull request #1583 from ingwinlu/fix_doc_errors
Documentation fixes
2015-01-08 09:36:26 -08:00
winlu
49481f60a5 fix headers, this fixes issues with docs/contributing.rst throwing errors because of the different content structure 2015-01-05 12:36:35 +01:00
winlu
30c4d0eaf3 fix whitespace 2015-01-05 12:22:00 +01:00
winlu
5432dc04a6 fix double definition of simple theme link to different targets 2015-01-05 12:07:01 +01:00
Kevin Yap
0360ce1865 Use Shields.io as source for Travis badge
Using Shields.io as the source for both the Travis and Coveralls badges
keeps styling consistent between the two.
2015-01-02 01:11:51 -08:00
Ondrej Grover
a740f8aa88 Merge pull request #1577 from ehashman/issue1513
Fix for #1513 ({tag}, {category} link on pages) with some new tests
2015-01-02 09:41:57 +01:00
Elana Hashman
49668f711a Generate {tag}-style links on pages correctly. Fixes #1513 2015-01-02 01:20:57 -07:00
Justin Mayer
5a8efcd526 Merge pull request #1567 from webglider/quickstart-timezone
Add timezone prompt to quickstart
2014-12-28 15:10:52 -08:00
Midhul Varma
bbbb3247ea Add timezone prompt to quickstart. Refs 1337. 2014-12-29 04:26:51 +05:30
Justin Mayer
7e961061e1 Merge pull request #1525 from tonyseek/fixup-timezone-comparison
Fix a datetime comparison error related to time zones
2014-12-11 08:19:33 -08:00
Justin Mayer
7b852ffe9d Merge pull request #1507 from dairiki/bug.rst-newlines-in-abbr
Fix for #949 bug with custom reST :abbr: role
2014-12-06 08:35:43 -08:00
Justin Mayer
2c8300e76f Merge pull request #1537 from omasanori/themes-doc
Add missing feed variables to theme docs
2014-12-06 08:28:28 -08:00
Justin Mayer
3e058dd69c Merge pull request #1539 from rndmh3ro/patch-1
Added documentation for default draft-status of articles
2014-12-06 08:26:50 -08:00