First personalizations

This commit is contained in:
Eduardo Cueto Mendoza 2020-06-13 15:21:02 -06:00
parent 487b70e196
commit a1127ce679
4 changed files with 10 additions and 4 deletions

BIN
_assets/cv_photo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -155,3 +155,9 @@ td {
table tbody tr td {
border:1px solid lightgray
}
/* Ed's styles */
.start-img {
height: 5em;
}

View File

@ -1,5 +1,5 @@
<header>
<div class="blog-name"><a href="">Basic Template</a></div>
<div class="blog-name"><img src="/assets/cv_photo.jpg" class="start-img"></div>
<nav>
<ul>
<li><a href="/">Home</a></li>

View File

@ -1,9 +1,9 @@
@def title = "Franklin Example"
@def title = "Eddie's Home"
@def tags = ["syntax", "code"]
# How to use Franklin
# Welcome to my development blog
\tableofcontents <!-- you can use \toc as well -->
<!-- \tableofcontents you can use \toc as well -->
This section is meant as a refresher if you're new to Franklin.
Have a look at both how the website renders and the corresponding markdown (`index.md`).