Skip to content

Commit d9e5842

Browse files
committed
Merge pull request #141 from codebar/fix-getting-started-guide
set page properties
2 parents 619318c + ad2ab4e commit d9e5842

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

general/setup/tutorial.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Setting up your computer for Codebar
1+
---
2+
layout: page
3+
title: Setting up your computer for Codebar
4+
---
25

3-
You can have a great time at Codebar no matter what kind of laptop you have, but you must do a little setup before jumping in to the tutorials. You can do this at home so you can jump straight into a tutorial at Codebar. Don't worry if you have trouble - your coach can help you with this if you prefer.
6+
You can have a great time at Codebar no matter what kind of laptop you have, but you must do a little setup before jumping in to the tutorials. You can do this at home so you can jump straight into a tutorial at Codebar. Don't worry if you have trouble - your coach can help you with this if you prefer.
47

58

69
## Somewhere to save your files (required)
@@ -10,12 +13,12 @@ Programming projects are normally made up of several related files, and we hope
1013

1114
## A text editor (required)
1215

13-
Programmers use **text editors** to write code. You could use [Notepad](https://en.wikipedia.org/wiki/Notepad_%28software%29) (Windows) or [Notes.app](https://en.wikipedia.org/wiki/Notes_%28application%29) (Mac) to write code, but almost all programmers use a text editor with programming-specific features:
16+
Programmers use **text editors** to write code. You could use [Notepad](https://en.wikipedia.org/wiki/Notepad_%28software%29) (Windows) or [Notes.app](https://en.wikipedia.org/wiki/Notes_%28application%29) (Mac) to write code, but almost all programmers use a text editor with programming-specific features:
1417

15-
- **Syntax highlighting** shows your code in different colours. This helps you spot typos and understand the structure of your code.
18+
- **Syntax highlighting** shows your code in different colours. This helps you spot typos and understand the structure of your code.
1619
- **Auto-indent** helps you keep your code tidy.
17-
- **Project navigation and tabs** help you move between the different files in your project.
18-
- **Autocompletion** shows you keywords you could use to finish what you're typing, so you don't have to remember all the possible commands.
20+
- **Project navigation and tabs** help you move between the different files in your project.
21+
- **Autocompletion** shows you keywords you could use to finish what you're typing, so you don't have to remember all the possible commands.
1922

2023
We recommend you use **[Atom](https://atom.io/)** at Codebar. It's free, open source, and runs on Windows, Mac, and Linux. **[Sublime Text 2](http://www.sublimetext.com/)** is another popular choice. It's free to download & use for as long as you like (though it will nag you intermittently to buy it when you save your work), and it runs on both Windows & Mac.
2124

0 commit comments

Comments
 (0)