diff --git a/exampleSite/.forestry/front_matter/templates/about-template.yml b/exampleSite/.forestry/front_matter/templates/about-template.yml index da384567..ea383675 100644 --- a/exampleSite/.forestry/front_matter/templates/about-template.yml +++ b/exampleSite/.forestry/front_matter/templates/about-template.yml @@ -32,5 +32,3 @@ fields: - type: file name: image label: image -pages: -- data/aboutSection.yml diff --git a/exampleSite/.forestry/front_matter/templates/blog-template.yml b/exampleSite/.forestry/front_matter/templates/blog-template.yml index 3caeb753..cd806431 100644 --- a/exampleSite/.forestry/front_matter/templates/blog-template.yml +++ b/exampleSite/.forestry/front_matter/templates/blog-template.yml @@ -14,5 +14,3 @@ fields: - type: file name: postImage label: postImage -pages: -- content/blog/you-must-know-this-before-becoming-a-designer.md diff --git a/exampleSite/.forestry/front_matter/templates/config-template.yml b/exampleSite/.forestry/front_matter/templates/config-template.yml index cd1fc6c6..3a9f25ae 100644 --- a/exampleSite/.forestry/front_matter/templates/config-template.yml +++ b/exampleSite/.forestry/front_matter/templates/config-template.yml @@ -104,5 +104,3 @@ fields: - type: file name: pinImage label: pinImage -pages: -- config.toml diff --git a/exampleSite/.forestry/front_matter/templates/hero-template.yml b/exampleSite/.forestry/front_matter/templates/hero-template.yml index cb69a57b..78a8b716 100644 --- a/exampleSite/.forestry/front_matter/templates/hero-template.yml +++ b/exampleSite/.forestry/front_matter/templates/hero-template.yml @@ -29,5 +29,3 @@ fields: - type: text name: videoURL label: videoURL -pages: -- data/hero.yml diff --git a/exampleSite/.forestry/front_matter/templates/portfolio-template.yml b/exampleSite/.forestry/front_matter/templates/portfolio-template.yml index b1d9e39e..4d69b123 100644 --- a/exampleSite/.forestry/front_matter/templates/portfolio-template.yml +++ b/exampleSite/.forestry/front_matter/templates/portfolio-template.yml @@ -29,8 +29,3 @@ fields: - type: textarea name: solution label: solution -pages: -- content/portfolio/UX-case-study-for-agriculture-app.md -- content/portfolio/case-study-one.md -- content/portfolio/event-app-case-study.md -- content/portfolio/recipe-app-ux-study.md diff --git a/exampleSite/.forestry/front_matter/templates/service-template.yml b/exampleSite/.forestry/front_matter/templates/service-template.yml index 883e3d4f..5beafb07 100644 --- a/exampleSite/.forestry/front_matter/templates/service-template.yml +++ b/exampleSite/.forestry/front_matter/templates/service-template.yml @@ -27,5 +27,3 @@ fields: - type: file name: image label: Icon -pages: -- data/serviceSection.yml diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e9108398..cd76cbac 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,54 +3,50 @@ languageCode = "en-us" paginate = 6 theme = "portio" title = "Portio" -# Main Menu [[menu.main]] -name = "Home" -url = "#home" -weight = 1 +name = "Contact" +url = "#contact" +weight = 7 [[menu.main]] -name = "About" -url = "#about" -weight = 2 +name = "Blog" +url = "#blog" +weight = 6 [[menu.main]] -name = "Service" -url = "#service" -weight = 3 +name = "Resume" +url = "#resume" +weight = 5 [[menu.main]] name = "Work" url = "#portfolio" weight = 4 [[menu.main]] -name = "Resume" -url = "#resume" -weight = 5 +name = "Service" +url = "#service" +weight = 3 [[menu.main]] -name = "Blog" -url = "#blog" -weight = 6 +name = "About" +url = "#about" +weight = 2 [[menu.main]] -name = "Contact" -url = "#contact" -weight = 7 - -# Sitemap Menu -[[menu.sitemap]] -name = "About me" -url = "about" +name = "Home" +url = "#home" weight = 1 [[menu.sitemap]] -name = "Frequently Ask Question" +name = "Latest Article" url = "#" -weight = 2 +weight = 4 [[menu.sitemap]] name = "Privacy & Policy" url = "#" weight = 3 [[menu.sitemap]] -name = "Latest Article" +name = "Frequently Ask Question" url = "#" -weight = 4 - +weight = 2 +[[menu.sitemap]] +name = "About me" +url = "about" +weight = 1 [params] blogPageURL = "blog" contactLink = "contact" @@ -59,20 +55,16 @@ footerLogo = "images/contact/widget-logo.png" formspreeURL = "YOUR FORMSPREE URL" googleAnalytics = "YOUR GOOGLE ANALYTICS CODE" logo = "images/site-navigation/logo.png" - [params.address] address = "23 Khan Niketon, Grand Street, NYK." email = "hello@example.com" openingHours = "Open from 10am to 6pm (close at 5pm Sundays)" phone = "+(448) 833 5272 332" - [params.map] APIkey = "YOUR GOOGLE MAP API" latitude = "23.7783741" longitude = "90.3746808" pinImage = "images/pin.png" - -# Social icons [[params.social]] icon = "fa-facebook-official" url = "https://www.facebook.com/" diff --git a/layouts/contact/list.html b/layouts/contact/list.html index 4c7627c7..7e434d61 100644 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -54,7 +54,7 @@ location -

