diff --git a/README.md b/README.md
index e627c95..66aea16 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,22 @@ disqusShortname = "Your shortname for Disqus - optional"
[params]
brand = "The name that is displayed in the top left of the website, consider it the website name"
description = "The website's description"
- github = "URL to your Github account - link will be included in the footer"
- linkedin = "URL to your Linkedin account - link will be included in the footer"
+ facebook = "URL to your Facebook account - link will be included in the footer"
+ flicker = "URL to your Flicker account - link will be included in the footer"
+ github = "URL to your GitHub account - link will be included in the footer"
+ instagram = "URL to your Instagram account - link will be included in the footer"
+ linkedin = "URL to your LinkedIn account - link will be included in the footer"
+ patreon = "URL to your Patreon account - link will be included in the footer"
+ soundcloud = "URL to your Soundcloud account - link will be included in the footer"
+ spotify = "URL to your Spotify account - link will be included in the footer"
+ tumblr = "URL to your Tumblr account - link will be included in the footer"
+ twitch = "URL to your Twitch account - link will be included in the footer"
+ twitter = "URL to your Twitter account - link will be included in the footer"
+ vimeo = "URL to your Vimeo account - link will be included in the footer"
+ youtube = "URL to your Youtube account - link will be included in the footer"
bgimg = "Path, within the 'assets' folder, of the image used for the page background - optional"
headshotimg = "Path, within the 'assets' folder, of the image used for the home page header - optional"
- rssinmenu = whether you would like a RSS feed link to appear in the navigation menu (true, false) - optional
+ rssinmenu = whether you would like a RSS feed link to appear in the navigation menu and footer (true, false) - optional
[markup]
[markup.highlight]
diff --git a/assets/icons/facebook.svg b/assets/icons/facebook.svg
new file mode 100644
index 0000000..5b3f7aa
--- /dev/null
+++ b/assets/icons/facebook.svg
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/assets/icons/flicker.svg b/assets/icons/flicker.svg
new file mode 100644
index 0000000..d9721a3
--- /dev/null
+++ b/assets/icons/flicker.svg
@@ -0,0 +1,16 @@
+
+
+
+
diff --git a/assets/icons/github.png b/assets/icons/github.png
deleted file mode 100644
index 84b6260..0000000
Binary files a/assets/icons/github.png and /dev/null differ
diff --git a/assets/icons/github.svg b/assets/icons/github.svg
new file mode 100644
index 0000000..bb14e47
--- /dev/null
+++ b/assets/icons/github.svg
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/assets/icons/home-page.png b/assets/icons/home-page.png
deleted file mode 100644
index ca09cf2..0000000
Binary files a/assets/icons/home-page.png and /dev/null differ
diff --git a/assets/icons/home.svg b/assets/icons/home.svg
new file mode 100644
index 0000000..8d2b244
--- /dev/null
+++ b/assets/icons/home.svg
@@ -0,0 +1,55 @@
+
+
diff --git a/assets/icons/instagram.svg b/assets/icons/instagram.svg
new file mode 100644
index 0000000..6f9304c
--- /dev/null
+++ b/assets/icons/instagram.svg
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/assets/icons/linkedin.png b/assets/icons/linkedin.png
deleted file mode 100644
index 8caa731..0000000
Binary files a/assets/icons/linkedin.png and /dev/null differ
diff --git a/assets/icons/linkedin.svg b/assets/icons/linkedin.svg
new file mode 100644
index 0000000..60d840d
--- /dev/null
+++ b/assets/icons/linkedin.svg
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/assets/icons/patreon.svg b/assets/icons/patreon.svg
new file mode 100644
index 0000000..7f95628
--- /dev/null
+++ b/assets/icons/patreon.svg
@@ -0,0 +1,15 @@
+
+
+
+
diff --git a/assets/icons/rss.svg b/assets/icons/rss.svg
new file mode 100644
index 0000000..f415fe2
--- /dev/null
+++ b/assets/icons/rss.svg
@@ -0,0 +1,72 @@
+
+
+
+
diff --git a/assets/icons/soundcloud.svg b/assets/icons/soundcloud.svg
new file mode 100644
index 0000000..5d09394
--- /dev/null
+++ b/assets/icons/soundcloud.svg
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/assets/icons/spotify.svg b/assets/icons/spotify.svg
new file mode 100644
index 0000000..e1998e5
--- /dev/null
+++ b/assets/icons/spotify.svg
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/assets/icons/tumblr.svg b/assets/icons/tumblr.svg
new file mode 100644
index 0000000..5c07add
--- /dev/null
+++ b/assets/icons/tumblr.svg
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/assets/icons/twitch.svg b/assets/icons/twitch.svg
new file mode 100644
index 0000000..4394a10
--- /dev/null
+++ b/assets/icons/twitch.svg
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/assets/icons/twitter.svg b/assets/icons/twitter.svg
new file mode 100644
index 0000000..6ee804c
--- /dev/null
+++ b/assets/icons/twitter.svg
@@ -0,0 +1,39 @@
+
+
+
+
diff --git a/assets/icons/vimeo.svg b/assets/icons/vimeo.svg
new file mode 100644
index 0000000..b954f14
--- /dev/null
+++ b/assets/icons/vimeo.svg
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/assets/icons/youtube.svg b/assets/icons/youtube.svg
new file mode 100644
index 0000000..8953864
--- /dev/null
+++ b/assets/icons/youtube.svg
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/layouts/_default/home.html b/layouts/_default/home.html
index 2a1ebd9..820a2f2 100644
--- a/layouts/_default/home.html
+++ b/layouts/_default/home.html
@@ -7,7 +7,7 @@
{{ if or (not (eq .Description "")) (not (eq .Title "")) -}}
- {{ with .Title }}
{{ . }}
{{ end }}
+ {{ with .Title }}
{{ . | markdownify }}
{{ end }}
{{ with .Description }}
{{ . }}
{{ end }}
{{ with resources.GetMatch .Site.Params.headshotimg -}}
diff --git a/layouts/_default/li-next.html b/layouts/_default/li-next.html
index c2f0f43..ad7adf1 100644
--- a/layouts/_default/li-next.html
+++ b/layouts/_default/li-next.html
@@ -13,7 +13,7 @@
{{ end }}
-
{{ .Title }}
+
{{ .Title | markdownify }}
{{ if (isset .Params "description") }}{{ index .Params "description" | htmlUnescape }}{{ else }}{{ .Summary | plainify | htmlUnescape }}{{ end }}
{{ if (isset .Params "description") }}{{ index .Params "description" | htmlUnescape }}{{ else }}{{ .Summary | plainify | htmlUnescape }}{{ end }}
Posted
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index e082561..d945163 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -6,7 +6,7 @@
{{ if or (not (eq .Description "")) (not (eq .Title "")) -}}
- {{ with .Title }}
{{ . }}
{{ end }}
+ {{ with .Title | markdownify }}
{{ . }}
{{ end }}
{{ with .Description }}
{{ . }}
{{ end }}
{{- end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 31280bb..5d32b80 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,7 +6,7 @@
-
{{ .Title }}
+
{{ .Title | markdownify }}
{{ if isset .Params "date" }}
Posted
{{ end }}
{{ with .Resources.GetMatch "featuredImage" -}}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 8244746..32211d1 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,21 +1,105 @@
\ No newline at end of file