summaryrefslogtreecommitdiff
path: root/docs/tips.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix a few typosTim Gates2022-07-241-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 writerMinchinWeb2021-07-091-5/+5
| | | | c.f. #2899
* Merge branch 'master' into line-limitJustin Mayer2018-11-031-7/+0
|\
| * Docs: ghp-import works on Windows nowMinchinWeb2018-11-021-6/+0
| | | | | | | | see https://github.com/davisp/ghp-import/pull/25
* | Docs: Reflow to 79 char line limitMinchinWeb2018-11-021-17/+23
|/
* Merge pull request #2147 from outlace/patch-1Justin Mayer2018-10-241-0/+12
|\ | | | | Enhance GitHub User Pages docs in tips.rst
| * Update tips.rstBrandon B2017-04-281-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-pagesBernardo Gomes2018-07-291-2/+2
| |
* | Replace Fabric by Invoke.Kevin Deldycke2018-07-081-1/+1
| |
* | support ssl in pelican.server with --ssl, --cert & --keyAnthony Metzidis2018-04-071-0/+22
|/
* Use better headers in tips docsSjoerd2017-01-141-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 articlesJustin Mayer2016-09-151-4/+4
|
* Update tips.rstJotham Apaloo2015-07-061-0/+5
| | | | add 404 page instructions for amazon s3.
* Remove references to easy_install in documentationJustin Mayer2015-06-151-1/+1
|
* Merge pull request #1581 from georgevreilly/win-fixesJustin Mayer2015-02-171-2/+14
|\ | | | | Fix Pelican rendering and unit tests on Windows.
| * Fix Pelican rendering and unit tests on Windows.George V. Reilly2015-01-251-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 pagesShrayas2015-01-111-0/+7
| |
* | Add custom 404 page to Tips section of docsJustin Mayer2015-01-111-0/+26
|/
* For creating a CNAME, directory name should be extraSalil Panikkaveettil2013-11-191-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 Deldycke2013-10-251-0/+5
|
* Enhance and correct documentationJustin Mayer2013-09-231-23/+25
|
* Add tip on how to add videos to your blog.Talha Mansoor2013-09-081-0/+9
|
* Add more missing -s flags to tips doc pageJustin Mayer2013-06-261-2/+2
|
* Missing -s flag added to command on tips doc pageJustin Mayer2013-06-251-1/+1
|
* Improve Publishing to GitHub section of the docÉric Lemoine2013-01-011-29/+62
|
* Eliminate extraneous whitespaceJustin Mayer2012-10-121-3/+3
|
* Convert code in docs to inline literalsJustin Mayer2012-07-011-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 GithubAbhishek L2012-06-101-0/+21
|
* Improve English documentation with enhanced clarity, grammar, and spellingJustin Mayer2012-03-061-9/+9
|
* add ghp-import features to push to github pages easilyAlexis Metaireau2011-08-191-0/+33