diff --git a/_includes/head.html b/_includes/head.html index d10dfa6..50a7f3d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,5 +1,5 @@ - {{ site.title }} + {{page.title}} | {{ site.title }} diff --git a/_layouts/about.html b/_layouts/about.html deleted file mode 100644 index d219b00..0000000 --- a/_layouts/about.html +++ /dev/null @@ -1,35 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - - -
-
-

About Me

-
- {{content}} -
-
- -
-
- -
- -
- - {% include footer.html %} - - - - \ No newline at end of file diff --git a/_layouts/events.html b/_layouts/events.html index accad72..a82e9aa 100644 --- a/_layouts/events.html +++ b/_layouts/events.html @@ -7,11 +7,13 @@ {% include nav.html %}
-
-

Events

-

Here is a list of notable events I am attending / have attended

-
+
+

{{page.title}}

+

{{page.description}}

+

+ +
{% for event in site.data.events %} diff --git a/_layouts/page.html b/_layouts/page.html index 1b81e0f..14300cd 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -7,13 +7,12 @@ {% include nav.html %}
-
+ +

{{page.title}}

+

-
- -
- +
{{content}}
diff --git a/_layouts/portfolio.html b/_layouts/portfolio.html new file mode 100644 index 0000000..926e2b5 --- /dev/null +++ b/_layouts/portfolio.html @@ -0,0 +1,48 @@ +{% include head.html %} + + + +
+ + {% include nav.html %} + +
+ +
+

{{page.title}}

+
+ +
+ +
+ + + +
+
+ +
+ {% include footer.html %} + + + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index e1dc270..8b0b8fe 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,27 +6,17 @@
{% include nav.html %} - - - -
+ +
+

{{page.title}}

+

{{page.description}}

+

+ +
-

{{page.title}} - -

-

{{page.description}} - -

-
-

+

-
- {{content}}
diff --git a/_layouts/posts.html b/_layouts/posts.html index f0cd3a0..8bbdde6 100644 --- a/_layouts/posts.html +++ b/_layouts/posts.html @@ -17,10 +17,11 @@
-->
-
-

Posts

-
+
+

{{page.title}}

+

+
Featured diff --git a/about.md b/about.md index 94c765f..5974f9d 100644 --- a/about.md +++ b/about.md @@ -1,5 +1,6 @@ --- -layout: about +title: About Me +layout: page permalink: /about/ --- {{site.about}} diff --git a/assets/css/main.css b/assets/css/main.css index 8c10b12..dbebde5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -280,6 +280,22 @@ a h5 { background-color: #fff; } +.title.container{ + text-align:center; + padding-top:15px; + padding-bottom:15px; + padding-left: 20px; + font-family: 'IBM Plex Sans', sans-serif; + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19); + border-radius: 5px; + /* transform: translateY(-30px); */ + background-color: #fff; +} + +.post-date{ + color:rgba(182, 182, 182, 0.602); +} + #advert { /* background-color: #343a40; */ /* color:#fff; */ diff --git a/blog/index.md b/blog/index.md index 4d92b47..3914285 100644 --- a/blog/index.md +++ b/blog/index.md @@ -1,3 +1,4 @@ --- +title: Blog Posts layout: posts --- \ No newline at end of file diff --git a/events.md b/events.md index 53d5c0d..96d76c1 100644 --- a/events.md +++ b/events.md @@ -1,3 +1,5 @@ --- +title: Events +description: Notable events I am attending / have attended layout: events --- \ No newline at end of file diff --git a/index.md b/index.md index 0671507..83f1d34 100644 --- a/index.md +++ b/index.md @@ -2,5 +2,6 @@ # Feel free to add content and custom Front Matter to this file. # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults +title: Home layout: home --- diff --git a/music.md b/music.md index 17f5efa..e37c9e1 100644 --- a/music.md +++ b/music.md @@ -1,3 +1,4 @@ --- +title: Music layout: music --- diff --git a/portfolio.md b/portfolio.md new file mode 100644 index 0000000..a53efe2 --- /dev/null +++ b/portfolio.md @@ -0,0 +1,5 @@ +--- +title: Portfolio +layout: portfolio +--- +