Justin Mayer
24d6efa9fd
Prepare to release Pelican 4.0.1
2018-11-30 08:31:43 -08:00
Justin Mayer
49c77d7412
Add upgrade notes for slug-related settings
...
Refs #2442
2018-11-29 08:27:34 -08:00
Justin Mayer
f7e005cd0f
Add bug fixes to changelog
2018-11-29 07:55:59 -08:00
Justin Mayer
940d4534a1
Prepare to release Pelican 4.0
2018-11-13 14:55:25 +01:00
Justin Mayer
36293da1e0
Add more changelog entries
2018-11-13 08:40:56 +01:00
Oliver Urs Lenz
dc7579582a
Add more changes to changelog
2018-11-11 13:29:26 +01:00
Justin Mayer
c2e19df4c1
Merge pull request #2434 from oulenz/importer_doc
...
Importer docs: Warn about multiple categories in Wordpress
2018-11-11 13:04:38 +01:00
Justin Mayer
d974ba898c
Merge branch 'master' into html_list_tags
2018-11-11 11:30:28 +01:00
Oliver Urs Lenz
cbf4c3cae2
importer docs: warn about multiple categories in wordpress
2018-11-06 09:10:00 +01:00
Justin Mayer
e35120faa8
Merge branch 'master' into line-limit
2018-11-03 16:18:25 +01:00
MinchinWeb
3a0add4b6e
Convert FEED settings from %s to {slug} redux ( #2432 )
...
* Convert FEED settings from `%s` to `{slug}` redux
Closes #2106 , Closes #2383
2018-11-03 16:12:20 +01:00
MinchinWeb
f9c3ac73e0
Docs: ghp-import works on Windows now
...
see https://github.com/davisp/ghp-import/pull/25
2018-11-02 20:55:33 -06:00
MinchinWeb
f595741b8e
Docs: Reflow to 79 char line limit
2018-11-02 20:53:15 -06:00
Oliver Urs Lenz
048ea4dc0c
automatically copy linked static files
2018-11-01 18:08:11 +01:00
Justin Mayer
11de7b2e47
Merge branch 'master' into html_list_tags
2018-11-01 15:43:14 +01:00
Oliver Urs Lenz
77c967f1db
control scope of identification of translations with new settings
2018-11-01 10:12:47 +01:00
Oliver Urs Lenz
a78950bce7
tweak paginator to accomodate {slug}.html patterns
2018-11-01 00:14:22 +01:00
Oliver Urs Lenz
5199fa51ea
control slug substitutions from settings with regex
2018-10-31 16:20:21 +01:00
Justin Mayer
f2b429b7b7
Merge pull request #2422 from justinmayer/print-settings
...
Add CLI argument to print current settings
2018-10-26 18:04:21 +02:00
Justin Mayer
f130695bbf
Support multiple --print-settings arguments
2018-10-24 11:49:03 +02:00
Justin Mayer
6224f95ea3
Merge pull request #2147 from outlace/patch-1
...
Enhance GitHub User Pages docs in tips.rst
2018-10-24 08:42:36 +02:00
Justin Mayer
e81a284c39
Add CLI argument to print current settings
...
Fixes #2275
Refs #1762
2018-10-23 19:57:26 +02:00
Justin Mayer
9e526a825e
Merge pull request #2384 from oulenz/pagination_per_template
...
Control pagination per template
2018-09-15 08:57:31 +02:00
Oliver Urs Lenz
c388f14d3e
add blogger importer
2018-08-07 14:33:10 +02:00
Bernardo Gomes
31fd6c6da6
ghp-import ouput update the branch gh-pages
2018-07-29 19:26:03 -03:00
Oliver Urs Lenz
62128fb948
control pagination per template
2018-07-12 17:39:51 +02:00
Oliver Urs Lenz
a5571ba1d5
importer: update links to attachments if --wp-attach
2018-07-09 11:26:50 +02:00
Kevin Deldycke
c04a4701b8
Replace Fabric by Invoke.
2018-07-08 21:33:10 +02:00
Justin Mayer
b30270190a
Merge pull request #2359 from davidag/update-importer-doc
...
Add missing Wordpress options to importer doc
2018-07-04 18:30:50 +02:00
Justin Mayer
ec1914d3bd
Merge pull request #2371 from oulenz/draft_pages
...
Allow pages to have draft status, like articles
2018-07-04 18:20:57 +02:00
Oliver Urs Lenz
576229ad19
allows pages to have draft status, like articles
2018-07-03 12:53:46 +02:00
David Alfonso
e44c4aba36
Add missing wordpress options to importer doc
2018-06-22 22:36:43 +02:00
Johannes 'josch' Schauer
a5edbf8546
Remove develop_server.sh in favour of pelican serving static files itself
...
Competing static site generators integrate the functionality of regenerating
content and serving it into their main executable. In pelican this
functionality used to be in an external script `develop_server.sh` which
resides in the blog base directory. This has the disadvantage that changes in
pelican can break the `develop_server.sh` scripts which will not automatically
be upgraded together with pelican by package managers. Thus, pelican should
integrate this functionality into its main executable.
To this end, this commit removes `develop_server.sh` and adds three command
line options to the pelican executable:
* `-l/--listen` starts the HTTP server (`-s/--serve` was already taken)
* `-p/--port` specifies the port to listen at
* `-b/--bind` specifies the IP to bind to
`--listen` and `--autoreload` can be used together to achieve the same
effect that other static site generators offer: Serve files via HTTP
while at the same time auto-generating the content.
Since the `develop_server.sh` script was removed, pelican-quickstart looses the
`develop` option.
Since the `develop_server.sh` script was removed, the Makefile looses the
`stopserver` target and the `devserver` target is replaced by running `pelican
-l` in the foreground.
Since pelican now offers the `--listen` option, the fabfile uses that instead
of starting the socketserver itself.
2018-06-22 19:22:38 +02:00
Justin Mayer
20b39dc761
Fix code-in-bold-text rendering in Contribute docs
2018-06-21 17:40:58 +02:00
Oliver Urs Lenz
8ef9d11bc4
Clarify contribution guidelines
2018-06-21 17:30:18 +02:00
Justin Mayer
583c840579
Merge pull request #2269 from tonymet/feature/https-server
...
Support SSL with pelican.server by adding --ssl , --cert and --key options
2018-04-10 14:09:07 -07:00
Anthony Metzidis
12db9ba0e1
support ssl in pelican.server with --ssl, --cert & --key
2018-04-07 15:06:38 -07:00
Giorgio
859e7af8c7
Add template, save_as and url to list
2018-04-02 20:45:27 -04:00
Giorgio
3f8af1ab76
List reserved metadata keywords
...
Addresses https://github.com/getpelican/pelican/issues/2279
2018-04-01 21:25:41 -04:00
Nicolas Le Manchet
557e614083
Replace deprecated "PAGES" variable by "pages"
2018-03-29 21:28:16 +02:00
Justin Mayer
81b7e7481f
Merge pull request #2238 from mosra/feed-urls
...
Feed URL settings, making feeds aware of absolute URLs
2018-03-23 13:36:51 +01:00
Justin Mayer
f761f95288
Merge pull request #2265 from bward/publish-docs-redundancy
...
Remove redundancy from publish docs. Fixes #2233 .
2018-03-23 12:45:41 +01:00
Justin Mayer
d973a7d097
Merge pull request #2304 from peterdesmet/patch-1
...
Indicate that logging needs to be imported for LOG_FILTER
2018-03-23 12:22:28 +01:00
Justin Mayer
0a49609f82
Merge pull request #2302 from jorgesumle/link-fix
...
Fix broken links from documentation
2018-03-18 00:26:37 +01:00
Justin Mayer
8cb88e91ee
Merge pull request #2290 from benjaminabel/patch-1
...
Register function missing in docs
2018-03-18 00:25:29 +01:00
Justin Mayer
97d79f1b56
Merge pull request #2267 from PeterDaveHelloKitchen/png-image-optimization
...
Optimize PNG images losslessly using Google zopflipng
2018-03-18 00:04:43 +01:00
Peter Desmet
15c069d411
Import logging in LOG_FILTER examples
2018-03-16 10:37:23 +01:00
Jorge Maldonado Ventura
4c0c2a5893
Documentation: Fix broken links
2018-03-12 14:35:40 +01:00
Justin Mayer
72756a5c0d
Merge pull request #2072 from drounin/overrides_ref2021+merge_update
...
Add THEME_TEMPLATE_OVERRIDES. Refs #2021
2018-03-05 07:50:12 -08:00
Benjamin ABEL
30a472a8a3
[DOC] register function missing
2018-02-12 15:14:27 +01:00