diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9b68069 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/gallery"] + path = themes/gallery + url = https://github.com/nicokaiser/hugo-theme-gallery.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..7eae413 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,11 @@ +--- +title: "Nicolas' Gallery" +resources: + - src: landscape/_DSF8043.jpg + params: + cover: true # cover of the home page is used for OpenGraph cards, etc. +menus: + main: + name: Home + weight: +--- diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..7b497c2 --- /dev/null +++ b/content/about.md @@ -0,0 +1,10 @@ +--- +layout: page +rss_ignore: true +title: About +menu: + main: + weight: 90 +--- + +This is a sample of my photography diff --git a/content/expo/dkv-expo-0 0.jpg b/content/expo/dkv-expo-0 0.jpg new file mode 100644 index 0000000..acc8412 Binary files /dev/null and b/content/expo/dkv-expo-0 0.jpg differ diff --git a/content/expo/dkv-expo-0 1.jpg b/content/expo/dkv-expo-0 1.jpg new file mode 100644 index 0000000..ebc9f85 Binary files /dev/null and b/content/expo/dkv-expo-0 1.jpg differ diff --git a/content/expo/dkv-expo-0 2.jpg b/content/expo/dkv-expo-0 2.jpg new file mode 100644 index 0000000..8629caa Binary files /dev/null and b/content/expo/dkv-expo-0 2.jpg differ diff --git a/content/expo/dkv-expo-0 3.jpg b/content/expo/dkv-expo-0 3.jpg new file mode 100644 index 0000000..b85bdd5 Binary files /dev/null and b/content/expo/dkv-expo-0 3.jpg differ diff --git a/content/expo/dkv-expo-0 4.jpg b/content/expo/dkv-expo-0 4.jpg new file mode 100644 index 0000000..b3441d0 Binary files /dev/null and b/content/expo/dkv-expo-0 4.jpg differ diff --git a/content/expo/dkv-expo-0 5.jpg b/content/expo/dkv-expo-0 5.jpg new file mode 100644 index 0000000..9d1a398 Binary files /dev/null and b/content/expo/dkv-expo-0 5.jpg differ diff --git a/content/expo/dkv-expo-0 6.jpg b/content/expo/dkv-expo-0 6.jpg new file mode 100644 index 0000000..153c914 Binary files /dev/null and b/content/expo/dkv-expo-0 6.jpg differ diff --git a/content/expo/dkv-expo-0 7.jpg b/content/expo/dkv-expo-0 7.jpg new file mode 100644 index 0000000..e1a5296 Binary files /dev/null and b/content/expo/dkv-expo-0 7.jpg differ diff --git a/content/expo/index.md b/content/expo/index.md new file mode 100644 index 0000000..fbbef1d --- /dev/null +++ b/content/expo/index.md @@ -0,0 +1,8 @@ +--- +date: '2025-02-19T20:38:17+01:00' +title: 'Expo DKV' +resources: + - src: dkv-expo-0 3.jpg + params: + cover: true +--- \ No newline at end of file diff --git a/content/landscape/_DSF8043.jpg b/content/landscape/_DSF8043.jpg new file mode 100644 index 0000000..2745238 Binary files /dev/null and b/content/landscape/_DSF8043.jpg differ diff --git a/content/landscape/index.md b/content/landscape/index.md new file mode 100644 index 0000000..b6d54dd --- /dev/null +++ b/content/landscape/index.md @@ -0,0 +1,6 @@ +--- +date: '2025-02-19T20:38:17+01:00' +title: 'Landscape' +params: + private: true +--- \ No newline at end of file diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..4210747 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,45 @@ +copyright = "© Nicolas Hurion" +baseURL = 'https://hurion.be/' +defaultContentLanguage = "en" +languageCode = 'en' +timeZone = "Europe/Brussels" +theme = 'gallery' + +[params] + defaultTheme = "dark" + title = 'Nicolas Hurion photo' + [params.author] + name = "Nicolas Hurion" + [params.socialIcons] + website = "https://hurion.be" + [params.gallery] + #boxSpacing = 10 + #targetRowHeight = 288 + #targetRowHeightTolerance = 0.25 + +[outputs] + home = ["HTML", "RSS"] + page = ["HTML"] + section = ["HTML"] + +[imaging] + quality = 75 + resampleFilter = "CatmullRom" + [imaging.exif] + disableDate = false + disableLatLong = true + includeFields = "ImageDescription|Orientation" + +[module] + [module.hugoVersion] + min = "0.144.1" + +[menu] + [[menu.footer]] +# name = "GitHub" +# url = "https://github.com/nicokaiser/hugo-theme-gallery/" +# weight = 3 + +[services] + [services.rss] + limit = 100 \ No newline at end of file diff --git a/themes/gallery b/themes/gallery new file mode 160000 index 0000000..a494891 --- /dev/null +++ b/themes/gallery @@ -0,0 +1 @@ +Subproject commit a494891a57af387e63555ee3e5cc85b1c23d7747