Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2460ed commit 5b227d3Copy full SHA for 5b227d3
.vscode/tasks.json
@@ -6,7 +6,7 @@
6
{
7
"label": "Rebuild/Generate site",
8
"type": "shell",
9
- "command": "make publish",
+ "command": "source ${config:pelican.activatePath} && make publish",
10
"group": {
11
"kind": "build",
12
"isDefault": true
pelicanconf.py
@@ -76,3 +76,5 @@
76
77
GITHUB_CORNER_URL = 'https://github.com/pzelnip/www.codependentcodr.com'
78
GITHUB_CORNER_BG_COLOR = '#d9411e'
79
+
80
+ADD_THIS_ID = 'ra-5ac30fba879b9110'
0 commit comments