Skip to content

Commit

Permalink
chore: multiple smaller changes, blogroll as draft
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Oct 4, 2024
1 parent f44b18f commit a1c26ba
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 41,114 deletions.
19 changes: 19 additions & 0 deletions content/slash/blogroll/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'$schema': /static/_schemata/blog.schema.yaml
title: /blogroll
description: ""
summary: ""

url: /blogroll

date: "2024-09-28T15:06:05+07:00"
publishDate: "2024-09-28T15:06:05+07:00"
lastmod: "2024-09-28T15:06:05+07:00"

resources:
- title: Blogrolling.
src: mushaboom-studio-HNF0zZ7McOw-unsplash.jpg

---

{{< blogroll >}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 31 additions & 1 deletion frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,40 @@
}
},
"required": ["name", "link", "slug"],
"title": "Sponsors",
"type": "object"
},
"title": "Music to program to"
},
{
"file": "[[workspace]]/data/dnb/kollitsch/blogroll.json",
"fileType": "json",
"id": "blogroll",
"labelField": "name",
"title": "Blogroll",
"schema": {
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"description": {
"multiline": true,
"title": "Description",
"type": "string"
},
"link": {
"title": "Link",
"type": "string"
},
"type": {
"title": "Type",
"type": "string",
"enum": ["blog", "podcast", "youtube"]
}
},
"required": ["name", "link"],
"type": "object"
}
}
],
"frontMatter.taxonomy.contentTypes": [
Expand Down
198 changes: 99 additions & 99 deletions kollitsch.dev.code-workspace
Original file line number Diff line number Diff line change
@@ -1,101 +1,101 @@
{
"folders": [
{
"name": "kollitsch.dev",
"path": "."
},
{
"name": "Theme",
"path": "../hugo-darksky"
},
{
"name": "Modules",
"path": "../hugo-modules"
},
{
"name": "Namespace",
"path": "../namespace"
},
{
"name": "Configurations",
"path": "../configurations"
},
{
"name": "Asylum",
"path": "../hugo-asylum"
}
],
"settings": {
"yaml.schemas": {
"http://json-schema.org/draft-07/schema#": ["static/**/*.schema.yaml"]
},
"files.associations": {
"*.html": "gohtml",
"*.xml": "gotemplate",
"*.json": "gojson",
"*.txt": "gotemplate",
"*.headers": "gotemplate",
"_headers": "gotemplate",
"*.redir": "gotemplate",
"_redir": "gotemplate"
},
"js/ts.implicitProjectConfig.checkJs": true,
"markdown.extension.orderedList.marker": "one",
"markdown.extension.toc.unorderedList.marker": "*",
"vale.doNotShowWarningForFileToBeSavedBeforeLinting": true,
"vale.enableSpellcheck": true,
"vale.valeCLI.config": "/home/patrick/github.com/davidsneighbour/kollitsch.dev/.github/vale/vale.ini",
"markdownlint.run": "onSave",
"html.format.wrapLineLength": 100,
"favorites.sortDirection": "ASC",
"stylelint.reportDescriptionlessDisables": true,
"stylelint.reportInvalidScopeDisables": true,
"stylelint.reportNeedlessDisables": true,
"workbench.editor.customLabels.patterns": {
"**/modules/**/*.*": "MOD ${filename}.${extname}",
"**/modules/**/*": "MOD ${filename}"
},
"workbench.editor.customLabels.enabled": true,
"workbench.editor.enablePreview": true,
"editor.suggest.showCustomcolors": true,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ff7733",
"activityBar.background": "#ff7733",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#60ff95",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#000000",
"sash.hoverBorder": "#ff7733",
"statusBar.background": "#ff5500",
"statusBar.foreground": "#000000",
"statusBarItem.hoverBackground": "#ff7733",
"statusBarItem.remoteBackground": "#ff5500",
"statusBarItem.remoteForeground": "#000000",
"titleBar.activeBackground": "#ff5500",
"titleBar.activeForeground": "#000000",
"titleBar.inactiveBackground": "#ff550099",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#ff5500",
"javascript.validate.enable": true,
"cSpell.words": ["htmlhead"]
},
"extensions": {
"recommendations": [
"pomdtr.excalidraw-editor",
"eliostruyf.vscode-front-matter",
"davidanson.vscode-markdownlint",
"yzhang.markdown-all-in-one",
"golang.go",
"casualjim.gotemplate",
"tamasfe.even-better-toml",
"stylelint.vscode-stylelint",
"foxundermoon.shell-format",
"timonwong.shellcheck",
"remisa.shellman",
"mkhl.shfmt",
"mjmlio.vscode-mjml"
]
}
"folders": [
{
"name": "kollitsch.dev",
"path": "."
},
{
"name": "Theme",
"path": "../hugo-darksky"
},
{
"name": "Modules",
"path": "../hugo-modules"
},
{
"name": "Namespace",
"path": "../namespace"
},
{
"name": "Configurations",
"path": "../configurations"
},
{
"name": "Asylum",
"path": "../hugo-asylum"
}
],
"settings": {
"yaml.schemas": {
"http://json-schema.org/draft-07/schema#": ["static/**/*.schema.yaml"]
},
"files.associations": {
"*.html": "gohtml",
"*.xml": "gotemplate",
"*.json": "gojson",
"*.txt": "gotemplate",
"*.headers": "gotemplate",
"_headers": "gotemplate",
"*.redir": "gotemplate",
"_redir": "gotemplate"
},
"js/ts.implicitProjectConfig.checkJs": true,
"markdown.extension.orderedList.marker": "one",
"markdown.extension.toc.unorderedList.marker": "*",
"vale.doNotShowWarningForFileToBeSavedBeforeLinting": true,
"vale.enableSpellcheck": true,
"vale.valeCLI.config": "/home/patrick/github.com/davidsneighbour/kollitsch.dev/.github/vale/vale.ini",
"markdownlint.run": "onSave",
"html.format.wrapLineLength": 100,
"favorites.sortDirection": "ASC",
"stylelint.reportDescriptionlessDisables": true,
"stylelint.reportInvalidScopeDisables": true,
"stylelint.reportNeedlessDisables": true,
"workbench.editor.customLabels.patterns": {
"**/modules/**/*.*": "MOD ${filename}.${extname}",
"**/modules/**/*": "MOD ${filename}"
},
"workbench.editor.customLabels.enabled": true,
"workbench.editor.enablePreview": true,
"editor.suggest.showCustomcolors": true,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#FFCA80",
"activityBar.background": "#FFCA80",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#60ff95",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#000000",
"sash.hoverBorder": "#FFCA80",
"statusBar.background": "#FFCA80",
"statusBar.foreground": "#000000",
"statusBarItem.hoverBackground": "#FFCA80",
"statusBarItem.remoteBackground": "#FFCA80",
"statusBarItem.remoteForeground": "#000000",
"titleBar.activeBackground": "#FFCA80",
"titleBar.activeForeground": "#000000",
"titleBar.inactiveBackground": "#FFCA80",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#FFCA80",
"javascript.validate.enable": true,
"cSpell.words": ["htmlhead"]
},
"extensions": {
"recommendations": [
"pomdtr.excalidraw-editor",
"eliostruyf.vscode-front-matter",
"davidanson.vscode-markdownlint",
"yzhang.markdown-all-in-one",
"golang.go",
"casualjim.gotemplate",
"tamasfe.even-better-toml",
"stylelint.vscode-stylelint",
"foxundermoon.shell-format",
"timonwong.shellcheck",
"remisa.shellman",
"mkhl.shfmt",
"mjmlio.vscode-mjml"
]
}
}
2 changes: 2 additions & 0 deletions layouts/shortcodes/blogroll.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{- $data := site.Data.dnb.kollitsch.blogroll -}}
{{- $data -}}
Loading

0 comments on commit a1c26ba

Please sign in to comment.