Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add i18n #11

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update from Forestry.io
Anthony Roux created exampleSite/content/raquel-test.md
  • Loading branch information
anthonyroux authored and Forestry.io committed Mar 16, 2020
commit ef6a8b4d313dc25f3d57bed730b8e5e9b6b63b55
2 changes: 2 additions & 0 deletions exampleSite/.forestry/front_matter/templates/post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ fields:
label: type
default: post
description: 'type: post or featured'
pages:
- exampleSite/content/raquel-test.md
10 changes: 10 additions & 0 deletions exampleSite/content/raquel-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
+++
categories = ["cool", "food", "good", "caca"]
date = 2020-03-16T23:00:00Z
description = "This is food"
image = "/images/raquel-foodjpg.jpg"
tags = ["cheese", "whatever"]
title = "Raquel Test"
type = "post"

+++