Update exampleSite content

* Add featured image to "Translation Support" page
* Optimize featured-images/featured.png
* Rearrange pages by changing date (tricky, but simple way)
This commit is contained in:
vimux 2019-09-24 11:24:36 -04:00
parent d747c2efe3
commit 8f25203787
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34
5 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
--- ---
title: Basic HTML Elements title: Basic HTML Elements
description: Example test article that contains basic HTML elements for text formatting on the Web. description: Example test article that contains basic HTML elements for text formatting on the Web.
date: 2019-01-15 date: 2019-09-24
categories: categories:
- "Development" - "Development"
tags: tags:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -1,7 +1,7 @@
--- ---
title: MathJax title: MathJax
description: Simple MathJax example test article description: Simple MathJax example test article
date: 2019-01-13 date: 2019-09-23
mathjax: true mathjax: true
tags: tags:
- "MathJax" - "MathJax"

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -1,11 +1,14 @@
--- ---
title: Translation Support title: Translation Support
description: With Hugo i18n possibilities, you can easily have a website in your language. This article explains how to translate and change language in Hugo's generated site. description: With Hugo i18n possibilities, you can easily have a website in your language. This article explains how to translate and change language in Hugo's generated site.
date: 2019-01-12 date: 2019-09-22
tags: tags:
- "Translation" - "Translation"
- "i18n" - "i18n"
- "Hugo" - "Hugo"
featured:
alt: Translation support
previewOnly: true
--- ---
With Hugo i18n possibilities, you can easily have a website in your language. This Hugo theme is ready to be translated into other languages. You can create a special file that contains translated text to show the visitor instead of English. With Hugo i18n possibilities, you can easily have a website in your language. This Hugo theme is ready to be translated into other languages. You can create a special file that contains translated text to show the visitor instead of English.