Skip to content

Commit e2b8d47

Browse files
author
Luciano Nooijen
committed
Final cleanup
Signed-off-by: Luciano Nooijen <luciano@bytecode.nl>
1 parent 4b1720e commit e2b8d47

File tree

8 files changed

+13
-592
lines changed

8 files changed

+13
-592
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Thumbs.db
1616
# General
1717
build/
1818
dist/
19-
docs/
2019
.next/
2120
.out/
2221
out/
@@ -29,7 +28,6 @@ out
2928
.env
3029
.npm
3130
coverage
32-
docs/
3331
.cache/
3432

3533
# Code editors
@@ -84,5 +82,3 @@ wp-content/plugins/hello.php
8482
/sitemap.xml
8583
/sitemap.xml.gz
8684

87-
# Include specific files
88-
!/static/docs

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pages:
4242
only:
4343
- master
4444
- develop
45-
- feature/v2-gatsby # TODO: Remove me!
45+
- release/*
4646

4747
include:
4848
- template: Code-Quality.gitlab-ci.yml

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 2.0.0 (tbd)
99

10+
Complete switch from NextJS to GatsbyJS
11+
12+
### Added:
13+
14+
* GitLab pages setup
15+
* GatsbyJS configuration
16+
* PWA functionalities, manifes, caching and offline mode
17+
1018
### Changed:
1119

1220
* Changed NextJS to GatsbyJS
21+
* Humans.txt
1322

1423
## 1.3.1 (2019-03-29)
1524

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you want to export the project to static HTML/CSS/JS, run `yarn run export`.
4141

4242
This project is AGPL-3.0 licenced with certain restrictions for commercial use. These restrictions are as follows:
4343

44-
1. The files in the content, src/pages and src/image folders are proprietary, unless stated otherwise on the top of the file
44+
1. The files in the content, static, src/pages and src/image folders are proprietary, unless stated otherwise on the top of the file
4545
2. The styles/theme.js file must be completely modified so that a modified version of this website will not include the same look and feel and markup, as Bytecode branding and markup is proprietary
4646
3. Any written content, with the sole purpose of displaying text or custom content for meta tags, must be removed or completely modified, as website contents are proprietary
4747
4. Images cannot be reused unless they are used under Creative Commons license
@@ -53,3 +53,4 @@ In short, this means that this project can be used under the AGPL-3.0 license, a
5353
Exceptions can be made for these restrictions, but are only valid with written consent from the owners of Bytecode. If you like Bytecode to make an exception, please send an email to [info@bytecode.nl](mailto:info@bytecode.nl).
5454

5555
Bytecode in this context means either Bytecode Holding B.V. or Bytecode Digital Agency B.V. as registered at the Handelsregister/KvK/Chamber of Commerce in The Netherlands.
56+

TODO.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

_insights/webapp-het-complete-overzicht.jsx

Lines changed: 0 additions & 282 deletions
This file was deleted.

_insights/website-laten-maken.jsx

Lines changed: 0 additions & 272 deletions
This file was deleted.

src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const Footer = () => (
145145
</FooterHeadingContainer>
146146
<FooterText>
147147
<FooterLink
148-
href="/static/docs/algemene-voorwaarden.pdf"
148+
href="/cdn/walgemene-vooraarden.pdf"
149149
target="_blank"
150150
>
151151
Algemene Voorwaarden

0 commit comments

Comments
 (0)