swb
9270622c55
add jenkinsfile
2023-06-01 21:22:28 +01:00
jinhojang6
d2fe24135b
update preset version
2023-06-02 02:48:45 +09:00
jinhojang6
5fb806a19f
BREAKING CHANGE: implement docusaurus
2023-06-01 21:21:05 +09:00
xray
d357ebbeeb
Update README.md
2023-04-20 11:00:03 +02:00
xray
98069008b3
Update README.md
2023-04-20 10:59:43 +02:00
xray
502bc3e948
Update README.md
2023-04-20 10:58:57 +02:00
swb
aacb94052c
fix: CNAME file issue
...
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.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-03-21 17:46:37 +01:00
amirhouieh
32a29f53f0
remove vercel actions
2023-03-17 10:58:29 +01:00
SWB
46d50983a3
readme: update CI instructions
2023-03-15 17:12:49 +00:00
Jakub Sokołowski
16f59a793b
ci: fix repo used to publish to gh-pages
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-03-14 19:14:41 +01:00
Jakub Sokołowski
8a8d681e87
ci; fix output folder from public to out
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-03-14 19:02:34 +01:00
Jakub Sokołowski
c074087f92
ci: fix publish steps by adding builder folder
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-03-14 18:49:46 +01:00
SWB
f418298b7b
fix CI details
2023-03-14 11:31:38 +00:00
SWB
599cc26716
Merge pull request #14 from acid-info/jenkins-ci
...
add Jenkinsfile
2023-03-14 11:28:42 +00:00
swb
752ba443b4
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.
Finally, we checkout the builder into the `builder` directory
and we run the `install` and `build` commands inside of that
directory.
2023-03-13 16:38:59 +00:00
amir houieh
ffd72df48d
Update README.md
2022-08-17 12:21:53 +02:00
amir houieh
5d0ecd5a28
Merge pull request #10 from unixpi/patch-1
...
Update overview.md
2022-06-23 11:07:34 +02:00
amir houieh
9f4318e612
Merge pull request #11 from unixpi/patch-2
...
Update main.md
2022-06-23 11:07:20 +02:00
sacha
0dd32272cf
Update main.md
...
grammar/style edit
2022-06-22 17:57:04 +02:00
sacha
428fb8e109
Update overview.md
...
edits: style and grammar
2022-06-21 12:04:56 +02:00
xray
a34e09a9c7
Update overview.md
2022-06-20 13:54:22 +02:00
amir houieh
7e0d2e00ee
test build hooks
2022-06-20 11:07:12 +02:00
amir houieh
7191c9110d
Merge pull request #9 from acid-info/staging
...
unpublish some pages
2022-06-10 18:19:15 +02:00
amirhouieh
539a4dc2cb
unpublish some pages
2022-06-10 18:18:50 +02:00
amir houieh
b82ce5ef16
Merge pull request #8 from acid-info/staging
...
staging go to live
2022-06-10 18:12:36 +02:00
Corey
b204eb3cbd
grammar
2022-06-10 12:04:00 -04:00
Corey
07d93a6c80
scrubbed invites to future invites
2022-06-10 11:59:01 -04:00
Corey
62cb1e62a3
moved image to static_assets
2022-06-10 11:24:24 -04:00
Corey
885f1324a4
Merge pull request #7 from acid-info/petty-additions
...
pushed overview graphic
2022-06-10 11:16:32 -04:00
Corey
2343135b67
pushed overview graphic
2022-06-10 11:15:30 -04:00
amir houieh
68d5a3a55c
Merge pull request #6 from acid-info/staging
...
update seo content
2022-06-10 17:05:59 +02:00
amirhouieh
ce64b4b53b
update seo content
2022-06-10 17:05:15 +02:00
amirhouieh
4fe1ff5b38
merge staging
2022-06-10 17:00:27 +02:00
Corey
e074a744b1
Merge pull request #5 from acid-info/petty-additions
...
Petty additions
2022-06-10 10:18:28 -04:00
Corey
8b5daf8783
Merge branch 'petty-additions' of https://github.com/acid-info/logos.co into petty-additions
2022-06-10 10:17:07 -04:00
Corey
7c985d4617
updated copy from Notion
2022-06-10 10:17:03 -04:00
amirhouieh
9eafe70dbb
unpublish exosystem
2022-06-10 15:12:49 +02:00
amir houieh
4f7def5bb1
Merge pull request #4 from acid-info/amir-last-content-tweaks
...
updates
2022-06-10 15:08:25 +02:00
amirhouieh
5cb5bc39ff
updates
2022-06-10 15:04:45 +02:00
Corey
9d50405661
Merge pull request #3 from acid-info/petty-additions
...
Petty additions
2022-06-10 08:37:08 -04:00
amir houieh
5b4f754eb1
Merge pull request #2 from acid-info/staging
...
Staging
2022-06-10 14:36:08 +02:00
Corey
eec9327993
updates
2022-06-10 08:31:58 -04:00
amirhouieh
138acdd649
excl pp and tu from sidebar
2022-06-10 13:53:31 +02:00
amirhouieh
0c6a0b93b0
add permalink
2022-06-10 13:52:14 +02:00
amirhouieh
881fa48458
add ts cs pp
2022-06-10 13:44:24 +02:00
amir houieh
d6cf22383e
Update main.md
2022-06-10 13:24:12 +02:00
amir houieh
9a8772d925
Update main.md
2022-06-10 13:23:25 +02:00
amirhouieh
a5c1c59962
update
2022-06-10 11:33:44 +02:00
amir houieh
896a623040
testing actions
2022-06-10 11:28:26 +02:00
amir houieh
32d492e0cd
Create deployment-staging.yml
2022-06-10 11:27:25 +02:00