Skip to content

Commit 1d7ea4d

Browse files
Updated README
1 parent 607df45 commit 1d7ea4d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a freelance developer portfolio website built using **Django 4**, **HTML
1414
- [Copyright and License](#copyright-and-license)
1515

1616

17-
## Prerequisites
17+
### Prerequisites
1818

1919
Install the following prerequisites:
2020

@@ -23,7 +23,7 @@ Install the following prerequisites:
2323
3. [Visual Studio Code](https://code.visualstudio.com/download)
2424

2525

26-
## Installation
26+
### Installation
2727

2828
#### 1. Create a virtual environment
2929

@@ -87,29 +87,29 @@ python manage.py createsuperuser
8787

8888
When prompted, enter a username, email, and password.
8989

90-
## Run the application
90+
### Run the application
9191

9292
From the **root** directory run:
9393

9494
```bash
9595
python manage.py runserver
9696
```
9797

98-
## View the application
98+
### View the application
9999

100100
Go to http://127.0.0.1:8000/ to view the application.
101101

102-
## Add data to the application
102+
### Add data to the application
103103

104104
Add data through Django Admin.
105105

106106
Go to http://127.0.0.1:8000/admin to access the Django Admin interface and sign in using the admin credentials.
107107

108-
## Customize the application
108+
### Customize the application
109109

110110
This section describes how to customize the application.
111111

112-
### Changing Section Titles and Subtitles
112+
#### Changing Section Titles and Subtitles
113113

114114
#### 1. About
115115

@@ -119,14 +119,14 @@ To modify the title and subtitle of the **About** section, make changes in the `
119119

120120
To modify the title and subtitle of the **Projects** section, make changes in the ```templates/index.html``` file.
121121

122-
### Changing Colors
122+
#### Changing Colors
123123

124124
To modify the colors in the application, make changes in the ```static/sass/styles.scss``` file and compile the file using the **Live Sass Compiler**, which is a Visual Studio Code Extension. Remember to set the **savePath** option in the **settings.json** file (**liveSassCompile.settings.formats** section) to **static/css** so that the generated CSS file is stored in the static/css directory.
125125

126-
### Changing Logo
126+
#### Changing Logo
127127

128128
To modify the logo in the application, make changes in the ```templates/index.html``` file.
129129

130-
## Copyright and License
130+
### Copyright and License
131131

132132
Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.

0 commit comments

Comments
 (0)