Welcome to mirror list, hosted at ThFree Co, Russian Federation.

projects.md « archetypes - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4523f8327e3be1811eff12050d7d24580c72a91e (plain)
1
2
3
4
5
6
7
8
9
10
11
---
title: "{{ replace .TranslationBaseName "-" " " | title }}" # Title of your project
date: {{ .Date }}
weight: 0 # Order in which to show this project on the home page
external_link: "" # Optional external link instead of modal
resources:
    - src: plant.jpg
      params:
          weight: -100 # Optional weighting for a specific image in this project folder
draft: true
---