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

Skip to content

Commit 27506e3

Browse files
committed
Merge branch 'develop'
2 parents be2df73 + d7a0b45 commit 27506e3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
server:
2+
Rscript -e "blogdown::hugo_server('localhost', '1314')"
3+
4+
stop-server:
5+
Rscript -e "blogdown::stop_server()"
6+
7+
build:
8+
Rscript -e "blogdown::build_site()"

content/posts/2025-03-01-r-usability-gimmicks/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ _Sigh_.
210210

211211
[garrick]: https://bsky.app/profile/grrrck.xyz
212212
[raycast-manager]: https://www.raycast.com/MarkusLanger/vscode-project-manager
213-
[blusky-reply]: https://bsky.app/profile/elipousson.bsky.social/post/3lj4j4htklk2t
213+
[bluesky-reply]: https://bsky.app/profile/elipousson.bsky.social/post/3lj4j4htklk2t
214214
[manager-positron]: https://github.com/coatless/positron-project-manager-for-alfred/
215215
[manager-vscode]: https://github.com/kopiro/vscode-project-manager-for-alfred
216216
[project-manager-extension]: https://open-vsx.org/extension/alefragnani/project-manager

0 commit comments

Comments
 (0)