diff --git a/.vscode/settings.json b/.vscode/settings.json index 1601d35..1243e4d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 } \ No newline at end of file diff --git a/content/books.md b/content/books.md index f4a1648..c492d20 100644 --- a/content/books.md +++ b/content/books.md @@ -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 - alt: "" # alt text - caption: "" # 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: diff --git a/content/posts/debugging-and-life.md b/content/posts/debugging-and-life.md index 0c6f475..b8a4885 100644 --- a/content/posts/debugging-and-life.md +++ b/content/posts/debugging-and-life.md @@ -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 -# alt: "" # alt text -# caption: "" # 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. diff --git a/frontmatter.json b/frontmatter.json index 487baac..798d3c5 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -50,6 +50,10 @@ { "title": "content", "path": "[[workspace]]/content" + }, + { + "title": "posts", + "path": "[[workspace]]/content/posts" } ] } \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 0957276..1a17df9 100644 --- a/hugo.yaml +++ b/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: [""] 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