Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

About

Minimal Mistakes is a flexible two-column Jekyll theme.

Splash Page

Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop.

Posts

Post: Future Date

menos de 1 minuto de lectura

This post lives in the future and is dated Fri Dec 31 00:00:00 9999. When building Jekyll with the --future flag it should appear.

Exclude Post from Search Index

menos de 1 minuto de lectura

This post should not appear in the search index because it has the following YAML Front Matter:

Layout: Header Video

menos de 1 minuto de lectura

This post should display a header with a responsive video, if the theme supports it.

Gemified Theme – Alpha Release

3 minuto de lectura

Jekyll themes distributed as Ruby gems are finally here to make installing and upgrading much easier. Gone are the days of forking a repo just to “install it...

Welcome to Jekyll!

menos de 1 minuto de lectura

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Markup: Image Alignment

3 minuto de lectura

Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of...

Layout: More Tag

menos de 1 minuto de lectura

This content is before the excerpt separator tag.

Layout: Header Image and Text Readability

3 minuto de lectura

This is a sample post with a large feature image1 up top and tons of text. Odio ad blue bottle vinyl, 90’s narwhal commodo bitters pour-over nostrud. Ugh est...

Layout: Excerpt (Generated)

menos de 1 minuto de lectura

This is the post content. Archive-index pages should display an auto-generated excerpt of this content.

Layout: Excerpt (Defined)

menos de 1 minuto de lectura

This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages.

Layout: Code Excerpt (Generated)

menos de 1 minuto de lectura

