remove daily in blog titles
This commit is contained in:
parent
e8fff73b19
commit
dcdf0b9f98
7 changed files with 13 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Daily Blog: Start"
|
||||
title: "Start"
|
||||
permalink: "/start-writing"
|
||||
description: "I'm going to start writing regularly. At first, I plan to do them quick and short just to establish the routine."
|
||||
keywords: "daily"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Daily Blog: Routines"
|
||||
title: "Routines"
|
||||
permalink: "/routines"
|
||||
description: "Let's talk about routines. Today I will be sharing the routines I try to observe, and the benefits I find when I actually do them."
|
||||
keywords: ""
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Daily Blog: Weakness"
|
||||
title: "Weakness"
|
||||
permalink: "/weakness"
|
||||
description: "We all have things that hold us back from reaching our goals."
|
||||
keywords: ""
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Daily Blog: Influence"
|
||||
title: "Influence"
|
||||
permalink: "/influence"
|
||||
description: "If it is outside your circle of influence, do not waste time and energy."
|
||||
keywords: ""
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Daily Blog: Growth"
|
||||
title: "Growth"
|
||||
permalink: "/growth"
|
||||
description: "Healthy growth is always bi-directional."
|
||||
keywords: ""
|
||||
|
|
|
|||
BIN
assets/background/jumbotron.jpg
Normal file
BIN
assets/background/jumbotron.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 161 KiB |
|
|
@ -222,8 +222,14 @@ caption {
|
|||
}
|
||||
|
||||
.jumbotron {
|
||||
/* background: url('../assets/images/logo.png') no-repeat rgba(141, 191, 66, .97)!important; */
|
||||
background: rgba(141, 191, 66, .97)!important;
|
||||
background-color: rgba(141, 191, 66, .97)!important;
|
||||
/*
|
||||
background-image: url('/assets/background/people_devices.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center center;
|
||||
background-size: 100% auto;
|
||||
*/
|
||||
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25);
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue