Crear una página 404 personalizada para tu sitio de Páginas de GitHub
Puedes mostrar una página personalizada de error 404 cuando se intente acceder a páginas que no existen en tu sitio.
Páginas de GitHub is available in public repositories with GitHub gratis, and in public and private repositories with GitHub Pro, Equipo de GitHub, Nube de GitHub Enterprise, and Servidor de GitHub Enterprise.
-
On GitHub Enterprise, navigate to your site's repository.
-
Navigate to the publishing source for your site. Para obtener más información acerca de las fuentes de publicación, consulta "Acerca de las Páginas de GitHub".
-
Above the file list, click Create new file.
-
En el campo para el nombre de archivo, escribe
404.html
o404.md
. -
Si denominaste tu archivo
404.md
, agrega el siguiente texto preliminar de YAML al comienzo del archivo:--- permalink: /404.html ---
-
Debajo del texto preliminar de YAML, si aparece, agrega el contenido que quieras mostrar en tu página 404.
-
At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file. You can attribute the commit to more than one author in the commit message. For more information, see "Creating a commit with multiple co-authors."
-
Debajo de los campos del mensaje de confirmación, decide si deseas agregar tu confirmación a la rama actual o a una rama nueva. If your current branch is
master
, you should choose to create a new branch for your commit and then create a pull request. For more information, see "Creating a new pull request." -
Click Propose new file.
Leer más
- Texto preliminar en la documentación de Jekyll