From d9be529dc4d0d4d9fb04cc8bcf1177f4938fd2a6 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Wed, 15 Mar 2017 23:48:38 +0100 Subject: [PATCH] change design to 'creative' --- config.toml | 115 +----------------------- config.toml.creative | 107 ++++++++++++++++++++++ config.toml.universal | 114 +++++++++++++++++++++++ data/carousel/customizable.yaml | 8 -- data/carousel/design.yaml | 10 --- data/carousel/features.yaml | 10 --- data/carousel/multipurpose.yaml | 4 - data/clients/1.yaml | 3 - data/clients/2.yaml | 3 - data/clients/3.yaml | 3 - data/clients/4.yaml | 3 - data/clients/5.yaml | 3 - data/clients/6.yaml | 3 - data/features/consulting.yaml | 4 - data/features/email.yaml | 4 - data/features/print.yaml | 4 - data/features/seo.yaml | 4 - data/features/uiux.yaml | 4 - data/features/webdesign.yaml | 5 -- data/projects/2014-07-05-project-1.yaml | 8 ++ data/projects/2014-07-06-project-2.yaml | 8 ++ data/projects/2014-07-07-project-3.yaml | 8 ++ data/projects/2014-07-08-project-5.yaml | 8 ++ data/projects/2014-07-09-project-4.yaml | 8 ++ data/projects/2014-07-10-project-6.yaml | 8 ++ data/testimonials/1.yaml | 4 - data/testimonials/2.yaml | 4 - data/testimonials/3.yaml | 4 - data/testimonials/4.yaml | 4 - data/testimonials/5.yaml | 4 - themes/hugo-creative-theme | 1 + 31 files changed, 271 insertions(+), 209 deletions(-) mode change 100644 => 120000 config.toml create mode 100644 config.toml.creative create mode 100644 config.toml.universal delete mode 100644 data/carousel/customizable.yaml delete mode 100644 data/carousel/design.yaml delete mode 100644 data/carousel/features.yaml delete mode 100644 data/carousel/multipurpose.yaml delete mode 100644 data/clients/1.yaml delete mode 100644 data/clients/2.yaml delete mode 100644 data/clients/3.yaml delete mode 100644 data/clients/4.yaml delete mode 100644 data/clients/5.yaml delete mode 100644 data/clients/6.yaml delete mode 100644 data/features/consulting.yaml delete mode 100644 data/features/email.yaml delete mode 100644 data/features/print.yaml delete mode 100644 data/features/seo.yaml delete mode 100644 data/features/uiux.yaml delete mode 100644 data/features/webdesign.yaml create mode 100644 data/projects/2014-07-05-project-1.yaml create mode 100644 data/projects/2014-07-06-project-2.yaml create mode 100644 data/projects/2014-07-07-project-3.yaml create mode 100644 data/projects/2014-07-08-project-5.yaml create mode 100644 data/projects/2014-07-09-project-4.yaml create mode 100644 data/projects/2014-07-10-project-6.yaml delete mode 100644 data/testimonials/1.yaml delete mode 100644 data/testimonials/2.yaml delete mode 100644 data/testimonials/3.yaml delete mode 100644 data/testimonials/4.yaml delete mode 100644 data/testimonials/5.yaml create mode 160000 themes/hugo-creative-theme diff --git a/config.toml b/config.toml deleted file mode 100644 index 56738f5..0000000 --- a/config.toml +++ /dev/null @@ -1,114 +0,0 @@ -baseurl = "http://pmpc.mehl.mx/" -title = "Public Money, Public Code" -theme = "universal" -languageCode = "en-us" -# Enable comments by entering your Disqus shortname -disqusShortname = "" -# Enable Google Analytics by entering your tracking code -googleAnalytics = "" - -# Define the number of posts per page -paginate = 10 - -[params] - viewMorePostLink = "/blog/" - author = "DevCows" - - # Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet - style = "blue" - - # Since this template is static, the contact form uses www.formspree.io as a - # proxy. The form makes a POST request to their servers to send the actual - # email. Visitors can send up to a 1000 emails each month for free. - # - # What you need to do for the setup? - # - # - set your email address under 'email' below - # - upload the generated site to your server - # - send a dummy email yourself to confirm your account - # - click the confirm link in the email from www.formspree.io - # - you're done. Happy mailing! - # - # Enable the contact form by entering your Formspree.io email - email = "your@email.com" - - about_us = "

