Skip to content

Commit

Permalink
Merge pull request #3241 from programminghistorian/Issue-2836
Browse files Browse the repository at this point in the history
Issue-2836
  • Loading branch information
anisa-hawes authored Apr 19, 2024
2 parents 5ea7e72 + 281094d commit c592bf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion en/lessons/building-static-sites-with-jekyll-github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ doi: 10.46430/phen0048

**At the end of this lesson**, you'll have a basic live website where you can publish content that other people can visit—it will look like [this](http://amandavisconti.github.io/JekyllDemo/)!—and you'll also have some resources to explore if you want to further customize the site.

**Requirements:** A computer (Mac/Windows/Linux are all okay, but this lesson doesn't cover some aspects of Linux use), the ability to download and install software on the computer, an internet connection that can support downloading software. Users have reported needing between 1-3 hours to complete the entire lesson.
**Requirements:** A computer (Mac/Windows/Linux are all okay, but this lesson doesn't cover some aspects of Linux use, and you may encounter some issues if you are using a Mac with an M-series (silicon) chip), the ability to download and install software on the computer, an internet connection that can support downloading software. Users have reported needing between 1-3 hours to complete the entire lesson.

{% include toc.html %}

Expand Down Expand Up @@ -152,6 +152,10 @@ Starting with macOS Catalina, zsh has replaced bash as the default shell for Mac

*If you're using a Mac computer, follow the instructions below until you hit a line that says the Windows-specific instructions are beginning.*

<div class="alert alert-warning">
Please note that if you are using a Mac with an M-series (silicon) chip, you may encounter some compatibility issues when installing Jekyll or its dependencies. If that’s the case, we advise you to follow additional installation instructions for the relevant package, either from the official documentation, or online help forums.
</div>

Open a command line window (Applications > Utilities > Terminal) and enter the code shown in the steps below (*`code is formatted like this`*), keeping [the command line tips from above](#section1-4) in mind.

### Command line tools suite <a id="section2-1"></a>
Expand Down
6 changes: 5 additions & 1 deletion es/lecciones/sitios-estaticos-con-jekyll-y-github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ doi: 10.46430/phes0050

**Al final de esta lección**, tendrás un sitio web básico en funcionamiento donde podrás publicar contenido que otras personas podrán visitar -¡se verá [así](https://amandavisconti.github.io/JekyllDemo/)!- y también tendrás algunos recursos para explorar, si deseas personalizar aún más el sitio.

**Requisitos:** una computadora (Mac/Windows/Linux funcionan, aunque esta lección no cubre algunos aspectos del uso de Linux), que permita la descarga e instalación de software y conexión a Internet que soporte la descarga de software. Según los usuarios, se necesitan entre 1 y 3 horas para completar toda la lección.
**Requisitos:** una computadora (Mac/Windows/Linux funcionan, aunque esta lección no cubre algunos aspectos del uso de Linux y puede que tengas algunos problemas si estás utilizando una Mac con un chip de la serie-M), que permita la descarga e instalación de software y conexión a Internet que soporte la descarga de software. Según los usuarios, se necesitan entre 1 y 3 horas para completar toda la lección.

**Nivel de dificultad:** Intermedio (esta lección no incluye el uso de línea de comandos y git, pero te ofrece todo lo necesario para que la completes).

Expand Down Expand Up @@ -192,6 +192,10 @@ A continuación, vamos a instalar algunas dependencias de software (es decir, pr

Si estás utilizando una computadora Mac, sigue las instrucciones que se encuentran a continuación.

<div class="alert alert-warning">
Ten en cuenta que si estás utilizando una Mac con un chip de la serie M puede que encuentres problemas de compatibilidad al instalar Jekyll o sus dependencias. Si ese es el caso, te recomendamos que sigas las instrucciones de instalación adicionales para el paquete correspondiente, tanto de la documentación original como de foros online.
</div>

Abre una ventana de línea de comandos (*Aplicaciones > Utilidades > Terminal*) e ingresa el código que se muestra en los pasos a continuación (`el código es el texto que aparece formateado así`) siguiendo [las sugerencias de uso de la línea de comandos detalladas más arriba](#section1-4).

### Herramientas de línea de comandos <a id="section2-1"></a>
Expand Down

0 comments on commit c592bf1

Please sign in to comment.