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 @@
{{ $address.address }}
@@ -74,7 +74,7 @@{{ $address.phone }}
{{ $address.email }}
{{ $address.openingHours }}
@@ -110,7 +110,7 @@