diff --git a/LICENSE b/LICENSE index c7d2a79..23e8f9d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 F.W. Dekker +Copyright (c) 2019 Florine W. Dekker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index 5000971..6a5dd06 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 9c2f893..cc30cda 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "blog", - "version": "1.2.7", - "description": "F.W. Dekker's personal blog.", - "author": "F.W. Dekker", + "version": "1.2.8", + "description": "Florine's personal blog.", + "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", @@ -16,7 +16,7 @@ "deploy": "grunt deploy" }, "devDependencies": { - "@11ty/eleventy": "^0.12.1", + "@11ty/eleventy": "^1.0.0", "grunt": "^1.4.1", "grunt-cli": "^1.4.3", "grunt-contrib-clean": "^2.0.0", diff --git a/src/main/_data/site.json b/src/main/_data/site.json index e841b09..b15f482 100644 --- a/src/main/_data/site.json +++ b/src/main/_data/site.json @@ -1,6 +1,6 @@ { "baseurl": "/blog/", "title": "FWDekker's blog", - "description": "F.W. Dekker's blog", - "author": "F.W. Dekker" + "description": "Florine's personal blog", + "author": "Florine W. Dekker" }