| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: Fix a few typos | Tim Gates | 2022-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | There are small typos in: - docs/tips.rst - pelican/tests/__init__.py Fixes: - Should read `module` rather than `modulole`. - Should read `console` rather than `cosole`. Signed-off-by: Tim Gates <tim.gates@iress.com> | ||||
| * | Document how to add a new writer | MinchinWeb | 2021-07-09 | 1 | -5/+5 |
| | | | | | c.f. #2899 | ||||
| * | Merge branch 'master' into line-limit | Justin Mayer | 2018-11-03 | 1 | -7/+0 |
| |\ | |||||
| | * | Docs: ghp-import works on Windows now | MinchinWeb | 2018-11-02 | 1 | -6/+0 |
| | | | | | | | | | see https://github.com/davisp/ghp-import/pull/25 | ||||
| * | | Docs: Reflow to 79 char line limit | MinchinWeb | 2018-11-02 | 1 | -17/+23 |
| |/ | |||||
| * | Merge pull request #2147 from outlace/patch-1 | Justin Mayer | 2018-10-24 | 1 | -0/+12 |
| |\ | | | | | Enhance GitHub User Pages docs in tips.rst | ||||
| | * | Update tips.rst | Brandon B | 2017-04-28 | 1 | -0/+12 |
| | | | | | | | 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. | ||||
| * | | ghp-import ouput update the branch gh-pages | Bernardo Gomes | 2018-07-29 | 1 | -2/+2 |
| | | | |||||
| * | | Replace Fabric by Invoke. | Kevin Deldycke | 2018-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | support ssl in pelican.server with --ssl, --cert & --key | Anthony Metzidis | 2018-04-07 | 1 | -0/+22 |
| |/ | |||||
| * | Use better headers in tips docs | Sjoerd | 2017-01-14 | 1 | -8/+6 |
| | | | | | | | | | 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. | ||||
| * | Docs: Custom 404 pages are pages -- not articles | Justin Mayer | 2016-09-15 | 1 | -4/+4 |
| | | |||||
| * | Update tips.rst | Jotham Apaloo | 2015-07-06 | 1 | -0/+5 |
| | | | | | add 404 page instructions for amazon s3. | ||||
| * | Remove references to easy_install in documentation | Justin Mayer | 2015-06-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1581 from georgevreilly/win-fixes | Justin Mayer | 2015-02-17 | 1 | -2/+14 |
| |\ | | | | | Fix Pelican rendering and unit tests on Windows. | ||||
| | * | Fix Pelican rendering and unit tests on Windows. | George V. Reilly | 2015-01-25 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix {filename} links on Windows. Otherwise '{filename}/foo/bar.jpg' doesn't work * Clean up relative Posix path handling in contents. * Use Posix paths in readers * Environment for Popen must be strs, not unicodes. * Ignore Git CRLF warnings. * Replace CRLFs with LFs in inputs on Windows. * Fix importer tests * Fix test_contents * Fix one last backslash in paginated output * Skip the remaining failing locale tests on Windows. * Document the use of forward slashes on Windows. * Add some Fabric and ghp-import notes | ||||
| * | | Add link to GitHub docs on custom 404 pages | Shrayas | 2015-01-11 | 1 | -0/+7 |
| | | | |||||
| * | | Add custom 404 page to Tips section of docs | Justin Mayer | 2015-01-11 | 1 | -0/+26 |
| |/ | |||||
| * | For creating a CNAME, directory name should be extra | Salil Panikkaveettil | 2013-11-19 | 1 | -1/+1 |
| | | | | The name of the directory do not match subsequent commands. hence renaming extras to extra. A one character change | ||||
| * | Document video support in Markdown and reST. | Kevin Deldycke | 2013-10-25 | 1 | -0/+5 |
| | | |||||
| * | Enhance and correct documentation | Justin Mayer | 2013-09-23 | 1 | -23/+25 |
| | | |||||
| * | Add tip on how to add videos to your blog. | Talha Mansoor | 2013-09-08 | 1 | -0/+9 |
| | | |||||
| * | Add more missing -s flags to tips doc page | Justin Mayer | 2013-06-26 | 1 | -2/+2 |
| | | |||||
| * | Missing -s flag added to command on tips doc page | Justin Mayer | 2013-06-25 | 1 | -1/+1 |
| | | |||||
| * | Improve Publishing to GitHub section of the doc | Éric Lemoine | 2013-01-01 | 1 | -29/+62 |
| | | |||||
| * | Eliminate extraneous whitespace | Justin Mayer | 2012-10-12 | 1 | -3/+3 |
| | | |||||
| * | Convert code in docs to inline literals | Justin Mayer | 2012-07-01 | 1 | -14/+12 |
| | | | | | | | | | Most of the references to code and settings in the docs were wrapped in single tickmarks (`), while reStructuredText syntax actually calls for double tickmarks for inline literals, which are normally rendered as monospaced text with spaces preserved. Converted the relevant instances to inline literals, along with some other minor fixes. | ||||
| * | Updated docs, for user and project pages in Github | Abhishek L | 2012-06-10 | 1 | -0/+21 |
| | | |||||
| * | Improve English documentation with enhanced clarity, grammar, and spelling | Justin Mayer | 2012-03-06 | 1 | -9/+9 |
| | | |||||
| * | add ghp-import features to push to github pages easily | Alexis Metaireau | 2011-08-19 | 1 | -0/+33 |
