Skip to content

patos-ufscar/patos-ufscar.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

PATOS Blog - made with Hugo!

Desenvolvimento do site

Clonar repo

git clone [repo url]

Iniciar submodules

git submodule init
git submodule update

Rodar Hugo

hugo server -D

Adicionar novo post

Criar novo post com categoria

hugo new --kind [talk, flash_talk, post] [categoria]/[nome-da-pagina].md

Criar novo post padrão

hugo new posts/[nome-do-post].md

Trocar tema do Hugo

Atenção: Pode ser necessário configurar o tema do Hugo para o site funcionar corretamente.

Adicionar novo tema

git submodule add [repo url] themes/[nome-do-tema]

Remover tema antigo

git submodule deinit themes/[nome-do-tema]
git rm themes/[nome-do-tema]

Links úteis

Releases

No releases published

Packages

No packages published

Languages