Versão do artigo: Enterprise Server 2.17
Criar uma página 404 personalizada para o site do GitHub Pages
Você pode exibir uma página de erro 404 personalizada quando as pessoas tentam acessar páginas não existentes no seu site.
GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server.
-
On GitHub Enterprise, navigate to your site's repository.
-
Navigate to the publishing source for your site. Para obter mais informações sobre fontes de publicação, consulte "Sobre o GitHub Pages".
-
Above the file list, click Create new file.
-
No campo de nome de arquivo, digite
404.html
ou404.md
. -
Se você nomeou seu arquivo como
404.md
, adicione a seguinte página inicial YAML no começo do arquivo:--- permalink: /404.html ---
-
Abaixo da página inicial YAML, se houver, adicione o conteúdo que deseja exibir na 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."
-
Abaixo dos campos de mensagem do commit, opte por adicionar o commit ao branch atual ou a um novo branch. 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.
Further reading
- Página inicial na documentação do Jekyll