Ecosyste.ms: Awesome
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: 6 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T21:13:37.000Z (4 months ago)
- Last Synced: 2024-07-25T05:29:23.639Z (4 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
```