First changes to my website
This commit is contained in:
parent
115962aed1
commit
487b70e196
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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=="
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue