First changes to my website

This commit is contained in:
Eduardo Cueto Mendoza 2020-06-13 12:02:15 -06:00
parent 115962aed1
commit 487b70e196
5 changed files with 13 additions and 2 deletions

BIN
_assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -6,7 +6,7 @@
{{if hasmath}} {{insert head_katex.html }} {{end}}
{{if hascode}} {{insert head_highlight.html }} {{end}}
<link rel="stylesheet" href="/css/franklin.css">
<link rel="stylesheet" href="/css/basic.css">
<link rel="stylesheet" href="/css/jemdoc.css">
<link rel="icon" href="/assets/favicon.png">
{{isdef title}} <title>{{fill title}}</title> {{end}}
</head>

View File

@ -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

11
package-lock.json generated Normal file
View File

@ -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=="
}
}
}