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
- 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`
4
12
- Created the website in Mozilla soloist.ai at https://soloist.ai/openmachine
5
13
- 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.
6
14
- 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`:
9
17
sed -i .bak 's:soloist.ai/openmachine:openmachine.ai:g' OpenMachine.htm
10
18
```
11
19
20
+
### Hosting
12
21
Hosting is done via GitHub Pages (because it's free). And we use namecheap for our domain name:
13
22
- Setup on namecheap:
14
23
- 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
23
32
| A Record | @ | 185.199.111.153 | Automatic |
24
33
- For more details see https://dev.to/pauljwil/connect-github-pages-to-your-namecheap-domain-4gjj
- 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