Skip to content

kelvinoenning/hugo-theme-minimalist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimalist

Minimalist é um tema minimalista para o Hugo.

Atualmente se encontra na versão V1.1.0.

Buy Me a Coffee at ko-fi.com

Instalação

$ mkdir themes
$ cd themes
$ git submodule add https://github.com/kelvinoenning/hugo-theme-minimalist.git hugo-theme-minimalist

Para mais informações acesse a documentação Hugo.

Imagem demo

Mobile Desktop

Exemplo de configuração para o blog

BaseURL: "http://example.org/"
LanguageCode: "pt-BR"
Title: "Demo"
Theme: "hugo-theme-minimalist"

Permalinks:
  Post: "/:year/:month/:title/"

Params:
  Config:
    google-analytics-id: "<google-id>"
    disqus-url: "<disqus-url>"
  Meta:
    Description: "Minimalist - O melhor tema minimalista para o Hugo"
    keywords: "minimalist, tema, theme, hugo"
    Robots: "index, follow"
    Revisit-after: "1 day"
    Language: "Portuguese"
    Generator: "N/A"
  Profile:
    Img: "/img/profile.jpg"
    Title: "Demo"
  Links:
    - Name: "Github"
      Url: "https://github.com/..."
      Icon: "fa-github"
    - Name: "Twitter"
      Url: "https://twitter.com/..."
      Icon: "fa-twitter"
    - Name: "Facebook"
      Url: "https://www.facebook.com/..."
      Icon: "fa-facebook-f"
    - Name: "Instagram"
      Url: "https://www.instagram.com/..."
      Icon: "fa-instagram"
    - Name: "Linkedin"
      Url: "https://br.linkedin.com/in/..."
      Icon: "fa-linkedin-in"

Exemplo de configuração para o post

---
title:  "<title>"
description: "<description>"
date:   2018-04-01 07:30:00
tag: [tag1, tag2, tag3]
keywords: [metakey1, metakey2]
cover-image: "<cover-image-path>"
cover-width: 600
cover-height: 315
twitter-hashtag: "hashtag1, hashtag2"
comments: true
---

Tarefas, versões, correções, melhorias

Aqui.

Licença

MIT Licensed.