Office Address

+

Adresse

{{ $address.address }}

@@ -74,7 +74,7 @@

Office Address

phone -

Phone & Email

+

Téléphone et E-mail

{{ $address.phone }}
{{ $address.email }}

@@ -95,7 +95,7 @@

Phone & Email

time -

Working Hours

+

Heures d'ouverture

{{ $address.openingHours }}

@@ -110,7 +110,7 @@

Working Hours

-

Contact Form

+

Contactez-moi

@@ -133,12 +133,12 @@

Contact Form

+ J'accepte que mes données soumises soient collectées et + stockée.
- +

diff --git a/layouts/partials/aboutSection.html b/layouts/partials/aboutSection.html index 0001da76..fdc5f5a6 100644 --- a/layouts/partials/aboutSection.html +++ b/layouts/partials/aboutSection.html @@ -45,7 +45,7 @@
{{ .button1Name }} - + {{ .button2Name }}
diff --git a/layouts/partials/blogSection.html b/layouts/partials/blogSection.html index c020e483..cc58f6c7 100644 --- a/layouts/partials/blogSection.html +++ b/layouts/partials/blogSection.html @@ -14,7 +14,7 @@
- See all post + Voir tous les articles
@@ -40,7 +40,7 @@
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 83446d1a..6bb2476b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -23,12 +23,12 @@ diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index 60ccf572..9be0ff7d 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -31,7 +31,7 @@ {{ .topTitle }} {{ .content | markdownify }} - {{ .buttonName }} diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index e7d28bf9..0105ad9b 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -20,7 +20,7 @@ {{ end }} diff --git a/layouts/partials/portfolioSection.html b/layouts/partials/portfolioSection.html index 8a321b58..1ffdcbb3 100644 --- a/layouts/partials/portfolioSection.html +++ b/layouts/partials/portfolioSection.html @@ -21,7 +21,7 @@

{{ .Title }}

- See details + Voir les détails {{ end }} diff --git a/static/admin/index.html b/static/admin/index.html new file mode 100644 index 00000000..156adc03 --- /dev/null +++ b/static/admin/index.html @@ -0,0 +1,55 @@ + + + + + + + + Admin + + + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/static/images/capture-d-ecran-2020-12-23-a-04-34-32.png b/static/images/capture-d-ecran-2020-12-23-a-04-34-32.png new file mode 100644 index 00000000..0714262e Binary files /dev/null and b/static/images/capture-d-ecran-2020-12-23-a-04-34-32.png differ