Skip to content

Commit 4beb730

Browse files
committed
Added post display options and sidebar modularity.
1 parent 314f0e9 commit 4beb730

File tree

286 files changed

+14203
-894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+14203
-894
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ Thumbs.db
4848
.firebase
4949
*-debug.log
5050
.runtimeconfig.json
51+
*.log
52+
scully.log

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"python.formatting.provider": "yapf"
2+
"python.formatting.provider": "yapf",
3+
"cSpell.words": [
4+
"alertify",
5+
"cibuild",
6+
"imgheader",
7+
"scully"
8+
]
39
}

SapythonBlog.code-workspace

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"path": "."
55
}
66
],
7-
"settings": {}
7+
"settings": {
8+
"cSpell.words": [
9+
"alertify",
10+
"scully"
11+
]
12+
}
813
}

0 commit comments

Comments
 (0)