Skip to content

Commit e8e1373

Browse files
authored
PR #15: Minor changes
Minor changes Merge pull request #15 from iamwatchdogs/minor-changes - Deleting unwanted bash scripts. - Updated shell for dev containers. - Fixed minor typo in `README.md`
2 parents 62c8d5a + 09774b4 commit e8e1373

File tree

4 files changed

+2
-145
lines changed

4 files changed

+2
-145
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"customizations": {
77
"vscode": {
88
"settings": {
9-
"terminal.integrated.defaultProfile.linux": "bash"
9+
"terminal.integrated.defaultProfile.linux": "zsh"
1010
},
1111
"extensions": [
1212
// Liquid tags auto-complete

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
Welcome to **Notebook**, an open-source project designed with beginners in mind! Notebook is all about creating a friendly and supportive environment for developers of all levels. Whether you're just starting your coding journey or you're an experienced pro, there's a place for you here.
2424

25-
With Notebook, you can easily contribute to technical content and gain valuable experience in the world of open source. Our blog-like platform, built on GitHub's [Jekyll](https://jekyllrb.com/ "visit offical jekyll website") framework and adorned with the user-friendly [Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy "goto chripy offical repo")theme, makes it a breeze to share your knowledge and learn from others. **It's a win-win situation:** beginners learn from the insightful posts by contributors, while contributors get the satisfaction of helping others on their coding journey. Join us at Notebook and let's learn and grow together!
25+
With Notebook, you can easily contribute to technical content and gain valuable experience in the world of open source. Our blog-like platform, built on GitHub's [Jekyll](https://jekyllrb.com/ "visit offical jekyll website") framework and adorned with the user-friendly [Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy "goto chripy offical repo") theme, makes it a breeze to share your knowledge and learn from others. **It's a win-win situation:** beginners learn from the insightful posts by contributors, while contributors get the satisfaction of helping others on their coding journey. Join us at Notebook and let's learn and grow together!
2626

2727
<div align="center">
2828

tools/run.sh

Lines changed: 0 additions & 54 deletions
This file was deleted.

tools/test.sh

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)