An open API service indexing awesome lists of open source software.

https://github.com/meleu/meleudotsh

Repositório por trás do https://meleu.sh
https://github.com/meleu/meleudotsh

bash bash-scripting linux linux-shell programming shell shell-script shell-scripting

Last synced: 2 months ago
JSON representation

Repositório por trás do https://meleu.sh

Awesome Lists containing this project

README

        

# meleu.sh

Repositório por trás do

## Rodando localmente

```bash
# tem que ter o hugo instalado
brew install hugo

# clonar com o submodule do PaperMod
git clone --recursive [email protected]:meleu/meleudotsh.git
cd meleudotsh

# iniciando o servidor
hugo server
```

## Atualizar PaperMod

Dicas retiradas [da documentação oficial](https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-installation/) "Expand Method 2 - Git Submodule (recomended)"

```bash
# caso tenha esquecido de clonar com --recursive
git submodule update --init --recursive

# efetivamente atualizar o PaperMod theme
git submodule update --remote --merge
```