Jorge Maldonado Ventura
d6dca3403d
pelican/ is not necessary (documentation content.rst)
2017-08-08 23:45:31 +02:00
Jorge Maldonado Ventura
b1bc9a6f5f
Typofix:
...
- paragraph missing stop
- Remove unnecessary colon
2017-08-08 01:16:19 +02:00
Justin Mayer
68724e9682
Encourage use of https:// in SITEURL
...
Refs #2183 #2186
2017-07-25 09:00:41 -07:00
Justin Mayer
43ec3c4f7d
Fix copyright year to date of first publication
2017-07-19 13:29:04 -07:00
Justin Mayer
d4435ea874
Merge pull request #1982 from adeverteuil/feature_check_static_modified
...
Add static file options: hard/symlink & only-when-modified
2017-06-22 12:49:26 -07:00
Brandon B
32c154be95
Update tips.rst
...
I found that one of the easiest ways to publish to GitHub User Pages is to make Pelican a subdirectory within the ``<username>.github.io`` project, then generate the output files in the root level of ``<username>.github.io`` and push the entire project to GitHub.
2017-04-28 19:18:44 -07:00
derwinlu
89b28fd36b
Fix warnings originating from bad regexes
...
Starting with python 3.6 warnings are issued for invalid escape
sequences in regular expressions. This commit corrects all
DeprecationWarning's via properly declaring the offending
regular expressions as raw strings.
Resolves #2095 .
2017-03-27 16:09:08 +02:00
Justin Mayer
30df8e3558
Merge pull request #2085 from Scheirle/feed_signal
...
Add new signal: feed_generated
2017-03-19 15:04:07 -04:00
Justin Mayer
f4bce91837
Merge pull request #2086 from Sjord/better-headers-in-tips-doc
...
Use better headers in tips docs
2017-02-28 11:15:49 -08:00
derwinlu
490e3646ba
Implement review feedback
...
* improve wording on testing with fox (contribute.rst)
* fix whitespace (.travis.xml)
2017-02-28 07:39:47 +01:00
derwinlu
9cca567bed
Add python3.6 test environment
...
* Add py36 environment to tox
* Unify dependencies across manual installation and tox
* Mention tox in the docs
2017-01-23 23:50:51 +01:00
Bernhard Scheirle
927d9c7ea5
Add new signal: feed_generated
...
This signal gets emitted before a feed gets written to disk.
Therefore it allows plugins to do arbitrary changes to the feed.
2017-01-16 11:33:13 +01:00
Sjoerd
d61e2ccd6b
Use better headers in tips docs
...
Instead of "Tip 1", "Tip 2" under "Extra tips", use headers describing
the content.
Also, remove the "hint" pointer as it is not really a hint and the
document consists of tips anyway.
2017-01-14 13:51:10 +01:00
Justin Mayer
25732f7be6
Prepare version 3.7.2.dev0 for next development cycle
2017-01-10 13:51:37 -08:00
Justin Mayer
ce38e318bd
Bump version 3.7.1
2017-01-10 13:34:09 -08:00
Justin Mayer
01d536d7c9
Replace m-dash with semi-colon in changelog
...
Stop-gap measure to address:
e3ab685a26 (commitcomment-20333961)
2016-12-31 15:10:46 -08:00
Alexandre de Verteuil
b46fbb7879
Add two STATIC_ settings. Fix #1982
...
STATIC_CREATE_LINKS = False
Create links instead of copying files. If the content and output
directories are on the same device, then create hard links. Falls
back to symbolic links if the output directory is on a different
filesystem. If symlinks are created, don’t forget to add the -L or
--copy-links option to rsync when uploading your site.
STATIC_CHECK_IF_MODIFIED = False
If set to True, and STATIC_CREATE_LINKS is False, compare mtimes of
content and output files, and only copy content files that are newer
than existing output files.
2016-12-30 02:45:37 -05:00
Justin Mayer
0936d5f6ee
Prepare version 3.7.1.dev0 for next development cycle
2016-12-14 13:56:47 -08:00
Justin Mayer
d13d57eaa6
Bump version 3.7.0
2016-12-12 14:05:20 -08:00
Justin Mayer
e3ab685a26
Update changelog for 3.7 release
2016-12-12 13:39:31 -08:00
Justin Mayer
550ffe4599
Remove spurious whitespace in documentation source
2016-12-03 14:53:26 -08:00
Michael Lissner
4aa60a0905
Add more docs for --write-selected option
...
Refs #1495
2016-12-03 14:23:45 -08:00
Justin Mayer
f17f3068e3
Merge pull request #2051 from Totktonada/feature/rss_full_content_opt
...
Add option to include full content into RSS feeds
2016-12-03 12:48:58 -08:00
Ryan M
335c40d23e
Allow setting Jinja environment arguments from settings
...
fix flake8 warnings
Set jinja environment defaults within settings
updating docs to remove JINJA_EXTENSIONS
update logger warning and defaults documentation
better way to grab jinja environment
updating settings after refactor
2016-12-03 10:27:27 -08:00
Kevin Brotcke
76709c672a
Fix missing word typo in settings.rst
...
Also convert to a note directive.
2016-11-23 14:55:11 -08:00
Alexander Turenko
d3b22c6e21
Add option to include full content into RSS feeds
...
Include only summary by default.
This follow ups pull [1], where RSS feeds become summary-only.
[1]: https://github.com/getpelican/pelican/pull/1989
2016-11-20 00:06:27 +03:00
Viorel Tabara
f30f4fe66b
Fix #2037 . Major overhaul of settings page.
...
Convert all tables to 'data::' directives.
Replace inline literals with code blocks for better readability.
Per suggestion from Avaris on IRC:
- Section rename: "Path metadata" to "Metadata" and move over AUTHOR and
all *_METADATA options.
- Merge "Date format and locale" and "Timezone" into a new section "Time
and Date" and move over TIMEZONE, DEFAULT_DATE, DATE_FORMATS,
DEFAULT_DATE_FORMAT.
- Move RELATIVE_URL under 'URL settings'. Here, convert URL settings
example from a 4-bullet inline literal to a single code block for
better readability in both source and output.
- Move *_TEMPLATE options under "Templates".
Cosmetic and wording updates to accommodate the above changes and
provide a consistent layout.
2016-11-17 13:38:22 -07:00
Justin Mayer
4fc2c6c633
Merge pull request #2035 from omiday/pep8
...
Fix PEP8 violations. Fixes #2032
2016-11-14 11:33:07 -07:00
Bernhard Scheirle
a80a707321
Set the Markdown output format to html5 by default
2016-11-02 21:11:42 +01:00
Bernhard Scheirle
114e64dcf7
doc: updates MARKDOWN
2016-11-02 21:11:42 +01:00
Justin Mayer
c361246eaa
Merge pull request #1972 from nstinus/localize_quickstart
...
Localize default lang and timezone in pelican-quickstart
2016-10-29 10:45:57 -06:00
Justin Mayer
ecc5d0b953
Add link to sample contect in docs. Refs #1741
2016-10-22 15:00:52 -06:00
Viorel Tabara
aa2c84a59c
Fixes #2032
...
When following the steps in the Github contributor wiki flake8 reports
PEP8 violation against setup.py and docs/conf.py.
2016-10-22 14:39:31 -06:00
Nicolas Stinus
c1a5279da9
Localize default lang and timezone in pelican-quickstart
...
Fixes #1971 .
2016-10-02 13:22:26 -04:00
Alexander Turenko
30b8955134
Don't suppress LOG_FILTER messages when --debug passed
2016-09-23 02:13:23 +03:00
Alexander Turenko
1b1d1fd9f7
Allow to filter out log messages by templates
...
Fixes #1594 .
2016-09-23 02:13:23 +03:00
Justin Mayer
ed9e15e3c0
Merge pull request #1881 from kdeldycke/upgrade-ga-tracking-code
...
Upgrade legacy GA tracking code
2016-09-21 10:20:22 -06:00
Kevin Deldycke
e8a964fd57
Upgrade legacy GA tracking code.
2016-09-21 18:05:04 +02:00
Deniz Turgut
77d8160dab
Add warnings override for unittest in the docs
...
Unittest supresses warning filters unless `-Wd` flag is supplied and
this will result in test failures in python 3.5+.
2016-09-16 15:22:46 -04:00
Justin Mayer
09fb6a1393
Merge pull request #1958 from MrSenko/pip_requirements
...
Separate pip requirements. Fixes #1808
2016-09-16 08:15:06 -06:00
Justin Mayer
ac08cd5eb1
Docs: Custom 404 pages are pages -- not articles
2016-09-15 06:55:25 -06:00
Steve Piercy
36f93af275
Compare Pelican hl_lines to Sphinx emphasize-lines
...
See #1510
2016-08-14 11:52:21 -07:00
Robert Utter
3f2d89c9d6
Makes DEFAULT_DATE accept string dates; fixes #1464
2016-05-24 17:22:27 +03:00
Mr. Senko
ed92d959b2
Separate pip requirements. Fixes #1808
2016-05-24 16:42:46 +03:00
Justin Mayer
515f2fb5b2
Merge pull request #1926 from MrSenko/tag_slugs
...
More granular control of tags and categories slugs. Fixes #1873
2016-05-02 09:12:07 -07:00
Tory Law
d81c53a748
Minor typo in docs
2016-04-09 09:05:17 -04:00
Mr. Senko
fcd4f9aa0d
Add AUTHOR_SUBSTITUTIONS
2016-04-01 23:01:57 +03:00
Mr. Senko
648165b839
More granular control of tags and categories slugs. Fixes #1873
...
- add TAG_SUBSTITUTIONS AND CATEGORY_SUBSTITURIONS settings
- make slugify keep non-alphanumeric characters if configured
2016-04-01 23:00:08 +03:00
Pierce Lopez
c360aebec3
fix Installing/"Kickstart your site" heading level
...
"Kickstart your site" should not be a sub-heading of "Upgrading"
2016-02-19 18:26:23 -05:00
Justin Mayer
cff4db6e7c
English and French locales must be installed
...
Clarifies our Contributing docs to ensure these two locales are present,
since they are required when updating functional test output.
2016-02-19 13:00:12 -08:00