Public Money, Public Code is a campaign by the Free Software Foundation Europe

" - copyright = "Copyright (c) 2016 Free Software Foundation Europe. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. " - date_format = "2006-01-02" - logo = "img/logo.png" - address = """

FSFE -
Email: contact@fsfe.org -

- """ -# latitude = "-12.043333" -# longitude = "-77.028333" - -[Permalinks] - blog = "/blog/:year/:month/:day/:filename/" - -[[params.menu]] - name = "Home" - url = "/" - weight = 1 - -#[[params.menu]] -# name = "Blog" -# url = "/blog/" -# weight = 2 - -[[params.menu]] - name = "FAQ" - url = "/faq/" - weight = 3 - -[[params.menu]] - name = "Contact" - url = "/contact/" - weight = 4 - -# Enable and disable widgets for the right sidebar -[params.widgets] - categories = true - tags = true - search = true - -[params.carousel] - enable = true - # All carousel items are defined in their own files. You can find example items - # at 'exampleSite/data/carousel'. - # For more informtion take a look at the README. - -[params.features] - enable = true - # All features are defined in their own files. You can find example items - # at 'exampleSite/data/features'. - # For more informtion take a look at the README. - -[params.testimonials] - enable = true - # All testimonials are defined in their own files. You can find example items - # at 'exampleSite/data/testimonials'. - # For more informtion take a look at the README. - title = "Why do people care?" - subtitle = "Freeing publicly funded software matters to many people. Learn why people care about this issue." - -[params.see_more] - enable = false - icon = "fa fa-file-code-o" - title = "Do you want to see more?" - subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage." - link_url = "#" - link_text = "Check other homepages" - -[params.clients] - enable = false - # All clients are defined in their own files. You can find example items - # at 'exampleSite/data/clients'. - # For more informtion take a look at the README. - title = "Our Clients" - subtitle = "" - -[params.recent_posts] - enable = false - title = "From our blog" - subtitle = "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo." diff --git a/config.toml b/config.toml new file mode 120000 index 0000000..f893c01 --- /dev/null +++ b/config.toml @@ -0,0 +1 @@ +config.toml.creative \ No newline at end of file diff --git a/config.toml.creative b/config.toml.creative new file mode 100644 index 0000000..3a36484 --- /dev/null +++ b/config.toml.creative @@ -0,0 +1,107 @@ +baseurl = "http://pmpc.mehl.mx/" +languageCode = "en-us" +title = "Public Money, Public Code" +theme = "hugo-creative-theme" +googleAnalytics = "" + +[params] + + # You can use Markdown syntax for urls [text](//url.to/source) for + # most longer texts. + + # All icons using Fontawesome's icon font. Look at http://fontawesome.io/icons/ + # for more icons. The icons are represented by their corresponding + # CSS class. + + # All projects of the portfolio are defined in their own files. + # You can find example projects at 'exampleSite/data/projects'. Copy the 'projects' + # folder into the 'data' directory at the root of this Hugo site. + # For more information take a look at the README. + + # To provide some metadata for search engines feel free to add some + # information about you and your website. + name = "Free Software Foundation Europe" + description = "Public Money, Public Code - A campaign for releasing publicly financed software as Free Software" + + # The path must be relative to the static folder + favicon = "favicon.ico" + + + # Navigation + [params.navigation] + brand = "Public Money, Public Code" + + [params.navigation.links] + about = "About" + services = "Advantages" + portfolio = "Resources" + contact = "Contact" + + + # Hero section + [params.hero] + # To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own. + slogan = "Public Money – Public Code" + subtitle = "Why is software that is programmed with taxpayers' money not released as Free Software? Code paid by all people should be available to all people." + buttonText = "Find out more" + + + # About section + [params.about] + headline = "Sounds complex? No, it's super easy!" + description = "VIDEO" + buttonText = "More advantages" + + + # Service section + [params.services] + headline = "More reasons to free public code" + + [[params.services.list]] + icon = "fa-diamond" + title = "Tax savings" + description = "Our templates are updated regularly so they don't break." + + [[params.services.list]] + icon = "fa-paper-plane" + title = "Collaboration" + description = "You can use this theme as is, or you can make changes!" + + [[params.services.list]] + icon = "fa-newspaper-o" + title = "Serving the public" + description = "We update dependencies to keep things fresh." + + [[params.services.list]] + icon = "fa-heart" + title = "Fostering innovation" + description = "You have to make your websites with love these days!" + + + # Portfolio modals + [params.portfolio.modal] + client = "Client" + date = "Date" + category = "Category" + buttonText = "Close" + + # Aside section + [params.aside] + headline = "Get the Creative Theme for Hugo" + + [params.aside.button] + text = "Download now" + link = "//github.com/digitalcraftsman/hugo-creative-theme" + + # Contact section + [params.contact] + headline = "Let's Get In Touch!" + description = "Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!" + phone = "123-456-6789" + email = "feedback@startbootstrap.com" + + # Google Maps section + # [params.location] + # latitude = "34.007850" + # longitude = "-118.499305" + # maps_api_key = "" diff --git a/config.toml.universal b/config.toml.universal new file mode 100644 index 0000000..56738f5 --- /dev/null +++ b/config.toml.universal @@ -0,0 +1,114 @@ +baseurl = "http://pmpc.mehl.mx/" +title = "Public Money, Public Code" +theme = "universal" +languageCode = "en-us" +# Enable comments by entering your Disqus shortname +disqusShortname = "" +# Enable Google Analytics by entering your tracking code +googleAnalytics = "" + +# Define the number of posts per page +paginate = 10 + +[params] + viewMorePostLink = "/blog/" + author = "DevCows" + + # Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet + style = "blue" + + # Since this template is static, the contact form uses www.formspree.io as a + # proxy. The form makes a POST request to their servers to send the actual + # email. Visitors can send up to a 1000 emails each month for free. + # + # What you need to do for the setup? + # + # - set your email address under 'email' below + # - upload the generated site to your server + # - send a dummy email yourself to confirm your account + # - click the confirm link in the email from www.formspree.io + # - you're done. Happy mailing! + # + # Enable the contact form by entering your Formspree.io email + email = "your@email.com" + + about_us = "

Public Money, Public Code is a campaign by the Free Software Foundation Europe

" + copyright = "Copyright (c) 2016 Free Software Foundation Europe. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. " + date_format = "2006-01-02" + logo = "img/logo.png" + address = """

