Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juampi92/juampi92.github.io
https://github.com/juampi92/juampi92.github.io
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juampi92/juampi92.github.io
- Owner: juampi92
- Created: 2015-04-25T18:14:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T21:32:43.000Z (over 1 year ago)
- Last Synced: 2023-08-14T07:21:25.461Z (over 1 year ago)
- Language: Blade
- Homepage: https://barreto.jp
- Size: 3.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Juampi's blog source code
## Run
```bash
npm run watch
```## Setup
```
git clone -b gh-pages [email protected]:juampi92/juampi92.github.io.git gh-pages
```## Build
```bash
npm run prod
rm -fr gh-pages/*
cp -a ./build_production/. ./gh-pages/
cd ./gh-pages
git add . && git commit -m "Build for deploy"
git push && cd ..
```one-liner:
```
npm run prod && rm -fr gh-pages/* && cp -a ./build_production/. ./gh-pages/ && cd ./gh-pages && git add . && git commit -m "Build for deploy" && git push && cd ..
```## [Markdown tips](https://michelf.ca/projects/php-markdown/extra/)
- `### Header {#id-for-anchor}`
- `[link](https://...){target=_blank}`