diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b2e899 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +public/ +resources/ +.hugo_build.lock +hugo_stats.json diff --git a/assets/jsconfig.json b/assets/jsconfig.json new file mode 100644 index 0000000..73f77ac --- /dev/null +++ b/assets/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "../themes/gallery/assets/*" + ] + } + } +} \ No newline at end of file diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..589310d --- /dev/null +++ b/content/_index.md @@ -0,0 +1,13 @@ +--- +description: Quelques photos prises au cours de mes pérégrinations +#lastmod: 2023-07-05 +title: +#featured_image: martin-martz-wRuhOOaG-Z4-unsplash.jpg # default: first image in this directory +# featured_image on the home page is used for OpenGraph cards, etc. +menus: + main: + name: home + weight: -1 +# sub-galleries on list pages are sorted by date and weight (descending) +--- + diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..d83a386 --- /dev/null +++ b/content/about.md @@ -0,0 +1,10 @@ +--- +layout: page +rss_ignore: true +title: About +menu: + main: + weight: 90 +--- + +This is a demonstration site for the Hugo Gallery theme. diff --git a/content/astro/index.md b/content/astro/index.md new file mode 100644 index 0000000..6c3f1cc --- /dev/null +++ b/content/astro/index.md @@ -0,0 +1,7 @@ ++++ +title = 'Astro' +date = 2024-08-02T18:14:04+02:00 + ++++ + +photo astro diff --git a/content/astro/m31samedi.jpg b/content/astro/m31samedi.jpg new file mode 100644 index 0000000..f80bb03 Binary files /dev/null and b/content/astro/m31samedi.jpg differ diff --git a/content/astro/m31vendredi.jpg b/content/astro/m31vendredi.jpg new file mode 100644 index 0000000..286505d Binary files /dev/null and b/content/astro/m31vendredi.jpg differ diff --git a/content/astro/m82noflat.jpg b/content/astro/m82noflat.jpg new file mode 100644 index 0000000..59eadf8 Binary files /dev/null and b/content/astro/m82noflat.jpg differ diff --git a/content/shop.md b/content/shop.md new file mode 100644 index 0000000..c1277af --- /dev/null +++ b/content/shop.md @@ -0,0 +1,10 @@ +--- +title: 'Shop' +date: 2024-08-02T18:13:42+02:00 +layout: page +menu: + footer: + weight: 2 +--- + +ici ce tiens un magasin diff --git a/hugo.toml b/hugo.toml index 7e568b8..e01779b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,25 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = 'https://fabienphoto.eu/' +languageCode = 'fr-fr' +title = 'fabienphoto.eu' + +theme = 'gallery' + +params.defaultTheme = "dark" + +[params.author] + email = "user@example.com" + name = "Fabien" +[params.socialIcons] + instagram = "https://social.fabienphoto.eu/fab" + email = "mailto:contact@fabienphoto.eu" + + +[menu] + [[menu.footer]] + name = "Contact" + url = "mailto:contact@fabienphoto.eu" + weight = 3 + +[services] + [services.rss] + limit = 100