From 38c307eefdd32e77162775b52cca7f577e86177c Mon Sep 17 00:00:00 2001 From: Shrayas Date: Sat, 10 Jan 2015 00:31:01 +0530 Subject: [PATCH] Add link to GitHub docs on custom 404 pages --- docs/tips.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tips.rst b/docs/tips.rst index fdd57398..69e1b9ba 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -88,6 +88,12 @@ by the ``ghp-import`` command) to the ``elemoine.github.io`` repository's To publish your Pelican site as User Pages, feel free to adjust the ``github`` target of the Makefile. +Custom 404 Pages +---------------- + +GitHub Pages will display the custom 404 page described above, as noted in the +relevant `GitHub docs `_. + Extra Tips ---------- @@ -125,3 +131,4 @@ Moreover, markup languages like reST and Markdown have plugins that let you embed videos in the markup. You can use `reST video directive `_ for reST or `mdx_video plugin `_ for Markdown. +