diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml new file mode 100644 index 0000000..64df081 --- /dev/null +++ b/.github/workflows/jekyll.yml @@ -0,0 +1,20 @@ +name: Jekyll site CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Build the site in the jekyll/builder container + run: | + docker run \ + -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ + jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future" diff --git a/blog.html b/blog.html index 6004cd1..1dbd490 100644 --- a/blog.html +++ b/blog.html @@ -1,6 +1,6 @@ - Estoy en la rama del footer + Estoy en la rama del footer, miremos los cambios diff --git a/css/estilos.css b/css/estilos.css index 36e6b1c..b100b1d 100644 --- a/css/estilos.css +++ b/css/estilos.css @@ -17,7 +17,7 @@ body #cabecera { - background: #33A; url("../imagenes/grande.jpeg") 20px 20px; + background: #3398aa; url("../imagenes/grande.jpeg") 20px 20px; box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5); color: rgb(255, 255, 255); font-weight: bold; @@ -47,9 +47,8 @@ body } #post { - background:yellowgreen; padding: 1em; - background: yellowgreen; + background: #73aa33; } #footer { diff --git a/historia.txt b/historia.txt index 46f153a..7c6d411 100644 --- a/historia.txt +++ b/historia.txt @@ -2,3 +2,5 @@ Voy a ser el mejor desarrollador de nuevos medios, he dicho y lo firmo aquĆ­ en 24 de mayo de 2020 a las 05:14am de la madrugada vamos a ver + +Samara te amo, chinita \ No newline at end of file