From 870dc7c1fccd4723f86811a7dbaa5bda4ff42d21 Mon Sep 17 00:00:00 2001 From: Ma-Daniela30 <99136968+Ma-Daniela30@users.noreply.github.com> Date: Thu, 14 Apr 2022 08:35:12 -0500 Subject: [PATCH 01/31] =?UTF-8?q?Actualizaci=C3=B3n=20de=20mi=20informaci?= =?UTF-8?q?=C3=B3n=20personal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index c230a5186..bd0a41905 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://example.com" languageCode = "en-us" -title = "Bitácora de Viaje" +title = "Bitácora de Viaje de Maria Daniela Espinosa Roy" theme = "hugo-winston-theme" relativeURLs = true canonifyURLs = true @@ -13,7 +13,7 @@ paginate = 3 [params] google_analytics_id = "" # Hey Explorer aquí pon tu twitter 👇 - twitter_handle = "@visual_partner" + twitter_handle = "@MaDanielaE3224" showAuthorOnHomepage = true showAuthorOnPosts = false showPostsOnHomepage = false From 702668ae67f70cc4ab91dab36ceb495ec8f90da9 Mon Sep 17 00:00:00 2001 From: Ma-Daniela30 <99136968+Ma-Daniela30@users.noreply.github.com> Date: Thu, 14 Apr 2022 08:39:23 -0500 Subject: [PATCH 02/31] =?UTF-8?q?Actualizaci=C3=B3n=20de=20mi=20informaci?= =?UTF-8?q?=C3=B3n=20personal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/social.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/social.json b/data/social.json index 9b208c33a..97eafc719 100644 --- a/data/social.json +++ b/data/social.json @@ -2,12 +2,12 @@ "links": [ { "name": "twitter", - "url": "https://twitter.com/zerostaticio", + "url": "https://twitter.com/MaDanielaE3224", "image": "images/social/twitter.svg" }, { "name": "github", - "url": "https://github.com/zerostaticthemes", + "url": "https://github.com/Ma-Daniela30", "image": "images/social/github.svg" } ] From 43fb15d5c2234475285e8eab6ccb2946e36b3a9e Mon Sep 17 00:00:00 2001 From: Ma-Daniela30 <99136968+Ma-Daniela30@users.noreply.github.com> Date: Thu, 14 Apr 2022 08:40:19 -0500 Subject: [PATCH 03/31] =?UTF-8?q?Actualizaci=C3=B3n=20de=20mi=20informaci?= =?UTF-8?q?=C3=B3n=20personal.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/author.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/author.json b/data/author.json index 60b3836a0..fc9845c1f 100644 --- a/data/author.json +++ b/data/author.json @@ -1,5 +1,5 @@ { - "name": "Aquí pon tu nombre", + "name": "Maria Daniela Espinosa Roy", "title": "Explorer", "image": "images/launchx.png" } From bb7704a826a7fac16e14a07ab0279661a6959dd1 Mon Sep 17 00:00:00 2001 From: Ma-Daniela30 <99136968+Ma-Daniela30@users.noreply.github.com> Date: Thu, 14 Apr 2022 08:48:16 -0500 Subject: [PATCH 04/31] Creando un archivo al proyecto --- .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 bcdd07734a22ae557699db05a86039ae730750e1 Mon Sep 17 00:00:00 2001 From: Launch X Backend Node JS Date: Thu, 14 Apr 2022 13:48:33 +0000 Subject: [PATCH 05/31] GitHub Actions: Build ok --- docs/.DS_Store | Bin 8196 -> 0 bytes docs/categories/index.html | 24 ++++++++++++------------ docs/categories/index.xml | 4 ++-- docs/index.html | 28 ++++++++++++++-------------- docs/index.xml | 4 ++-- docs/pages/about/index.html | 24 ++++++++++++------------ docs/pages/index.html | 26 +++++++++++++------------- docs/pages/index.xml | 4 ++-- docs/posts/index.html | 26 +++++++++++++------------- docs/posts/index.xml | 4 ++-- docs/posts/intro/index.html | 24 ++++++++++++------------ docs/tags/index.html | 24 ++++++++++++------------ docs/tags/index.xml | 4 ++-- 13 files changed, 98 insertions(+), 98 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..72826532d 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -4,13 +4,13 @@ - Categories - Bitácora de Viaje + Categories - Bitácora de Viaje de Maria Daniela Espinosa Roy - + @@ -21,8 +21,8 @@ - - + + @@ -35,17 +35,17 @@
- +