diff --git a/_config.yml b/_config.yml index 8870607..ba25b4e 100755 --- a/_config.yml +++ b/_config.yml @@ -1,43 +1,19 @@ baseurl: '/' permalink: pretty -title: 'Jekyll Serif' + +title: 'Hackerspace Wrocław' logo: - mobile: "images/logo/logo-mobile.svg" - mobile_height: "32px" - mobile_width: "32px" - desktop: "images/logo/logo.svg" - desktop_height: "32px" - desktop_width: "120px" - -home: - limit_services: 6 - -collections: - services: - output: true - sort_by: weight - team: - output: true - -defaults: - - scope: - path: "" - type: "services" - values: - layout: "service" - - scope: - path: "" - type: "team" - values: - layout: "team" + mobile: "images/logo-hs.png" + mobile_height: "86px" + mobile_width: "175px" + desktop: "images/logo-hs.png" + desktop_height: "86px" + desktop_width: "175px" sass: style: compressed # possible values: nested expanded compact compressed -plugins: - - jekyll-environment-variables - exclude: - Gemfile - Gemfile.lock diff --git a/_data/contact.yml b/_data/contact.yml deleted file mode 100644 index 6740b1e..0000000 --- a/_data/contact.yml +++ /dev/null @@ -1,3 +0,0 @@ -email: 'jekyllserif@example.com' -phone: '1800 123 000' -contact_button_link: 'contact' diff --git a/_data/features.json b/_data/features.json deleted file mode 100644 index 96b347d..0000000 --- a/_data/features.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "title": "Free Consultation", - "description": "New clients receive an obligation free consultation.", - "image": { - "url": "images/features/noun_branding_1885335.svg", - "width": 80, - "height": 80 - } - }, - { - "title": "Certified Accountants", - "description": "All members of our team are certified accountants.", - "image": { - "url": "images/features/noun_The Process_1885341.svg", - "width": 80, - "height": 80 - } - }, - { - "title": "Tax Compliance", - "description": "We stay up to date on the latest changes to the tax code.", - "image": { - "url": "images/features/noun_3d modeling_1885342.svg", - "width": 80, - "height": 80 - } - } -] diff --git a/_data/menus.yml b/_data/menus.yml index 89a21c7..30261b3 100644 --- a/_data/menus.yml +++ b/_data/menus.yml @@ -1,21 +1,9 @@ main: - - name: "Services" - url: "/services/" - weight: 2 - - name: "Team" - url: "/team/" - weight: 3 - - name: "About" - url: "/about/" - weight: 4 - - name: "Contact" - url: "/contact/" - weight: 5 + - name: "Home" + url: "/" + weight: 1 footer: - name: "Home" url: "/" weight: 1 - - name: "Contact" - url: "/contact/" - weight: 2 diff --git a/_data/seo.yml b/_data/seo.yml deleted file mode 100644 index 64d106b..0000000 --- a/_data/seo.yml +++ /dev/null @@ -1,4 +0,0 @@ -google_analytics_id: "" -meta_twitter_site: "@zerostaticio" -meta_twitter_creator: "@zerostaticio" -copyright_text: 'Free Jekyll theme by www.zerostatic.io' diff --git a/_data/social.json b/_data/social.json deleted file mode 100644 index c5c4229..0000000 --- a/_data/social.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "name": "Github", - "link": "https://github.com/zerostaticthemes/jekyll-serif-theme", - "image": "images/social/github.svg" - }, - { - "name": "Twitter", - "link": "https://twitter.com/zerostaticio", - "image": "images/social/twitter.svg" - }, - { - "name": "Facebook", - "link": "https://facebook.com", - "image": "images/social/facebook.svg" - }, - { - "name": "Email", - "link": "mailto:ekyllserif@example.com ", - "image": "images/social/email.svg" - }, - { - "name": "Instagram", - "link": "https://instagram.com", - "image": "images/social/instagram.svg" - }, - { - "name": "Discord", - "link": "https://discord.com", - "image": "images/social/discord.svg" - } - -] diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html deleted file mode 100644 index aa70c78..0000000 --- a/_includes/google-analytics.html +++ /dev/null @@ -1,26 +0,0 @@ -{% if jekyll.environment == "production" %} - {% assign gid = site.env.NETLIFY_GOOGLE_ANALYTICS_ID %} - {% if gid %} - - - {% elsif site.data.seo.google_analytics_id %} - - - {% endif %} -{% endif %} \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 4ef991b..c658a6d 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,11 +5,7 @@