You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Write your content and store it in your content directory
10
-
3. Using '''./main.sh''' you can create a locally hosted version of your static site when checking out '''https://localhost:8888/'''
11
-
4. When you are ready to push your website to the web, '''./build.sh'''
12
-
5. On Github in your repo go to '''Settings''' -> '''Pages''' -> at the source select '''main''' and '''docs''' as this is where src/main.py will save the html for your webpage.
10
+
3. Using `./main.sh` you can create a locally hosted version of your static site when checking out `https://localhost:8888/`
11
+
4. When you are ready to push your website to the web, `./build.sh`
12
+
5. On Github in your repo go to `Settings` -> `Pages` -> at the source select `main` and `docs` as this is where src/main.py will save the html for your webpage.
13
13
14
14
## Used libraries
15
15
- os
16
16
- sys
17
-
- Unittest for Unittests
17
+
- Unittest for Unittests
18
+
19
+
## Future improvements
20
+
- Add documentation on how to host pages on another domain
0 commit comments