First personalizations
This commit is contained in:
parent
487b70e196
commit
a1127ce679
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -155,3 +155,9 @@ td {
|
|||
table tbody tr td {
|
||||
border:1px solid lightgray
|
||||
}
|
||||
|
||||
/* Ed's styles */
|
||||
|
||||
.start-img {
|
||||
height: 5em;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
6
index.md
6
index.md
|
@ -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`).
|
||||
|
|
Loading…
Reference in New Issue