From 1dacfa479861631cb7c03135a962208184ea78cd Mon Sep 17 00:00:00 2001 From: Gustavo-Valdez <86739150+Gustavo-Valdez@users.noreply.github.com> Date: Mon, 11 Apr 2022 22:02:54 -0500 Subject: [PATCH 01/33] Update config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c230a5186..b524b82a2 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://example.com" +baseURL = "https://gustavo-valdez.github.io/my_launchx_blog/" languageCode = "en-us" title = "Bitácora de Viaje" theme = "hugo-winston-theme" From 640812707278587a5def7fc0d404fadf7f5f5206 Mon Sep 17 00:00:00 2001 From: Gustavo-Valdez <86739150+Gustavo-Valdez@users.noreply.github.com> Date: Mon, 11 Apr 2022 22:05:14 -0500 Subject: [PATCH 02/33] Update author.json --- data/author.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/author.json b/data/author.json index 60b3836a0..7bb985be4 100644 --- a/data/author.json +++ b/data/author.json @@ -1,5 +1,5 @@ { - "name": "Aquí pon tu nombre", + "name": "Gus", "title": "Explorer", "image": "images/launchx.png" } From 10bd3dc5e8d63886150987094d32b67e3788c110 Mon Sep 17 00:00:00 2001 From: Gustavo-Valdez <86739150+Gustavo-Valdez@users.noreply.github.com> Date: Mon, 11 Apr 2022 22:06:23 -0500 Subject: [PATCH 03/33] Update social.json --- data/social.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/social.json b/data/social.json index 9b208c33a..f53eda9f7 100644 --- a/data/social.json +++ b/data/social.json @@ -7,7 +7,7 @@ }, { "name": "github", - "url": "https://github.com/zerostaticthemes", + "url": "https://github.com/Gustavo-Valdez", "image": "images/social/github.svg" } ] From d17f9b12968e200f84f804b06c119f6ec8dc807d Mon Sep 17 00:00:00 2001 From: Gustavo-Valdez <86739150+Gustavo-Valdez@users.noreply.github.com> Date: Mon, 11 Apr 2022 22:25:09 -0500 Subject: [PATCH 04/33] Create build_launchx_blog.yml --- .github/workflows/build_launchx_blog.yml | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/workflows/build_launchx_blog.yml diff --git a/.github/workflows/build_launchx_blog.yml b/.github/workflows/build_launchx_blog.yml new file mode 100644 index 000000000..63f94bdc3 --- /dev/null +++ b/.github/workflows/build_launchx_blog.yml @@ -0,0 +1,37 @@ +name: Build Personal Blog +on: push + +jobs: + build: + + name: Build and update website + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + with: + submodules: true + fetch-depth: 0 + - name: Setup GoHugo + uses: peaceiris/actions-hugo@v2 + with: + hugo-version: '0.92.0' + - name: Commit Update + run: | + echo ":: Eliminando versión previa ::" + rm -rf docs + - name: Build drafts + run: hugo -D + - name: Commit Update + run: | + echo ":: Renombrando nueva version ::" + mv public/ docs/ + git config --global user.email "launchx@innovaccion.mx" + git config --global user.name "Launch X Backend Node JS" + git add . + git commit -m "GitHub Actions: Build ok" + - name: Push changes + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: ${{ github.ref }} From bac29ca9f234323ef5138e32e66f58d77316979a Mon Sep 17 00:00:00 2001 From: Launch X Backend Node JS Date: Tue, 12 Apr 2022 03:25:28 +0000 Subject: [PATCH 05/33] GitHub Actions: Build ok --- docs/.DS_Store | Bin 8196 -> 0 bytes docs/categories/index.html | 20 ++++++++++---------- docs/categories/index.xml | 4 ++-- docs/index.html | 24 ++++++++++++------------ docs/index.xml | 12 ++++++------ docs/pages/about/index.html | 20 ++++++++++---------- docs/pages/index.html | 22 +++++++++++----------- docs/pages/index.xml | 8 ++++---- docs/posts/index.html | 22 +++++++++++----------- docs/posts/index.xml | 8 ++++---- docs/posts/intro/index.html | 20 ++++++++++---------- docs/sitemap.xml | 14 +++++++------- docs/tags/index.html | 20 ++++++++++---------- docs/tags/index.xml | 4 ++-- 14 files changed, 99 insertions(+), 99 deletions(-) delete mode 100644 docs/.DS_Store diff --git a/docs/.DS_Store b/docs/.DS_Store deleted file mode 100644 index 72aa697a614830dbda48abe0c0e3458d8020d4e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHMTWl0n7(U;$(3yeC6xvdDgse0vmliB7)B-9?FGy1e$ZjtbaGl*5%7odOx-+{4 z39(9i5xgYE_$1!nlmrt^)OdR%@kwn^Uesvfi#{0iQKSEvGYfWs2YE0U<|OC*^Plto z=gj%e_n)(8mNACDlDUDg7RH!NnM-W}71v3;o#$(k6xGy{1o<;&F+Vr$Pvsmhca3#i z5hD;I5F-#H5F-#Ha4R4{XEsmr4bFYh8kaEwF#@+G0(^f+Qsy!h$r&NTt%Hj23P6%y z0m4MjbPou9l95bBaz@C|mHHI72Sl!jt{4#R)Sl$#BvX-`5mLA_2zQ2PWJEU*P9lfqW=^#G6hB zMo{wmjN$>VWjxQxRi2I9sBKMWwZ?wW4Gi10ilKvTT4Zu?%yvz0y3Z@QrXTvIMT4x! zN>*ET;zU>X#!Vf`uAbhL9mx}$yE;3P8@qc>o>b(f*1Nav%N}(Ku6J6@1JPc<>Z|5; zrg~D2U+xzlC2E>0llrDIDMekNkB+JPv)bY^z4@N0!1i2!)GGQUv)Uq`W;m4h+`UDM zw~ysLr&MtLtk#e>oP5bK0&BbDr0qv7e>|{`1^j8k_liM(XqeTsl5g#^$j&ZX17z)w z+teL5Ypi;4DCZV7EnnHz-nnVZw*H;F_RiMdu}EuBm#7m2lN;EFZL7H7@bi{y+V14Y zv~31Q#>%#D=Nv2J8U;&ffUV5dH!p2jme6%!aMht=I$p}zkCg1-xYjDm;TS9QqEC70nkl8`N%n z#4&P~qiCiWr$_D8$I1d*MH?2CTh;sY@w`_k&=h@|L5HYL(Z~<+k#`w>uxHA0uM9q* z@6adwBSz8MGff1OwF|;yi0Z=?qZaNoXxf2S`vaXXibYQ*e$oF){6BJ$hM|Bqvev>GPa%$rk(5{h0GK?#m=yo*je^Adyjp_ zK4)LBOYB?r9s7a($bMm$*&nDyJr+Sj0}@z;)mV#mY(xs%(T8E|#e+yAgG0z64-1Fk zp@cGy;W(baQ#g&M@eE$XD|i)e;7y#vNB9_@-~ztFEH2_}e2>fc4Zq`0sZNq5MOrK^ zk(#7tX^pg2>Xv$?&En0aO2kaeC7#qr`kZZmA}0EbCl#(2F^Rz)>dsptVlFKVV`TA? z#-Rc*ep@?C-yV@mHh>o2%10=Z6QV5u?{`B2ff&W zdohR|cmP90)(l24ig8R3RZSx6By1GnBOt;)h8aALQ+Sf-`YfKq^LPPg@iGzjHN1|u za31ee5pifP5%FO)5zFbK>v--Y)mO+n*Cp0&7J(Y!*uwAsgE#*Ef3w}kelY?u0{;U9 zP&<$w;J*NFw88Sbc9QbLlzHNIGeU+gRB#hsA6~~vUirh2o|92qDv~ooQVXU3{6m2F Q6&s)b@%bO}?{+Qz2En)=$^ZZW diff --git a/docs/categories/index.html b/docs/categories/index.html index 1a0f17f96..ed0c734a8 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -6,18 +6,18 @@ Categories - Bitácora de Viaje - + - + - + @@ -35,17 +35,17 @@
- +