Compare commits
2 Commits
e00738a0d0
...
0456bfa427
Author | SHA1 | Date | |
---|---|---|---|
0456bfa427 | |||
43a65e64c7 |
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -4,5 +4,6 @@
|
||||
"frontMatter.preview.host": "http://localhost:1313",
|
||||
"yaml.schemas": {
|
||||
"https://raw.githubusercontent.com/woodpecker-ci/woodpecker/main/pipeline/frontend/yaml/linter/schema/schema.json": "file:///home/andrew/websites/blog-cybershell-xyz/.woodpecker/deploy.yml"
|
||||
}
|
||||
},
|
||||
"frontMatter.dashboard.openOnStart": false
|
||||
}
|
13
content/2024-09-04-how-you-know-god's-way-work.md
Normal file
13
content/2024-09-04-how-you-know-god's-way-work.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: How you know God's way work
|
||||
description: ""
|
||||
date: 2024-09-04T16:20:48.289Z
|
||||
preview: ""
|
||||
author: "Andrew"
|
||||
draft: true
|
||||
tags: []
|
||||
categories: []
|
||||
type: default
|
||||
---
|
||||
|
||||
A simple way to know if something works is to try it out. If [thing or activity] does not work, you'll know. Now then, consider the ways of
|
@ -12,7 +12,6 @@ draft: true
|
||||
hidemeta: true
|
||||
comments: false
|
||||
description: "Books I recommend"
|
||||
disableHLJS: true # to disable highlightjs
|
||||
disableShare: false
|
||||
disableHLJS: false
|
||||
hideSummary: true
|
||||
@ -23,16 +22,6 @@ ShowPostNavLinks: true
|
||||
ShowWordCount: true
|
||||
ShowRssButtonInSectionTermList: true
|
||||
UseHugoToc: true
|
||||
cover:
|
||||
image: "<image path/url>" # image path/url
|
||||
alt: "<alt text>" # alt text
|
||||
caption: "<text>" # display caption under cover
|
||||
relative: false # when using page bundles set this to true
|
||||
hidden: true # only hide on current single page
|
||||
editPost:
|
||||
URL: "https://git.andrewnw.xyz/CyberShell/blog/content"
|
||||
Text: "Suggest Changes" # edit text
|
||||
appendFilePath: true # to append file path to Edit link
|
||||
---
|
||||
|
||||
I am reading several books, some of which are below:
|
||||
|
@ -14,7 +14,6 @@ comments: false
|
||||
description: "We are complex beings"
|
||||
disableHLJS: true # to disable highlightjs
|
||||
disableShare: false
|
||||
disableHLJS: false
|
||||
hideSummary: false
|
||||
searchHidden: true
|
||||
ShowReadingTime: true
|
||||
@ -23,16 +22,6 @@ ShowPostNavLinks: true
|
||||
ShowWordCount: true
|
||||
ShowRssButtonInSectionTermList: true
|
||||
UseHugoToc: true
|
||||
# cover:
|
||||
# image: "<image path/url>" # image path/url
|
||||
# alt: "<alt text>" # alt text
|
||||
# caption: "<text>" # display caption under cover
|
||||
# relative: false # when using page bundles set this to true
|
||||
# hidden: true # only hide on current single page
|
||||
# editPost:
|
||||
# URL: "https://git.andrewnw.xyz/CyberShell/blog/content"
|
||||
# Text: "Suggest Changes" # edit text
|
||||
# appendFilePath: true # to append file path to Edit link
|
||||
---
|
||||
|
||||
We as humans are very amazing. We can drive and eat. We can fall and catch ourselves. We can think and store information. And we have a very special ability: we can reprogram ourselves.
|
||||
|
@ -50,6 +50,10 @@
|
||||
{
|
||||
"title": "content",
|
||||
"path": "[[workspace]]/content"
|
||||
},
|
||||
{
|
||||
"title": "posts",
|
||||
"path": "[[workspace]]/content/posts"
|
||||
}
|
||||
]
|
||||
}
|
10
hugo.yaml
10
hugo.yaml
@ -1,6 +1,6 @@
|
||||
baseURL: https://blog.cybershell.xyz
|
||||
languageCode: en-us
|
||||
title: CyberShells's Blog
|
||||
title: CyberShell's Blog
|
||||
paginate: 5
|
||||
theme: PaperMod
|
||||
|
||||
@ -16,13 +16,13 @@ minify:
|
||||
params:
|
||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||
title: CyberShells's Blog
|
||||
description: "Blog on cybersecurity and power"
|
||||
description: "Cybersecurity and life advice"
|
||||
keywords: [Blog, Portfolio, PaperMod]
|
||||
author: Andrew
|
||||
# author: ["Me", "You"] # multiple authors
|
||||
# images: ["<link or path of image for opengraph, twitter-cards>"]
|
||||
DateFormat: "January 2, 2006"
|
||||
defaultTheme: auto # dark, light
|
||||
defaultTheme: dark # dark, light
|
||||
disableThemeToggle: false
|
||||
|
||||
ShowReadingTime: true
|
||||
@ -72,8 +72,8 @@ params:
|
||||
|
||||
# home-info mode
|
||||
homeInfoParams:
|
||||
Title: "Cybersecurity and life advice"
|
||||
Content: Welcome to my blog
|
||||
Title: "Andrew's cybersecurity and life advice"
|
||||
Content: Writings on cybersecurity and life from a Christian perspective
|
||||
|
||||
socialIcons:
|
||||
- name: gitea
|
||||
|
Loading…
Reference in New Issue
Block a user