diff --git a/_assets/favicon.ico b/_assets/favicon.ico
new file mode 100644
index 0000000..08d6d91
Binary files /dev/null and b/_assets/favicon.ico differ
diff --git a/_css/basic.css b/_css/jemdoc.css
similarity index 100%
rename from _css/basic.css
rename to _css/jemdoc.css
diff --git a/_layout/head.html b/_layout/head.html
index 079b80d..f2aee7b 100644
--- a/_layout/head.html
+++ b/_layout/head.html
@@ -6,7 +6,7 @@
{{if hasmath}} {{insert head_katex.html }} {{end}}
{{if hascode}} {{insert head_highlight.html }} {{end}}
-
+
{{isdef title}}
{{fill title}} {{end}}
diff --git a/config.md b/config.md
index a2e8e0b..58ddd8f 100644
--- a/config.md
+++ b/config.md
@@ -7,7 +7,7 @@ The website_* must be defined for the RSS to work
@def website_descr = "Example website using Franklin"
@def website_url = "https://tlienart.github.io/FranklinTemplates.jl/"
-@def author = "Septimia Zenobia"
+@def author = "Eduardo Cueto Mendoza"
@def mintoclevel = 2
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..a1788c3
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,11 @@
+{
+ "requires": true,
+ "lockfileVersion": 1,
+ "dependencies": {
+ "highlight.js": {
+ "version": "10.1.0",
+ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.1.0.tgz",
+ "integrity": "sha512-e8aO/LUHDoxW4ntyKQf0/T3OtIZPhsfTr8XRuOq+FW5VdWEg/UDAeArzKF/22BaNZp6hPi/Zu/XQlTLOGLix3Q=="
+ }
+ }
+}