This is the post content with inline code, (e.g. <span style="color: red;">red</span>. It should be displayed in place of the auto-generated exce...

Layout: Post with Table Of Contents

1 minuto de lectura

Enable table of contents on post or page by adding toc: true to its YAML Front Matter. The title and icon can also be changed with:

Layout: Read Time Enabled

3 minuto de lectura

This post has reading time enabled. The estimated time that it takes to read this post should show if also enabled in _config.yml with read_time: true.

Layout: Read Time Disabled

This post has reading time disabled. The estimated time that it takes to read this post should not be showing if read_time: false is set in _config.yml or in...

Post: Twitter Embed

menos de 1 minuto de lectura

🎨 Finally got around to adding all my @procreateapp creations with time lapse videos https://t.co/1nNbkefC3L pic.twitter.com/gcNLJoJ0Gn— Michael Rose (...

Post: Gallery

1 minuto de lectura

These are gallery tests for image wrapped in <figure> elements.

Post: Image (Standard)

menos de 1 minuto de lectura

The preferred way of using images is placing them in the /assets/images/ directory and referencing them with an absolute path. Prepending the filename with {...

Post: Link Permalink

menos de 1 minuto de lectura

This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.

Post: Quote

menos de 1 minuto de lectura

Only one thing is impossible for God: To find any sense in any copyright law on the planet. Mark Twain

Post: Notice

1 minuto de lectura

A notice displays information that explains nearby content. Often used to call attention to a particular detail.

Post: Chat

2 minuto de lectura

Abbott: Strange as it may seem, they give ball players nowadays very peculiar names.

Post: Standard

4 minuto de lectura

All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing...

Post: Modified Date

menos de 1 minuto de lectura

This post has been updated and should show a modified date if used in a layout.

Edge Case No Yaml Title

menos de 1 minuto de lectura

This post has no title specified in the YAML Front Matter. Jekyll should auto-generate a title from the filename.

curso

Introducción

menos de 1 minuto de lectura

La humanidad siempre ha deseado otras entidades inteligentes. Desde los dioses de la antigua Gracia hasta la inteligencia artificial de hoy en día.

Introducción

5 minuto de lectura

Estamos ante el nacimiento de una nueva tecnología. La tecnología que ha resucitado a la inteligencia artificial. La tecnología que imita al cerebro. Y la te...

Álgebra lineal

menos de 1 minuto de lectura

El álgebra lineal es una rama de las matemáticas que estudia conceptos tales como vectores y matrices.

Machine learning

menos de 1 minuto de lectura

Deep learning es un tipo especial de machine learning. Así que para enterder el deep learning bien, hay tener un buen entendimiento de que es machine lerning...

Perceptrón

3 minuto de lectura

Las neuronas de nuestro cerebro son las responsables de nuestra inteligencia, una nerona por si sola no es capaz de mucho pero cuando se conectan muchas, una...

Red neuronal

2 minuto de lectura

¿sabes cuantas neuronas tienes en tu cerebro? 86000 millones (86,000,000,000) pero eso no es nada si nos comparamos con un elefante, que tiene 215,000,000,00...

Redes neuronales

2 minuto de lectura

Las redes neuronales artificiales, (también llamadas perceptrones multicapa) son el fundamento del deep learning. Y como el deep learning es el campo más pro...

Ejemplo: XOR

1 minuto de lectura

Para tener claro como funciona una red neuronal, vamos a ver un ejemplo concreto, la función XOR. Esta función es bastante simple, sólo toma 2 valores binari...

Descenso por gradiente

2 minuto de lectura

Descenso por gradiente es el método por el cual las redes neuronales aprenden. Se basa en alcanzar el mínimo de la función de error (o funcíon de coste). Rec...

Diseño de la arquitectura

2 minuto de lectura

Otra aspecto a tener en cuenta es la estructura de la red neuronal: ¿Cuántas unidades usar, y cómo conectarlas? Las unidades se agrupan por capas y estas se ...

Regularización

1 minuto de lectura

Un aspecto importante en machine learning es hacer que los algortimos funcionen bien para los nuevos datos nunca vistos. Esto se conoce como regularización. ...

Optimización

1 minuto de lectura

Desafortunadamente, nuestros ordenadores tienen una capacidad de cómputo limitada. Por lo tanto es necesario necesario usar algunos truquillos para aligerar ...

Prueba

menos de 1 minuto de lectura

MathJax is a simple way of including Tex/LaTex/MathML based mathematics in HTML webpages. To get up and running you need to include the MathJax script in the...

docs

Quick-Start Guide

How to quickly install and setup Minimal Mistakes for use with GitHub Pages.

Structure

How the theme is organized and what all of the files are for.

Installation

Instructions for installing the theme for new and existing Jekyll based sites.

Upgrading

Instructions and suggestions for upgrading the theme.

Overriding Theme Defaults

Instructions on how to customize the theme’s default set of layouts, includes, and stylesheets when using the Ruby Gem version.

Navigation

Instructions on how to customize the main navigation and enabling breadcrumb links.

UI Text

Text for customizing various user interface elements found in the theme.

Authors

Instructions and settings for working with multiple site authors.

Layouts

Descriptions and samples of all layouts included with the theme and how to best use them.

Helpers

Jekyll _includes and other helpers to use as shortcuts for creating archives, galleries, table of contents, and more.

Utility Classes

CSS classes for aligning text/image, styling buttons and notices, and more.

Stylesheets

Instructions for customizing and building the theme’s stylesheets.

JavaScript

Instructions for customizing and building the theme’s scripts.

History

Change log of enhancements and bug fixes made to the theme.

2.2 Documentation

Setup and installation instructions for Minimal Mistakes 2.2 (deprecated).

License

License for Minimal Mistakes Jekyll Theme.

pets

Lhasa Apso

The Lhasa Apso is a non-sporting dog breed originating in Tibet.

Tabby

A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines or swirling patterns, usually with a mark resembling an ‘M’ on its for...

portfolio

Baz Boom Identity

Baz Boom design system including logo mark, website design, and branding applications.

Fizz Bang Identity

Fizz Bang design system including logo mark, website design, and branding applications.

Foo Bar Identity

Foo Bar design system including logo mark, website design, and branding applications.

Ginger Gulp Identity

Ginger Gulp design system including logo mark, website design, and branding applications.

recipes

Chocolate Chip Cookies

A chocolate chip cookie is a drop cookie that originated in the United States and features chocolate chips as its distinguishing ingredient.

Oatmeal Cookies

Oatmeal cookies are a proverbial favorite with both kids and adults. This crisp and chewy cookie is loaded with oats, dried fruit, and chopped nuts.

Peanut Butter Cookies

A peanut butter cookie is a type of cookie that is distinguished for having peanut butter as a principal ingredient. The cookie generally originated in the U...