start on how you know God's ways work, change blog title

This commit is contained in:
Andrew Woodlee 2024-09-07 21:41:56 -05:00
parent e00738a0d0
commit 43a65e64c7
5 changed files with 11 additions and 28 deletions

View File

@ -4,5 +4,6 @@
"frontMatter.preview.host": "http://localhost:1313", "frontMatter.preview.host": "http://localhost:1313",
"yaml.schemas": { "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" "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

@ -12,7 +12,6 @@ draft: true
hidemeta: true hidemeta: true
comments: false comments: false
description: "Books I recommend" description: "Books I recommend"
disableHLJS: true # to disable highlightjs
disableShare: false disableShare: false
disableHLJS: false disableHLJS: false
hideSummary: true hideSummary: true
@ -23,16 +22,6 @@ ShowPostNavLinks: true
ShowWordCount: true ShowWordCount: true
ShowRssButtonInSectionTermList: true ShowRssButtonInSectionTermList: true
UseHugoToc: 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: I am reading several books, some of which are below:

View File

@ -14,7 +14,6 @@ comments: false
description: "We are complex beings" description: "We are complex beings"
disableHLJS: true # to disable highlightjs disableHLJS: true # to disable highlightjs
disableShare: false disableShare: false
disableHLJS: false
hideSummary: false hideSummary: false
searchHidden: true searchHidden: true
ShowReadingTime: true ShowReadingTime: true
@ -23,16 +22,6 @@ ShowPostNavLinks: true
ShowWordCount: true ShowWordCount: true
ShowRssButtonInSectionTermList: true ShowRssButtonInSectionTermList: true
UseHugoToc: 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. 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,6 +50,10 @@
{ {
"title": "content", "title": "content",
"path": "[[workspace]]/content" "path": "[[workspace]]/content"
},
{
"title": "posts",
"path": "[[workspace]]/content/posts"
} }
] ]
} }

View File

@ -1,6 +1,6 @@
baseURL: https://blog.cybershell.xyz baseURL: https://blog.cybershell.xyz
languageCode: en-us languageCode: en-us
title: CyberShells's Blog title: CyberShell's Blog
paginate: 5 paginate: 5
theme: PaperMod theme: PaperMod
@ -16,13 +16,13 @@ minify:
params: params:
env: production # to enable google analytics, opengraph, twitter-cards and schema. env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: CyberShells's Blog title: CyberShells's Blog
description: "Blog on cybersecurity and power" description: "Cybersecurity and life advice"
keywords: [Blog, Portfolio, PaperMod] keywords: [Blog, Portfolio, PaperMod]
author: Andrew author: Andrew
# author: ["Me", "You"] # multiple authors # author: ["Me", "You"] # multiple authors
# images: ["<link or path of image for opengraph, twitter-cards>"] # images: ["<link or path of image for opengraph, twitter-cards>"]
DateFormat: "January 2, 2006" DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light defaultTheme: dark # dark, light
disableThemeToggle: false disableThemeToggle: false
ShowReadingTime: true ShowReadingTime: true
@ -72,8 +72,8 @@ params:
# home-info mode # home-info mode
homeInfoParams: homeInfoParams:
Title: "Cybersecurity and life advice" Title: "Andrew's cybersecurity and life advice"
Content: Welcome to my blog Content: Writings on cybersecurity and life from a Christian perspective
socialIcons: socialIcons:
- name: gitea - name: gitea