Skip to content

Latest commit

 

History

History
executable file
·
36 lines (24 loc) · 728 Bytes

README.md

File metadata and controls

executable file
·
36 lines (24 loc) · 728 Bytes

README

SDUL LOGO

Website da Sociedade de Debate da Universidade de Lisboa. Criado com Hugo a partir do tema Bigspring.

Instalação

$ git clone https://github.com/debate-sdul/debate-sdul.github.io.git

$ hugo server -D

(abrir http://localhost:1313/ no browser)

Modificar o conteúdo das páginas

$ cd content/'pagina_a_modificar'

$ open _index.md

Publicar as alterações

$ hugo -t bigspring-light

$ cd ..

$ mv -f site/public/* site/

$ cd site/

$ rm -r public/

$ git add .

$ git commit -am "alteracao"

$ git push