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
- Host: GitHub
- URL: https://github.com/meleu/meleudotsh
- Owner: meleu
- Created: 2022-03-14T12:12:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T21:13:37.000Z (11 months ago)
- Last Synced: 2024-07-25T05:29:23.639Z (11 months ago)
- Topics: bash, bash-scripting, linux, linux-shell, programming, shell, shell-script, shell-scripting
- Language: HTML
- Homepage: https://meleu.sh
- Size: 2.64 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```