diff --git a/.gitignore b/.gitignore index 942c57f..c2397cd 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Test files +# NPM node_modules npm-debug.log @@ -8,21 +8,15 @@ _site/ .sass-cache/ .jekyll-cache/ .jekyll-metadata -alembic-jekyll-theme-*.gem Gemfile.lock **/Gemfile.lock # Temporary files tmp - -# Folder view configuration files .DS_Store Desktop.ini - -# Thumbnail cache files ._* Thumbs.db - -# Files that might appear on external disks .Spotlight-V100 .Trashes +.idea diff --git a/_config.yml b/_config.yml index aa29150..4efb17c 100755 --- a/_config.yml +++ b/_config.yml @@ -10,9 +10,6 @@ collections: team: output: true permalink: /team/:path/ - testimonials: - output: true - permalink: /testimonials/:path/ defaults: - scope: @@ -32,3 +29,14 @@ google_analytics_id: null plugins: - jekyll-environment-variables + +homepage: + show_call_box: true + +logo: + mobile: "images/logo-mobile.svg" + desktop: "images/logo.svg" + desktop_height: "36px" + +footer: + copyright_text: 'Free Jekyll theme by www.zerostatic.io' diff --git a/_data/contact.yml b/_data/contact.yml index f4bc89f..6740b1e 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -1,4 +1,3 @@ -email: 'zerostaticthemes@gmail.com' -phone: 'XXXX XXX XXX' -businessName: 'Hugo Serif' -address: '' +email: 'jekyllserif@example.com' +phone: '1800 123 000' +contact_button_link: 'contact' diff --git a/_data/menus.yml b/_data/menus.yml new file mode 100644 index 0000000..9ad7d5a --- /dev/null +++ b/_data/menus.yml @@ -0,0 +1,21 @@ +main: + - name: "Home" + url: "/" + weight: 1 + - name: "Services" + url: "/services" + weight: 2 + - name: "Team" + url: "/team" + weight: 3 + - name: "Contact" + url: "/contact" + weight: 4 + +footer: + - name: "Home" + url: "/" + weight: 1 + - name: "Contact" + url: "/contact" + weight: 2 \ No newline at end of file diff --git a/_data/social.json b/_data/social.json new file mode 100644 index 0000000..9056902 --- /dev/null +++ b/_data/social.json @@ -0,0 +1,12 @@ +[ + { + "name": "Github", + "link": "https://github.com/JugglerX/jekyll-serif-theme", + "image": "images/github.svg" + }, + { + "name": "Twitter", + "link": "https://twitter.com/zerostaticio", + "image": "images/twitter.svg" + } +] diff --git a/_data/social.yaml b/_data/social.yaml deleted file mode 100644 index e07a7ed..0000000 --- a/_data/social.yaml +++ /dev/null @@ -1,5 +0,0 @@ -vimeo: "" -twitter: "https://twitter.com/figuritltd" -instagram: "" -linkedin: "https://www.linkedin.com/in/linda-chesher-81a35618/" -facebook: "" \ No newline at end of file diff --git a/_includes/call.html b/_includes/call.html new file mode 100644 index 0000000..67504ca --- /dev/null +++ b/_includes/call.html @@ -0,0 +1,19 @@ +
+
+ {% if site.data.contact.phone %} +
Phone: {{ site.data.contact.phone }}
+ {% endif %} + {% if site.data.contact.email %} + + {% endif %} +
+ {% if include.show_button %} +
+ Contact +
+ {% endif %} +
diff --git a/_includes/footer.html b/_includes/footer.html index 896d588..7c892e3 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,13 +1,16 @@ -