diff --git a/config.toml b/config.toml index 71beef3f..42363bc2 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,4 @@ [module.hugoVersion] extended = true min = "0.87.0" -max = "0.133.1" +max = "0.134.0" diff --git a/exampleSite/content/users/andrealucchini.com/feature.jpg b/exampleSite/content/users/andrealucchini.com/feature.jpg new file mode 100644 index 00000000..68747aa7 Binary files /dev/null and b/exampleSite/content/users/andrealucchini.com/feature.jpg differ diff --git a/exampleSite/content/users/andrealucchini.com/index.it.md b/exampleSite/content/users/andrealucchini.com/index.it.md new file mode 100644 index 00000000..6fab61b1 --- /dev/null +++ b/exampleSite/content/users/andrealucchini.com/index.it.md @@ -0,0 +1,14 @@ +--- + title: "andrealucchini.com" + tags: [Sito personale, Blog] + externalUrl: "https://andrealucchini.com" + weight: 891 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- + diff --git a/exampleSite/content/users/andrealucchini.com/index.ja.md b/exampleSite/content/users/andrealucchini.com/index.ja.md new file mode 100644 index 00000000..b12b4b6f --- /dev/null +++ b/exampleSite/content/users/andrealucchini.com/index.ja.md @@ -0,0 +1,14 @@ +--- + title: "andrealucchini.com" + tags: [個人サイト, ブログ] + externalUrl: "https://andrealucchini.com" + weight: 891 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- + diff --git a/exampleSite/content/users/andrealucchini.com/index.md b/exampleSite/content/users/andrealucchini.com/index.md new file mode 100644 index 00000000..28e3156c --- /dev/null +++ b/exampleSite/content/users/andrealucchini.com/index.md @@ -0,0 +1,13 @@ +--- + title: "andrealucchini.com" + tags: [Personal site,Blog] + externalUrl: "https://andrealucchini.com" + weight: 891 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- diff --git a/exampleSite/content/users/andrealucchini.com/index.zh-cn.md b/exampleSite/content/users/andrealucchini.com/index.zh-cn.md new file mode 100644 index 00000000..8be93d50 --- /dev/null +++ b/exampleSite/content/users/andrealucchini.com/index.zh-cn.md @@ -0,0 +1,14 @@ +--- + title: "andrealucchini.com" + tags: [个人网站, 博客] + externalUrl: "https://andrealucchini.com" + weight: 891 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- +