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 f846a87 commit 3bb4563Copy full SHA for 3bb4563
.gitpod.yml
@@ -2,7 +2,7 @@ image:
2
file: ./devops/gitpod.dockerfile
3
tasks:
4
- init: npm install && RScript -e "blogdown::install_hugo()"
5
- - command: "echo 'run: \"npm start\" or \"npm run start:blog\"'"
+ - command: 'echo ''run: "npm start" or "npm run start:blog"'''
6
ports:
7
- port: 1313
8
vscode:
.prettierignore
@@ -29,6 +29,7 @@
29
*.md
30
*.jpeg
31
*.ico
32
+*.bib
33
/themes/delphi/layouts/partials/webp-image.html
34
/themes/delphi/layouts/shortcodes/apireflink.html
35
/themes/delphi/layouts/shortcodes/reflink.html
0 commit comments