Skip to content

Commit

Permalink
Merge pull request #51 from aloxe/ecrire
Browse files Browse the repository at this point in the history
content + meta update
  • Loading branch information
aloxe authored Dec 28, 2024
2 parents 6fb5457 + 3ac426c commit 2f734c1
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 8 deletions.
6 changes: 5 additions & 1 deletion src/pages/documentation/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
layout: base
title: Documentation
headline: Huwindty features explained
description: Documentation for all main features of huwindty eleventy starter
tags: eleventy, starter, images, navigation, markdown, css, styles, tailwind, sveltia, cms, github, pipeline
author: aloxe
date: 12/28/2024
subtitle: How Huwindty works and how to install it
description: Documentation for Huwindty.
ismarkdown: true
---
## Table of content
Expand Down
8 changes: 5 additions & 3 deletions src/pages/examples/images/global/cows.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
layout: base
title: Cows
headline: A picture with cows
description: photo of drooderfiets with cows at the background
tags: drooderfiets, bike, cows, fields
author: aloxe
date: 12/2/2024
subtitle: Yet another example page
ismarkdown: true
---

## Picture of cows

This is an example page with an image of cows. The image file is not a global file but it is located higher in the section of the current page.
Expand All @@ -17,6 +21,4 @@ It can be used with the path from the root of pages but will not be able to be u

Also it will not be visible in the CMS when editing the current page.


![drooderfiets and cows](/examples/cows.jpg)

8 changes: 7 additions & 1 deletion src/pages/examples/images/global/grasshoper.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
layout: base
title: Grasshoper
subtitle: drooderfiets and grasshopper
headline: Still image with steal grasshopper
description: An example page with a grasshopper from general folder
tags: ""
author: ""
date: 12/17/2024
subtitle: drooderfiets and grasshopper
ismarkdown: true
---
## Picture with a grasshopper
Expand All @@ -14,3 +18,5 @@ This is an example page with the image of a grasshopper (made of steel) that was
```

![drooderfiets and grasshopper](/img/grasshopper.jpg)

Images from global folders can be used on all pages.
9 changes: 8 additions & 1 deletion src/pages/examples/images/global/heron.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
---
layout: base
title: Heron
subtitle: drooderfiets and heron
headline: An image with a grey heron
description: An example page with a heron from general folder
tags: ""
author: aloxe
date: 12/4/2024
subtitle: drooderfiets and heron
ismarkdown: true
---
## Picture of a heron

This is an example page with the image of a heron that was uploaded in a subfolder of the global media folder (Uncategorized). It is accessible from any page. The resulting Markdown code is:

```markdown
![drooderfiets and grasshopper](/img/animals/heron.jpg)
```

![drooderfiets and grasshopper](/img/animals/heron.jpg)

Images from global folders can be used on all pages but they won't appear on the editor. Though, they will be displayed on the final page.
6 changes: 5 additions & 1 deletion src/pages/examples/images/local/sheep.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
layout: base
title: Sheep
headline: A nice photo with sheep
description: A page with a photo of drooderfiets with shhep in a field on the background.
tags: ""
author: aloxe
date: 12/25/2024
subtitle: Yet another example page
ismarkdown: true
---
Expand All @@ -17,4 +22,3 @@ It is possible to display the image giving the entire path to the file as bellow
While this may help you understand where the file is, it is less practical in the CMS as the image will not be visible in the editor. Though it will still display in the page.

![drooderfiets and sheep](/examples/images/local/sheep.jpg)

6 changes: 5 additions & 1 deletion src/pages/examples/images/local/wasps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
layout: base
title: Wasps
headline: Ten wasps on a photo
description: ""
tags: ""
author: ""
date: 12/5/2024
subtitle: Yet another example page
ismarkdown: true
---
Expand All @@ -13,4 +18,3 @@ This is an example page with a photo of wasps that sits in the same folder as th
```

![drooderfiets and wasps](wasps.jpg)

0 comments on commit 2f734c1

Please sign in to comment.