Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juampi92/juampi92.github.io


https://github.com/juampi92/juampi92.github.io

Last synced: 9 days ago
JSON representation

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}`