Commit Graph

157 Commits

Author SHA1 Message Date
jinho jang f5cc9a716c chore: british English update 2023-07-15 01:25:43 +09:00
jinho jang 9d6c44aa54 chore: use British English 2023-07-15 01:13:09 +09:00
Hossein Mehrabi a83009bce1
chore: upgrade logos preset 2023-07-13 18:49:26 +03:30
Hossein Mehrabi 84c2251a4f
chore: update landing page content 2023-07-13 18:33:27 +03:30
Hossein Mehrabi 6fe5e6baad
chore: update landing page copy 2023-07-13 18:19:04 +03:30
Hossein Mehrabi 3023eb5b07
chore: upgrade logos preset 2023-07-13 18:11:38 +03:30
jinho jang 25e1b829e9 chore: move to a new tab when opening an external link 2023-07-12 20:12:16 +09:00
Hossein Mehrabi 436632b727
chore: upgrade the logos preset 2023-07-11 21:08:02 +03:30
Hossein Mehrabi c61a4943c6
chore: upgrade the logos preset 2023-07-11 01:46:26 +03:30
Hossein Mehrabi 4463dadaf0
chore: upgrade the logos preset 2023-07-10 22:59:19 +03:30
Hossein Mehrabi 15ee216c86 chore: upgrade the logos preset 2023-07-10 22:08:13 +03:30
jeangovil f4e1d1edb8
chore: upgrade the logos preset and update the content (#49)
* chore: upgrade the logos preset and update the content
2023-07-10 15:58:29 +03:30
LordGhostX 623ccda71b
add fathom analytics (#48) 2023-07-07 02:17:54 +01:00
jeangovil 3349116124
chore: upgrade logos preste (#47) 2023-07-04 21:07:42 +03:30
jeangovil a97bbd219b
feat: upgrade logos preste && replace hero model with a pre-rendered video (#45) 2023-07-04 19:17:02 +03:30
Jinho Jang dddabc4a3d
update footer links (#43) 2023-06-14 14:21:26 +03:30
Jinho Jang bf04dcf6ab
make hero CTA outlined (#42) 2023-06-12 15:16:21 +03:30
Hossein Mehrabi 5981425203
upgrade logos preset 2023-06-12 04:40:23 +03:30
jinhojang6 46792b81d7
update terms content 2023-06-09 23:33:48 +09:00
Hossein Mehrabi 53228a0993
upgrade logos preset 2023-06-09 05:33:46 +03:30
Hossein Mehrabi ca2409949b
upgrade logos preset 2023-06-09 04:57:58 +03:30
Hossein Mehrabi 0888c30e9c
upgrade logos preset 2023-06-07 19:42:05 +03:30
Hossein Mehrabi 29ca0fa20b
upgrade logos preset 2023-06-07 19:01:47 +03:30
Hossein Mehrabi caac31cf5a
upgrade logos preset 2023-06-07 18:52:21 +03:30
Hossein Mehrabi f4ec15c355
upgrade logos preset 2023-06-07 15:44:25 +03:30
Hossein Mehrabi dc2d38f27c
upgrade logos preset 2023-06-06 13:29:02 +03:30
Hossein Mehrabi c153668e90
upgrade logos preset 2023-06-06 01:27:46 +03:30
Hossein Mehrabi 1f82c7129d
upgrade logos preset 2023-06-05 19:03:51 +03:30
amir houieh 2bbb16a3b1
config ascii for better look for waku 2023-06-05 17:01:15 +02:00
Hossein Mehrabi d63c3a38ed
upgrade logos preset 2023-06-05 18:08:11 +03:30
Jinho Jang 32e09222f3
update navbar github link (#40) 2023-06-05 05:14:33 +03:30
Hossein Mehrabi fa1f765416
update content 2023-06-02 22:28:00 +03:30
Hossein Mehrabi 1f284c5a87
upgrade logos docusaurus preset 2023-06-02 22:04:20 +03:30
jinhojang6 f92d757798 fix typos 2023-06-03 01:26:30 +09:00
jinhojang6 a43bd344a9 update landing page content 2023-06-03 00:46:05 +09:00
Jinho Jang a647744de3
update content (#38) 2023-06-02 16:46:39 +03:30
Hossein Mehrabi befeeeb0c4
upgrade logos docusaurus preset 2023-06-02 16:46:05 +03:30
Hossein Mehrabi 21f0c37ec7 fix: update showcase marks 2023-06-02 15:11:56 +03:30
Hossein Mehrabi b4537359e8 fix: typo in hero title 2023-06-02 14:36:34 +03:30
Hossein Mehrabi 90ca4cea52 fix: fix the order of showcase items 2023-06-02 14:36:34 +03:30
jinhojang6 88c884af84 fix typo and add Docs to navbar 2023-06-02 14:36:34 +03:30
jinhojang6 16e4db4819 remove blog from navbar 2023-06-02 14:36:34 +03:30
Hossein Mehrabi a51a6e8bda
upgrade logos docusaurus preset 2023-06-02 03:26:34 +03:30
Hossein Mehrabi b950625dda upgrade logos docusaurus preset 2023-06-02 02:49:50 +03:30
Hossein Mehrabi fabf0e38e3 update content & configuration 2023-06-02 02:41:43 +03:30
SWB 6dcd73c759
BREAKING CHANGE: implement docusaurus (#36)
* BREAKING CHANGE: implement docusaurus
2023-06-01 21:48:43 +01:00
SWB 72fcd1b4d4
fix: CNAME file issue (#29)
CNAME file was located in ./static-assets, but it should be in the
`out` directory after the build stage because the `out` folder was
created in the `build` stage.
2023-03-21 17:53:09 +00:00
amirhouieh 7bcbe4edb3 remove vercel actions 2023-03-17 12:18:20 +01:00
swb 057b1512ab add jenkinsfile and CNAME file
The current implementation of the site builder requires content
repo to be submited as a zip file for production using env vars
`CONTENT_SOURCE_TYPE=git` and `CONTENT_SOURCE_URL=repo-link.zip`
which is not considered a best practice. Due to this, a race
condition may occur during the build process if another commit
is made while the build is in progress which may lead a security
flow. To work around this,first, we checkout into `src` using
`checkoutToSubdirectory('src')`. Then, we use `local_folder`
mode using `CONTENT_SOURCE_TYPE=local_folder` and
`CONTENT_SOURCE_URL=..src` env vars, just like a local develop.
`local_folder` mode copies the website files from `src` into
`docs` because the site builder is incapable of copying it.
We checkout the builder into the `builder` directory and run
the `install` and `build` commands inside of that directory.
Finally, for publish stages, we copy the `out` directory into
the site repo, since the out directory is in the wrong repo.
2023-03-16 16:52:06 +01:00
fryorcraken.eth 0dbc5602df
fix footer discord link (#27) 2023-02-28 15:25:28 +11:00