From e0c3e65f6f0a2f90893a66fdab0689acbe98b3e9 Mon Sep 17 00:00:00 2001 From: duro Date: Wed, 3 Jul 2024 12:26:15 +0200 Subject: [PATCH 01/30] Primeros pasos con github-pages --- docs/{ => imgs}/logo.png | Bin docs/index.html | 90 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) rename docs/{ => imgs}/logo.png (100%) create mode 100644 docs/index.html diff --git a/docs/logo.png b/docs/imgs/logo.png similarity index 100% rename from docs/logo.png rename to docs/imgs/logo.png diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..a642a4d --- /dev/null +++ b/docs/index.html @@ -0,0 +1,90 @@ + + + + + + Blog + + + + +
+ JdRobots + +
+ +
+

Welcome to my blog!

+

Here I will write everything I learn during my internship at JdRobots.

+
+ +
+

Building GitHub Pages

+

GitHub Pages is a simple way to host static websites directly from a GitHub repository. Follow these steps to set up your own GitHub Pages site:

+ +
    +
  1. + Create a Repository: +

    Go to GitHub and create a new repository. If you want your site to be available at https://your-username.github.io, name the repository your-username.github.io.

    +
  2. +
  3. + Add Your Site Content: +

    Upload your HTML, CSS, JavaScript, and other files to the repository. You can do this through the GitHub web interface or by pushing from your local machine using Git.

    +
  4. +
  5. + Configure GitHub Pages: +

    Go to the repository settings, scroll down to the "Pages" section, and select the branch you want to use for your site. If your files are in a specific folder (like docs), select that folder.

    +
  6. +
  7. + Access Your Site: +

    After a few minutes, your site will be live at https://your-username.github.io/repository-name (or https://your-username.github.io if you named the repository after your username).

    +
  8. +
+ +

For more detailed instructions, visit the GitHub Pages documentation.

+
+ + +
+

Contact

+

You can contact me through davidduro2002@gmail.com.

+
+ + + + + From ce27f91076783acc6167ce6ca014a0258388bdce Mon Sep 17 00:00:00 2001 From: duro Date: Wed, 3 Jul 2024 12:33:25 +0200 Subject: [PATCH 02/30] Cambiando indentado y tema --- docs/config.yaml | 4 ++ docs/index.html | 99 +++++++++++++++++++++++++++++------------------- 2 files changed, 64 insertions(+), 39 deletions(-) create mode 100644 docs/config.yaml diff --git a/docs/config.yaml b/docs/config.yaml new file mode 100644 index 0000000..e08cb15 --- /dev/null +++ b/docs/config.yaml @@ -0,0 +1,4 @@ +theme: minima + +title: "Blog" +description: "Here I will write everything I learn during my internship at JdRobots." diff --git a/docs/index.html b/docs/index.html index a642a4d..6c8f78c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,12 +9,16 @@ font-family: Arial, sans-serif; margin: 0; padding: 0; - text-align: center; } header { background-color: #4CAF50; color: white; padding: 10px 0; + text-align: center; + } + nav { + text-align: left; + padding: 10px; } nav a { color: white; @@ -23,6 +27,7 @@ } section { padding: 20px; + text-align: left; } footer { background-color: #333; @@ -31,6 +36,17 @@ position: fixed; width: 100%; bottom: 0; + text-align: center; + } + #index { + padding: 10px; + background-color: #f9f9f9; + border-right: 1px solid #ccc; + float: left; + width: 20%; + } + #content { + margin-left: 22%; } @@ -38,49 +54,54 @@
JdRobots -
-
-

Welcome to my blog!

-

Here I will write everything I learn during my internship at JdRobots.

-
+ -
-

Building GitHub Pages

-

GitHub Pages is a simple way to host static websites directly from a GitHub repository. Follow these steps to set up your own GitHub Pages site:

- -
    -
  1. - Create a Repository: -

    Go to GitHub and create a new repository. If you want your site to be available at https://your-username.github.io, name the repository your-username.github.io.

    -
  2. -
  3. - Add Your Site Content: -

    Upload your HTML, CSS, JavaScript, and other files to the repository. You can do this through the GitHub web interface or by pushing from your local machine using Git.

    -
  4. -
  5. - Configure GitHub Pages: -

    Go to the repository settings, scroll down to the "Pages" section, and select the branch you want to use for your site. If your files are in a specific folder (like docs), select that folder.

    -
  6. -
  7. - Access Your Site: -

    After a few minutes, your site will be live at https://your-username.github.io/repository-name (or https://your-username.github.io if you named the repository after your username).

    -
  8. -
- -

For more detailed instructions, visit the GitHub Pages documentation.

-
+
+
+

Welcome to my blog!

+

Here I will write everything I learn during my internship at JdRobots.

+
+
+

Building GitHub Pages

+

GitHub Pages is a simple way to host static websites directly from a GitHub repository. Follow these steps to set up your own GitHub Pages site:

+ +
    +
  1. + Create a Repository: +

    Go to GitHub and create a new repository. If you want your site to be available at https://your-username.github.io, name the repository your-username.github.io.

    +
  2. +
  3. + Add Your Site Content: +

    Upload your HTML, CSS, JavaScript, and other files to the repository. You can do this through the GitHub web interface or by pushing from your local machine using Git.

    +
  4. +
  5. + Configure GitHub Pages: +

    Go to the repository settings, scroll down to the "Pages" section, and select the branch you want to use for your site. If your files are in a specific folder (like docs), select that folder.

    +
  6. +
  7. + Access Your Site: +

    After a few minutes, your site will be live at https://your-username.github.io/repository-name (or https://your-username.github.io if you named the repository after your username).

    +
  8. +
+ +

For more detailed instructions, visit the GitHub Pages documentation.

+
-
-

Contact

-

You can contact me through davidduro2002@gmail.com.

-
+
+

Contact

+

You can contact me through davidduro2002@gmail.com.

+
+