remove daily in blog titles

This commit is contained in:
Ayo 2020-04-07 14:32:55 +08:00
parent e8fff73b19
commit dcdf0b9f98
7 changed files with 13 additions and 7 deletions

View file

@ -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"

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -1,5 +1,5 @@
---
title: "Daily Blog: Growth"
title: "Growth"
permalink: "/growth"
description: "Healthy growth is always bi-directional."
keywords: ""

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

View file

@ -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%;
}