Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b227d3

Browse files
author
Adam Parkin
committed
Add Addthis, heh
1 parent b2460ed commit 5b227d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"label": "Rebuild/Generate site",
88
"type": "shell",
9-
"command": "make publish",
9+
"command": "source ${config:pelican.activatePath} && make publish",
1010
"group": {
1111
"kind": "build",
1212
"isDefault": true

pelicanconf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@
7676

7777
GITHUB_CORNER_URL = 'https://github.com/pzelnip/www.codependentcodr.com'
7878
GITHUB_CORNER_BG_COLOR = '#d9411e'
79+
80+
ADD_THIS_ID = 'ra-5ac30fba879b9110'

0 commit comments

Comments
 (0)