start on how you know God's ways work, change blog title
This commit is contained in:
		
							
								
								
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||||
| } | } | ||||||
| @@ -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: | ||||||
|   | |||||||
| @@ -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. | ||||||
|   | |||||||
| @@ -50,6 +50,10 @@ | |||||||
|     { |     { | ||||||
|       "title": "content", |       "title": "content", | ||||||
|       "path": "[[workspace]]/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 | 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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user