Jekyll Permalink does not work on Github

0

I configured the permalink in Jekyll to shorten the address shown in the url. In the localhost, the permalink works without problems, however when I put the files in Github, it does not work and it directs to page 404.

My _config.yml

title: titulo
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
  Write an awesome description for your new site here. You can edit this
  line in _config.yml. It will appear in your document head meta (for
  Google search results) and in your feed.xml site description.
baseurl: "teste" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username:  LucasOliveiraS

# Build settings
markdown: kramdown
theme: minima
plugins:
  - jekyll-feed

Post page

---
layout: post
title:  "Acesso remoto de forma simples e segura"
date:   2018-09-01 21:56:34 -0300
autor: "Lucas Oliveira"
image: "../img/acesso-remoto.jpg"
image-perfil: "/img/lucas.jpg"
categories: post
permalink: /:categories/acesso-remoto-de-forma-simples-e-segura
---
    
asked by anonymous 16.09.2018 / 00:42

0 answers