Init with some changes to the Serif Theme

This commit is contained in:
Waldehyd 2025-09-12 16:54:28 +02:00
commit 912d143813
243 changed files with 15251 additions and 0 deletions

3
_data/contact.yml Normal file
View file

@ -0,0 +1,3 @@
email: 'jekyllserif@example.com'
phone: '1800 123 000'
contact_button_link: 'contact'

29
_data/features.json Normal file
View file

@ -0,0 +1,29 @@
[
{
"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
}
}
]

21
_data/menus.yml Normal file
View file

@ -0,0 +1,21 @@
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
footer:
- name: "Home"
url: "/"
weight: 1
- name: "Contact"
url: "/contact/"
weight: 2

4
_data/seo.yml Normal file
View file

@ -0,0 +1,4 @@
google_analytics_id: ""
meta_twitter_site: "@zerostaticio"
meta_twitter_creator: "@zerostaticio"
copyright_text: 'Free Jekyll theme by <a class="zerostatic" href="https://www.zerostatic.io">www.zerostatic.io</a>'

33
_data/social.json Normal file
View file

@ -0,0 +1,33 @@
[
{
"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"
}
]