Skip to content

Commit 492ca00

Browse files
committed
fix linting and add static file serving
1 parent 5c78c13 commit 492ca00

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The `POST`-route is `/post`.
5555

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

58-
1. The files in the icon folder are proprietary, unless stated otherwise on the top of the file
58+
1. The files in the content, src/pages and src/image folders are proprietary, unless stated otherwise on the top of the file
5959
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
6060
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
6161
4. Images cannot be reused unless they are used under Creative Commons license

TODO.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
### Blocking issues Julian
66

77
* Remove Gatsby boilerplate everywhere (if any)
8-
* Make sure all SEO stuff is still working
98
* Make sure all forms are still working // Do send the correct post
10-
* Update .travis.yml and /gitlab-ci.yml
9+
* Update .travis.yml
1110
* Add humans.txt again
1211
* Add sitemap functionality // sitemap.xml ,pwa functionality
1312
* Research page transitions //

src/templates/BlogpostTemplate.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export const query = graphql`
4848
code {
4949
body
5050
}
51-
5251
}
5352
}
5453
`;

static/humans.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/* TEAM */
2+
Lead developer: Luciano Nooijen
3+
Site: https://lucianonooijen.nl
4+
Twitter: @lucianonooijen
5+
Location: Delfgauw, The Netherlands
6+
7+
Full-stack developer: Jeroen van Steijn
8+
Site: https://bytecode.nl
9+
Location: Nootdorp, The Netherlands
10+
11+
Full-stack developer: Julian van Dijk
12+
Site: https://bytecode.nl
13+
Location: Delft, The Netherlands
14+
15+
Designer and front-end developer: Richard van 't Hof
16+
Site: https://bytecode.nl
17+
Location: Rotterdam, The Netherlands
18+
19+
Copywriter: Thomas Bodlaender
20+
Site: https://bytecode.nl
21+
Location: Rotterdam, The Netherlands
22+
23+
SEO and marketing: Nick Broekarts
24+
Site: https://bytecode.nl/
25+
Location: Den Haag, The Netherlands
26+
27+
/* SITE */
28+
Language: Dutch
29+
Doctype: HTML5
30+
Standards: HTML5, CSS3, ESNext
31+
Components: GatsbyJS, Styled Components
32+
Software: GatsbyJS
33+
License: AGPL-3.0-only
34+
35+

0 commit comments

Comments
 (0)