Introducción
|
A static site generator combines page-specific content with layout elements and styling information to construct individual webpages.
GitHub/GitLab Pages is a good choice for people who are already familiar with Git and GitHub/GitLab.
This approach can be used to create a relatively small website/blog on a limited budget.
|
Creación con Markdown
|
Markdown is an relatively easy way to write formatted text
Markdown and HTML tags can be used together in a single page
I recommend writing Markdown links ‘reference-style’
The landing page for a website is conventionally named index.md
|
Alojar páginas en GitLab
|
|
Páginas GitLab con Jekyll
|
|
Páginas GitLab con Sphinx
|
|
Páginas GitLab con libros Jupyter
|
|
Plantillas GitLab
|
You can find many pre-existing templates for sites on the Internet
You can find the presented themes for sites in our local GitLab
You can avoid duplicated effort by basing new layouts on previous ones
|
Cuando las cosas van mal
|
|