forked from riggraz/no-style-please
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fea: Se agrega información de contacto
- Loading branch information
1 parent
ac78284
commit 0168d0e
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
title: no style, please! # name of the site | ||
author: Riccardo Graziosi # name of site's author | ||
email: [email protected] # email of site's author | ||
url: https://riggraz.dev # root address of the site | ||
baseurl: "/no-style-please" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath) | ||
title: Software engineer's blog # name of the site | ||
author: Diego andres de la cruz cruz # name of site's author | ||
email: @cruzcruzdiego # email of site's author | ||
url: https://www.linkedin.com/in/cruzcruzdiego/ # root address of the site | ||
baseurl: "/blog" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath) | ||
description: > # description of the site (multiple lines allowed) | ||
A (nearly) no-CSS, fast, minimalist Jekyll theme. | ||
Microblogging en donde guardo algunos apuntes sobre tecnología, desarrollo de software y otros temas que me interesan. | ||
permalink: /:slug.html | ||
|
||
|
@@ -24,4 +24,4 @@ sass: | |
|
||
plugins: | ||
- jekyll-feed | ||
- jekyll-seo-tag | ||
- jekyll-seo-tag |