Skip to content

Commit 1fb7cf6

Browse files
authored
Update README.md
1 parent 2a84cd8 commit 1fb7cf6

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
This repo contains the source code 'index.html' for our website https://openmachine.ai/
22

3-
Latest notes on how we generated the latest `index.html`:
3+
### Notes
4+
- Quick preview: try one of the following options
5+
- https://htmlpreview.github.io/?https://github.com/OpenMachine-ai/openmachine-ai.github.io/blob/main/index.html
6+
- https://htmlpreview.github.io/?https://openmachine-ai.github.io
7+
- https://htmlpreview.github.io/
8+
- You can see our GitHub pages here: https://openmachine-ai.github.io
9+
- Google search console with details about indexing and search impressions: [here](https://search.google.com/search-console?resource_id=sc-domain%3Aopenmachine.ai&hl=en)
10+
11+
### Latest notes on how we generated the latest `index.html`
412
- Created the website in Mozilla soloist.ai at https://soloist.ai/openmachine
513
- Then opened [the website](https://soloist.ai/openmachine) in Chrome browser and saved it via `Menu -> File -> Save Page As .. -> Webpage complete`. This downloads a folder called `OpenMachine_files` and a file `OpenMachine.htm`. Then stored the folder and the file in this github repo.
614
- Then copy the file to `index.htm` and replace `soloist.ai/openmachine` by `openmachine.ai` as follows:
@@ -9,6 +17,7 @@ Latest notes on how we generated the latest `index.html`:
917
sed -i .bak 's:soloist.ai/openmachine:openmachine.ai:g' OpenMachine.htm
1018
```
1119

20+
### Hosting
1221
Hosting is done via GitHub Pages (because it's free). And we use namecheap for our domain name:
1322
- Setup on namecheap:
1423
- navigate to the `Domain List` and click on `Manage` to the far right of your domain name.
@@ -23,10 +32,3 @@ Hosting is done via GitHub Pages (because it's free). And we use namecheap for o
2332
| A Record | @ | 185.199.111.153 | Automatic |
2433
- For more details see https://dev.to/pauljwil/connect-github-pages-to-your-namecheap-domain-4gjj
2534
26-
Notes:
27-
- Quick preview: try one of the following options
28-
- https://htmlpreview.github.io/?https://github.com/OpenMachine-ai/openmachine-ai.github.io/blob/main/index.html
29-
- https://htmlpreview.github.io/?https://openmachine-ai.github.io
30-
- https://htmlpreview.github.io/
31-
- You can see our GitHub pages here: https://openmachine-ai.github.io
32-
- Google search console with details about indexing and search impressions: [here](https://search.google.com/search-console?resource_id=sc-domain%3Aopenmachine.ai&hl=en)

0 commit comments

Comments
 (0)