Compare commits

..

No commits in common. "0456bfa4275dd20ab51e017a617ca00d79a66075" and "e00738a0d0963c203c91c95d6e76590fd7b0ea22" have entirely different histories.

6 changed files with 28 additions and 24 deletions

View File

@ -4,6 +4,5 @@
"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
}
}

View File

@ -1,13 +0,0 @@
---
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

View File

@ -12,6 +12,7 @@ draft: true
hidemeta: true
comments: false
description: "Books I recommend"
disableHLJS: true # to disable highlightjs
disableShare: false
disableHLJS: false
hideSummary: true
@ -22,6 +23,16 @@ 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:

View File

@ -14,6 +14,7 @@ comments: false
description: "We are complex beings"
disableHLJS: true # to disable highlightjs
disableShare: false
disableHLJS: false
hideSummary: false
searchHidden: true
ShowReadingTime: true
@ -22,6 +23,16 @@ 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.

View File

@ -50,10 +50,6 @@
{
"title": "content",
"path": "[[workspace]]/content"
},
{
"title": "posts",
"path": "[[workspace]]/content/posts"
}
]
}

View File

@ -1,6 +1,6 @@
baseURL: https://blog.cybershell.xyz
languageCode: en-us
title: CyberShell's Blog
title: CyberShells'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: "Cybersecurity and life advice"
description: "Blog on cybersecurity and power"
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: dark # dark, light
defaultTheme: auto # dark, light
disableThemeToggle: false
ShowReadingTime: true
@ -72,8 +72,8 @@ params:
# home-info mode
homeInfoParams:
Title: "Andrew's cybersecurity and life advice"
Content: Writings on cybersecurity and life from a Christian perspective
Title: "Cybersecurity and life advice"
Content: Welcome to my blog
socialIcons:
- name: gitea