FSFE +
Email: contact@fsfe.org +

+ """ +# latitude = "-12.043333" +# longitude = "-77.028333" + +[Permalinks] + blog = "/blog/:year/:month/:day/:filename/" + +[[params.menu]] + name = "Home" + url = "/" + weight = 1 + +#[[params.menu]] +# name = "Blog" +# url = "/blog/" +# weight = 2 + +[[params.menu]] + name = "FAQ" + url = "/faq/" + weight = 3 + +[[params.menu]] + name = "Contact" + url = "/contact/" + weight = 4 + +# Enable and disable widgets for the right sidebar +[params.widgets] + categories = true + tags = true + search = true + +[params.carousel] + enable = true + # All carousel items are defined in their own files. You can find example items + # at 'exampleSite/data/carousel'. + # For more informtion take a look at the README. + +[params.features] + enable = true + # All features are defined in their own files. You can find example items + # at 'exampleSite/data/features'. + # For more informtion take a look at the README. + +[params.testimonials] + enable = true + # All testimonials are defined in their own files. You can find example items + # at 'exampleSite/data/testimonials'. + # For more informtion take a look at the README. + title = "Why do people care?" + subtitle = "Freeing publicly funded software matters to many people. Learn why people care about this issue." + +[params.see_more] + enable = false + icon = "fa fa-file-code-o" + title = "Do you want to see more?" + subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage." + link_url = "#" + link_text = "Check other homepages" + +[params.clients] + enable = false + # All clients are defined in their own files. You can find example items + # at 'exampleSite/data/clients'. + # For more informtion take a look at the README. + title = "Our Clients" + subtitle = "" + +[params.recent_posts] + enable = false + title = "From our blog" + subtitle = "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo." diff --git a/data/carousel/customizable.yaml b/data/carousel/customizable.yaml deleted file mode 100644 index 6112d05..0000000 --- a/data/carousel/customizable.yaml +++ /dev/null @@ -1,8 +0,0 @@ -weight: 4 -title: "Easy to customize" -description: > - -image: "img/carousel/template-easy-code.png" diff --git a/data/carousel/design.yaml b/data/carousel/design.yaml deleted file mode 100644 index 53ceed7..0000000 --- a/data/carousel/design.yaml +++ /dev/null @@ -1,10 +0,0 @@ -weight: 3 -title: "Design" -description: > - -image: "img/carousel/template-easy-customize.png" diff --git a/data/carousel/features.yaml b/data/carousel/features.yaml deleted file mode 100644 index 8b30ab2..0000000 --- a/data/carousel/features.yaml +++ /dev/null @@ -1,10 +0,0 @@ -weight: 2 -title: "46 HTML pages full of features" -description: > - -image: "img/carousel/template-mac.png" diff --git a/data/carousel/multipurpose.yaml b/data/carousel/multipurpose.yaml deleted file mode 100644 index cde7087..0000000 --- a/data/carousel/multipurpose.yaml +++ /dev/null @@ -1,4 +0,0 @@ -weight: 1 -title: "Multipurpose responsive theme" -description: "

Business. Corporate. Agency.
Portfolio. Blog. E-commerce.

" -image: "img/carousel/template-homepage.png" diff --git a/data/clients/1.yaml b/data/clients/1.yaml deleted file mode 100644 index 994302f..0000000 --- a/data/clients/1.yaml +++ /dev/null @@ -1,3 +0,0 @@ -name: "customer-1" -image: "img/clients/customer-1.png" -url: "http://www.customer1.com" diff --git a/data/clients/2.yaml b/data/clients/2.yaml deleted file mode 100644 index 1ca1886..0000000 --- a/data/clients/2.yaml +++ /dev/null @@ -1,3 +0,0 @@ -name: "customer-2" -image: "img/clients/customer-2.png" -url: "http://www.customer2.com" diff --git a/data/clients/3.yaml b/data/clients/3.yaml deleted file mode 100644 index b514f5a..0000000 --- a/data/clients/3.yaml +++ /dev/null @@ -1,3 +0,0 @@ -name: "customer-3" -image: "img/clients/customer-3.png" -url: "http://www.customer3.com" diff --git a/data/clients/4.yaml b/data/clients/4.yaml deleted file mode 100644 index f2ac93a..0000000 --- a/data/clients/4.yaml +++ /dev/null @@ -1,3 +0,0 @@ -name: "customer-4" -image: "img/clients/customer-4.png" -url: "http://www.customer4.com" diff --git a/data/clients/5.yaml b/data/clients/5.yaml deleted file mode 100644 index 3017d86..0000000 --- a/data/clients/5.yaml +++ /dev/null @@ -1,3 +0,0 @@ -name: "customer-5" -image: "img/clients/customer-5.png" -url: "http://www.customer5.com" diff --git a/data/clients/6.yaml b/data/clients/6.yaml deleted file mode 100644 index 45f5aa3..0000000 --- a/data/clients/6.yaml +++ /dev/null @@ -1,3 +0,0 @@ -name: "customer-6" -image: "img/clients/customer-6.png" -url: "http://www.customer6.com" diff --git a/data/features/consulting.yaml b/data/features/consulting.yaml deleted file mode 100644 index 7f62850..0000000 --- a/data/features/consulting.yaml +++ /dev/null @@ -1,4 +0,0 @@ -weight: 4 -name: "Consulting" -icon: "fa fa-lightbulb-o" -description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring." diff --git a/data/features/email.yaml b/data/features/email.yaml deleted file mode 100644 index 327081f..0000000 --- a/data/features/email.yaml +++ /dev/null @@ -1,4 +0,0 @@ -weight: 5 -name: "Email Marketing" -icon: "fa fa-envelope-o" -description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil." diff --git a/data/features/print.yaml b/data/features/print.yaml deleted file mode 100644 index 9057565..0000000 --- a/data/features/print.yaml +++ /dev/null @@ -1,4 +0,0 @@ -weight: 2 -name: "Print" -icon: "fa fa-print" -description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil." diff --git a/data/features/seo.yaml b/data/features/seo.yaml deleted file mode 100644 index c0f165f..0000000 --- a/data/features/seo.yaml +++ /dev/null @@ -1,4 +0,0 @@ -weight: 3 -name: "SEO and SEM" -icon: "fa fa-globe" -description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect." diff --git a/data/features/uiux.yaml b/data/features/uiux.yaml deleted file mode 100644 index 1257208..0000000 --- a/data/features/uiux.yaml +++ /dev/null @@ -1,4 +0,0 @@ -weight: 6 -name: "UI/UX" -icon: "fa fa-user" -description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect." diff --git a/data/features/webdesign.yaml b/data/features/webdesign.yaml deleted file mode 100644 index fce2faa..0000000 --- a/data/features/webdesign.yaml +++ /dev/null @@ -1,5 +0,0 @@ -weight: 1 -name: "Webdesign" -icon: "fa fa-desktop" -description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring." -link: http://google.de diff --git a/data/projects/2014-07-05-project-1.yaml b/data/projects/2014-07-05-project-1.yaml new file mode 100644 index 0000000..cad125b --- /dev/null +++ b/data/projects/2014-07-05-project-1.yaml @@ -0,0 +1,8 @@ +modalID: 1 +title: Guide for Public Administration +date: 2014-07-05 +img: 1.jpg +client: Start Bootstrap +clientLink: "#" +category: Web Development +description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel enim aliquid dicta ullam in repellendus amet perspiciatis adipisci architecto obcaecati sit voluptas ipsam, deleniti neque placeat tenetur cum tempore velit. diff --git a/data/projects/2014-07-06-project-2.yaml b/data/projects/2014-07-06-project-2.yaml new file mode 100644 index 0000000..20d6df9 --- /dev/null +++ b/data/projects/2014-07-06-project-2.yaml @@ -0,0 +1,8 @@ +modalID: 2 +title: Guide for general public +date: 2014-07-06 +img: 2.jpg +client: Start Bootstrap +clientLink: "#" +category: Web Development +description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel enim aliquid dicta ullam in repellendus amet perspiciatis adipisci architecto obcaecati sit voluptas ipsam, deleniti neque placeat tenetur cum tempore velit. diff --git a/data/projects/2014-07-07-project-3.yaml b/data/projects/2014-07-07-project-3.yaml new file mode 100644 index 0000000..b0a2648 --- /dev/null +++ b/data/projects/2014-07-07-project-3.yaml @@ -0,0 +1,8 @@ +modalID: 3 +title: Take Action! +date: 2014-07-07 +img: 3.jpg +client: Start Bootstrap +clientLink: "#" +category: Web Development +description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel enim aliquid dicta ullam in repellendus amet perspiciatis adipisci architecto obcaecati sit voluptas ipsam, deleniti neque placeat tenetur cum tempore velit. diff --git a/data/projects/2014-07-08-project-5.yaml b/data/projects/2014-07-08-project-5.yaml new file mode 100644 index 0000000..e955648 --- /dev/null +++ b/data/projects/2014-07-08-project-5.yaml @@ -0,0 +1,8 @@ +modalID: 5 +title: Freedom of Information +date: 2014-07-08 +img: 5.jpg +client: +clientLink: "#" +category: Web Development +description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel enim aliquid dicta ullam in repellendus amet perspiciatis adipisci architecto obcaecati sit voluptas ipsam, deleniti neque placeat tenetur cum tempore velit. diff --git a/data/projects/2014-07-09-project-4.yaml b/data/projects/2014-07-09-project-4.yaml new file mode 100644 index 0000000..6e6c021 --- /dev/null +++ b/data/projects/2014-07-09-project-4.yaml @@ -0,0 +1,8 @@ +modalID: 4 +title: Latest News +date: 2014-07-09 +img: 4.jpg +client: +clientLink: "#" +category: Web Development +description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel enim aliquid dicta ullam in repellendus amet perspiciatis adipisci architecto obcaecati sit voluptas ipsam, deleniti neque placeat tenetur cum tempore velit. diff --git a/data/projects/2014-07-10-project-6.yaml b/data/projects/2014-07-10-project-6.yaml new file mode 100644 index 0000000..b4cdd2a --- /dev/null +++ b/data/projects/2014-07-10-project-6.yaml @@ -0,0 +1,8 @@ +modalID: 6 +title: Press information +date: 2014-07-10 +img: 6.jpg +client: Start +clientLink: "#" +category: Web Development +description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel enim aliquid dicta ullam in repellendus amet perspiciatis adipisci architecto obcaecati sit voluptas ipsam, deleniti neque placeat tenetur cum tempore velit. diff --git a/data/testimonials/1.yaml b/data/testimonials/1.yaml deleted file mode 100644 index 5eab770..0000000 --- a/data/testimonials/1.yaml +++ /dev/null @@ -1,4 +0,0 @@ -text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." -name: "John McIntyre" -position: "CEO, TransTech" -avatar: "img/testimonials/person-1.jpg" diff --git a/data/testimonials/2.yaml b/data/testimonials/2.yaml deleted file mode 100644 index 60c11e9..0000000 --- a/data/testimonials/2.yaml +++ /dev/null @@ -1,4 +0,0 @@ -text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." -name: "John McIntyre" -position: "CEO, TransTech" -avatar: "img/testimonials/person-2.jpg" diff --git a/data/testimonials/3.yaml b/data/testimonials/3.yaml deleted file mode 100644 index 9226212..0000000 --- a/data/testimonials/3.yaml +++ /dev/null @@ -1,4 +0,0 @@ -text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." -name: "John McIntyre" -position: "CEO, TransTech" -avatar: "img/testimonials/person-3.png" diff --git a/data/testimonials/4.yaml b/data/testimonials/4.yaml deleted file mode 100644 index 1adc7e1..0000000 --- a/data/testimonials/4.yaml +++ /dev/null @@ -1,4 +0,0 @@ -text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." -name: "John McIntyre" -position: "CEO, TransTech" -avatar: "img/testimonials/person-4.jpg" diff --git a/data/testimonials/5.yaml b/data/testimonials/5.yaml deleted file mode 100644 index 5eab770..0000000 --- a/data/testimonials/5.yaml +++ /dev/null @@ -1,4 +0,0 @@ -text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." -name: "John McIntyre" -position: "CEO, TransTech" -avatar: "img/testimonials/person-1.jpg" diff --git a/themes/hugo-creative-theme b/themes/hugo-creative-theme new file mode 160000 index 0000000..cea31c1 --- /dev/null +++ b/themes/hugo-creative-theme @@ -0,0 +1 @@ +Subproject commit cea31c1813c13e76764c84417de3578b2ad876ed