Skip to content

Commit 7e8c699

Browse files
committed
Update README and company details for clarity and consistency
1 parent 9cea7fd commit 7e8c699

File tree

2 files changed

+17
-93
lines changed

2 files changed

+17
-93
lines changed

README.md

Lines changed: 15 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,29 @@
1-
# Jekyll Serif Theme
1+
# Volovyk Company Site
22

3-
Serif is a modern business theme for Jekyll. It contains multiple content types for a typical brochure/marketing website. The theme is fully responsive, blazing fast and artfully illustrated.
3+
This is the company website for Volovyk, a Norwegian software consulting company. The site is built with Jekyll using a customized version of the Jekyll Serif theme.
44

5-
[Live Demo](https://jekyll-serif.netlify.app/) |
6-
[Zerostatic Themes](https://www.zerostatic.io)
5+
## About
76

8-
<a href="https://www.buymeacoffee.com/zerostatic" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
7+
Volovyk specializes in:
8+
- Azure cloud development
9+
- .NET Core applications
10+
- Delphi legacy systems
11+
- Dart & Flutter cross-platform development
12+
- Startup consulting and mobile app development
913

10-
![Jekyll Serif Theme screenshot](https://www.zerostatic.io/theme/jekyll-serif/jekyll-serif-screenshot.png)
14+
## Development
1115

12-
### Theme features
16+
To run the site locally:
1317

14-
- Jekyll 4.2+
15-
- Netlify & Github Pages ready
16-
- Services (Collection)
17-
- Team (Collection)
18-
- Features (Data)
19-
- SCSS
20-
- 100% Responsive design, animated hamburger and mobile slide in menu
21-
- Bootstrap 4.6 - _Only the bootstrap grid and utilites are imported by default. If you want to use more of the Boostrap library you can uncomment the `@import` in `style.scss`_
22-
- 100/100 Google Lighthouse speed score
23-
- 100/100 Google Lighthouse seo score
24-
- 100/100 Google Lighthouse accessibility score
25-
- 100/100 Google Lighthouse best practices score
26-
- Under 50KB without images or 80KB with images and illustrations ⚡
27-
- Under 20KB without Google fonts ⚡⚡⚡
28-
- Robust example content included
29-
- Royalty free illustrations included
30-
31-
## Installation
32-
33-
### Installing Ruby & Jekyll
34-
35-
If this is your first time using Jekyll, please follow the [Jekyll docs](https://jekyllrb.com/docs/installation/) and make sure your local environment (including Ruby) is setup correctly.
36-
37-
### Installing Theme
38-
39-
Download or clone the theme.
40-
41-
To run the theme locally, navigate to the theme directory and run:
42-
43-
```
18+
```bash
4419
bundle install
45-
```
46-
47-
To start the Jekyll local development server.
48-
49-
```
5020
bundle exec jekyll serve
5121
```
5222

53-
To build the theme.
54-
55-
```
56-
bundle exec jekyll build
57-
```
58-
5923
## Deployment
6024

61-
### Netlify
62-
63-
Use Netlify to deploy this theme. This theme contains a valid and tested `netlify.toml` - Feel free to use the 1-click deploy below.
64-
65-
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/zerostaticthemes/jekyll-serif-theme)
66-
67-
### Github Pages
68-
69-
This theme has been tested to work with Github Pages (and Github Project Pages). When using Github Pages you will need to update the `baseurl` in the `_config.yml` otherwise all the css, images and paths will be broken.
70-
71-
For example the site https://zerostaticthemes.github.io/jekyll-serif-theme would have `baseurl: "/jekyll-serif-theme/"`
72-
73-
## Extras
74-
75-
### License
76-
77-
- You cannot create ports of this theme
78-
- You cannot re-sell this theme
79-
80-
### Credits
81-
82-
- Beautiful royalty free Illustrations by Icons8 - https://icons8.com/illustrations/style--pixeltrue
83-
- Stock images by Unsplash - https://unsplash.com/
84-
- Feature icons by Noun Project - https://thenounproject.com/
85-
86-
## Support My Work
87-
88-
I've been building open source themes for all the main static site generators for over 4 years now. My premium themes allow me to continue to allocate time to maintain, improve and build new open source themes.
89-
90-
1. Leave a star ⭐🙏🏻
91-
2. Make a contribution to this theme, add a feature, fix a bug, nothing is to small
92-
2. Mention this theme on twitter [@zerostaticio](https://twitter.com/zerostaticio) 📢
93-
3. Purchase a premium theme 🔥
94-
95-
### All Jekyll Themes by Zerostatic
25+
The site is deployed using GitHub Pages and is available at [dvxcode.github.io](https://dvxcode.github.io).
9626

97-
- [Jekyll Serif (Open Source)](https://www.zerostatic.io/theme/jekyll-serif/)
98-
- [Jekyll Atlantic (Open Source)](https://www.zerostatic.io/theme/jekyll-atlantic/)
99-
- [Jekyll Advance (Premium)](https://www.zerostatic.io/theme/jekyll-advance/)
100-
- [Jekyll Origin (Premium)](https://www.zerostatic.io/theme/jekyll-origin/)
101-
- [Jekyll Curate (Premium)](https://www.zerostatic.io/theme/jekyll-curate/)
27+
---
10228

103-
🇦🇺 **Made in Australia** by Robert Austin
29+
*Based on the Jekyll Serif theme by Zerostatic*

company.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ description: Volovyk - Norwegian Software Consulting Company
55
bodyClass: page-company
66
---
77

8-
# Volovyk
9-
108
**Volovyk** is a Norwegian software consulting company specializing in modern cloud and cross-platform development.
119

1210
## Company Registration
1311

1412
**Legal Entity Name:** Volovyk
15-
**Organisasjonsnummer:** 929516400
16-
**D-U-N-S Number:** 347510592
13+
**Organisasjonsnummer:** 929516400
14+
**D-U-N-S Number:** 347510592
1715
**Adresse:** Ytrebygdsvegen 11, SØREIDGREND, NO 5251
1816
**Organisasjonsform:** Enkeltpersonforetak (ENK)
1917
**Næringskode:** 62.020 Konsulentvirksomhet tilknyttet informasjonsteknologi

0 commit comments

Comments
 (0)