Rename the site from Cheatsheets to Devhints

This commit is contained in:
Rico Sta. Cruz 2017-09-27 08:25:43 +08:00
parent a474c9a06d
commit 088870cfbb
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
6 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Rico's cheatsheets # Devhints
> Collection of web development cheatsheets > TL;DR for developer documentation - a ridiculous collection of cheatsheets
<br> <br>

View File

@ -51,7 +51,7 @@ defaults:
# Site info # Site info
url: https://devhints.io url: https://devhints.io
title: Cheatsheets title: Devhints
# GitHub metadata # GitHub metadata
# https://help.github.com/articles/repository-metadata-on-github-pages/ # https://help.github.com/articles/repository-metadata-on-github-pages/

View File

@ -19,7 +19,7 @@ social_list:
related_posts_callout: related_posts_callout:
description: Over SIZE curated cheatsheets, by developers for developers. description: Over SIZE curated cheatsheets, by developers for developers.
link: Cheatsheets home link: Devhints home
related_posts_group: related_posts_group:
top: Top cheatsheets top: Top cheatsheets

View File

@ -1,7 +1,7 @@
<div class="about-the-site"> <div class="about-the-site">
<div class="container"> <div class="container">
<p class='blurb'> <p class='blurb'>
<strong><a href="{{ base }}">Cheatsheets</a></strong> is a collection of cheatsheets I've written over the years. <strong><a href="{{ base }}">{{ site.title }}</a></strong> is a collection of cheatsheets I've written over the years.
Suggestions and corrections? <a href='https://github.com/rstacruz/cheatsheets/issues'>Send them in</a>. Suggestions and corrections? <a href='https://github.com/rstacruz/cheatsheets/issues'>Send them in</a>.
<i class='fleuron'></i> <i class='fleuron'></i>
I'm <a href="http://ricostacruz.com">Rico Sta. Cruz</a>. I'm <a href="http://ricostacruz.com">Rico Sta. Cruz</a>.

View File

@ -1,6 +1,6 @@
--- ---
full_title: "Cheatsheets — for web development and more" full_title: "Devhints — for web development and more"
description: "A collection of cheatsheets I've written." description: "TL;DR for developer documentation - a ridiculous collection of cheatsheets"
layout: 2017/home layout: 2017/home
og_type: website og_type: website
type: home type: home

View File

@ -1,6 +1,6 @@
--- ---
full_title: "Cheatsheets — for web development and more" full_title: "Devhints — for web development and more"
description: "A collection of cheatsheets I've written." description: "TL;DR for developer documentation - a ridiculous collection of cheatsheets"
layout: home layout: home
type: home type: home
og_type: website og_type: website