Skip to content

Commit

Permalink
stuck everything new in a blog folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bmann committed Oct 4, 2020
1 parent 66ec3ef commit 90e4c3c
Show file tree
Hide file tree
Showing 137 changed files with 1,057 additions and 111 deletions.
20 changes: 20 additions & 0 deletions .obsidian/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"theme": "obsidian",
"pluginEnabledStatus": {
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"command-palette": true,
"markdown-importer": true,
"word-count": true,
"daily-notes": true,
"page-preview": true
},
"showFrontmatter": false,
"useTab": false,
"newFileLocation": "folder",
"newFileFolderPath": "_notes",
"attachmentFolderPath": "assets/2020"
}
1 change: 1 addition & 0 deletions .obsidian/daily-notes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"format":"YYYY-MM-DD","folder":"_posts/journal","template":"_posts/journal/2020-09-22-journal"}
1 change: 1 addition & 0 deletions .obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"search":"","showTags":false,"showAttachments":false,"hideUnresolved":false,"showOrphans":true,"showArrow":false,"nodeSizeMultiplier":1.63125,"lineSizeMultiplier":1,"centerStrength":0.518713248970312,"repelStrength":14.9358974358974,"linkStrength":1,"linkDistance":250,"scale":0.06793367011689397}
84 changes: 84 additions & 0 deletions .obsidian/workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"main": {
"id": "1224d6cd68afd69d",
"type": "split",
"children": [
{
"id": "f412e32679dbd64e",
"type": "leaf",
"active": true,
"state": {
"type": "markdown",
"state": {
"file": "_posts/journal/2020-10-01-journal.md",
"mode": "source"
}
}
}
],
"direction": "vertical"
},
"left": {
"id": "ad2d1ff56720d0da",
"type": "split",
"children": [
{
"id": "6ac071abfd1c7e89",
"type": "tabs",
"children": [
{
"id": "e8b650c61fef33fb",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "51015621859787bc",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": ""
}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "6d3b08910d054f6e",
"type": "split",
"children": [
{
"id": "54b555c5ec9270e2",
"type": "tabs",
"children": [
{
"id": "22095a494a428a5c",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "_posts/journal/2020-10-01-journal.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"lastOpenFiles": [
"_posts/journal/2020-10-01-journal.md",
"_posts/journal/2020-10-01.md",
"_notes/Obsidian.md",
"assets/2020/obsidian-graph-2020-10-01.png"
]
}
26 changes: 26 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Foam's own extension
"foam.foam-vscode",

// Prettier for auto formatting code
"esbenp.prettier-vscode",

// GitLens for seeing version history inline
"eamodio.gitlens",

// Tons of markdown goodies (lists, tables of content, so much more)
"yzhang.markdown-all-in-one",

// [[wiki-links]], backlinking etc
"kortina.vscode-markdown-notes",

// Adds `show graph` command that displays graph of linked notes
"tchayen.markdown-links",

// Understated grayscale theme (light and dark variants)
"philipbe.theme-gray-matter"
]
}
4 changes: 4 additions & 0 deletions .vscode/foam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"purpose": "this file exists to tell the foam-vscode plugin that it's currently in a foam workspace",
"future": "we may use this for custom configuration"
}
30 changes: 30 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"[markdown]": {
"editor.quickSuggestions": true
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true,
"_site/*": true
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",

"files.exclude": {
"_site/*": true,
".jekyll-cache/*": true
},
"liquid.format": true,
"foam.openDailyNote.directory": "_posts/journal/",
"foam.openDailyNote.filenameFormat": "yyyy-mm-dd-journal.md",
"foam.openDailyNote.titleFormat": "mmm-d, yyyy",
"vscodeMarkdownNotes.newNoteDirectory": "_notes",
"vscodeMarkdownNotes.newNoteTemplate": "---\ntitle: ${noteName}\n---\n"
}
3 changes: 2 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
permalink: /404.html
layout: post
content-type: eg
---

<style>
Expand Down Expand Up @@ -35,5 +36,5 @@ <h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>

<button class="gHomeNF" type=button onclick="window.location='/index.html'">Go Home</button>
<button class="gHomeNF" type=button onclick="window.location='https://bmannconsulting.com'">Go Home</button>

23 changes: 0 additions & 23 deletions README.md

This file was deleted.

4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://bmannconsulting.com" # the base hostname & protocol for your site, e.g. http://example.com
encoding: utf-8

exclude: ['.env', 'fission.yaml', 'gemset.nix', 'pages', 'fission.yaml', 'blog.code-workspace', 'netlify.toml', '_ignore']
exclude: ['.env', 'fission.yaml', 'gemset.nix', 'pages', 'fission.yaml', 'blog.code-workspace', 'netlify.toml', '_ignore', '.vscode', '.obsidian']

markdown: CommonMarkGhPages
# markdown: kramdown
Expand Down Expand Up @@ -52,7 +52,7 @@ collections:

defaults:
- scope:
path: "_posts/*"
path: "_posts/blog/*"
type: posts
values:
layout: post
Expand Down
Loading

0 comments on commit 90e4c3c

Please sign in to comment.