Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: finish porting all files #2

Closed
6 tasks done
c2tz opened this issue Jun 6, 2024 · 0 comments · Fixed by #5
Closed
6 tasks done

refactor: finish porting all files #2

c2tz opened this issue Jun 6, 2024 · 0 comments · Fixed by #5
Assignees
Labels
enhancement New feature or request

Comments

@c2tz
Copy link
Owner

c2tz commented Jun 6, 2024

  • font
  • "index.html" pics (webp, png...)
  • sitemap
  • manifest
  • manifest pics
  • robot
@c2tz c2tz added the enhancement New feature or request label Jun 6, 2024
@c2tz c2tz self-assigned this Jun 6, 2024
c2tz added a commit that referenced this issue Jun 7, 2024
refactor(SEO): add a restrictive robots.txt

For now i don't want to use SEO for cta.li only when i finish the work.

Reviewed-by: @c2tz
Refs: #2
@c2tz c2tz changed the title feat: finish porting all files refractor: finish porting all files Jun 7, 2024
@c2tz c2tz changed the title refractor: finish porting all files refactor: finish porting all files Jun 7, 2024
c2tz added a commit that referenced this issue Jun 8, 2024
refactor(PWA): add a manifest.webmanifest file

He shouldn't work well for develop branch (i use staging.cta.li) because start_url is not correctly completed but that not important.

The next PWA scope commit would be the png, webp files.

Reviewed-by: @c2tz
Refs: #2
c2tz added a commit that referenced this issue Jun 8, 2024
refactor(PWA): add all manifest.webmanifest requested pics

Second parts with requested pics for manifest.webmanifest files.

Reviewed-by: @c2tz
Refs: #2
c2tz added a commit that referenced this issue Jun 8, 2024
test(PWA): rename manifest.w... to manifest.json

Vercel seems to have already a file with that name and that create a conflict so i test with manifest.json for now but that not conventional.

see: https://www.w3.org/TR/appmanifest/#using-a-link-element-to-link-to-a-manifest

Reviewed-by: @c2tz
Refs: #2
c2tz added a commit that referenced this issue Jun 8, 2024
feat(pics): add other pics files

Just add other files like favicon apple-touch-icon.png mask.webp (footer), i should make a chore commits for later for remove unused pics.

Reviewed-by: @c2tz
Refs: #2
c2tz added a commit that referenced this issue Jun 8, 2024
refactor(SEO): add a sitemap.xml

For now i don't want to use SEO for cta.li only when i finish the work.

Reviewed-by: @c2tz
Refs: #2
c2tz added a commit that referenced this issue Jun 8, 2024
test(PWA): try to correct error 401 about manifest

Only test i've found this https://medium.com/@aurelien.delogu/401-error-on-a-webmanifest-file-cb9e3678b9f3 that can be cause by CORS

Reviewed-by: @c2tz
Refs: #2
c2tz added a commit that referenced this issue Jun 8, 2024
refactor(SEO): add a sitemap.xml

Just add fonts folder with roboto regular and bold. No need to add mono for now.

That should now be finIsh for #2

Reviewed-by: @c2tz
Refs: #2
@c2tz c2tz linked a pull request Jun 8, 2024 that will close this issue
c2tz added a commit that referenced this issue Jun 8, 2024
* refactor(SEO): add a restrictive robots.txt

refactor(SEO): add a restrictive robots.txt

For now i don't want to use SEO for cta.li only when i finish the work.

Reviewed-by: @c2tz
Refs: #2

* refactor(PWA): add a manifest.webmanifest file

refactor(PWA): add a manifest.webmanifest file

He shouldn't work well for develop branch (i use staging.cta.li) because start_url is not correctly completed but that not important.

The next PWA scope commit would be the png, webp files.

Reviewed-by: @c2tz
Refs: #2

* refactor(PWA): add all manifest requested pics

refactor(PWA): add all manifest.webmanifest requested pics

Second parts with requested pics for manifest.webmanifest files.

Reviewed-by: @c2tz
Refs: #2

* test(PWA): rename manifest.w... to manifest.json

test(PWA): rename manifest.w... to manifest.json

Vercel seems to have already a file with that name and that create a conflict so i test with manifest.json for now but that not conventional.

see: https://www.w3.org/TR/appmanifest/#using-a-link-element-to-link-to-a-manifest

Reviewed-by: @c2tz
Refs: #2

* Revert "test(PWA): rename manifest.w... to manifest.json"

This reverts commit f31020f.

* feat(pics): add other pics files

feat(pics): add other pics files

Just add other files like favicon apple-touch-icon.png mask.webp (footer), i should make a chore commits for later for remove unused pics.

Reviewed-by: @c2tz
Refs: #2

* refactor(SEO): add a sitemap.xml

refactor(SEO): add a sitemap.xml

For now i don't want to use SEO for cta.li only when i finish the work.

Reviewed-by: @c2tz
Refs: #2

* test(PWA): try to correct error 401 about manifest

test(PWA): try to correct error 401 about manifest

Only test i've found this https://medium.com/@aurelien.delogu/401-error-on-a-webmanifest-file-cb9e3678b9f3 that can be cause by CORS

Reviewed-by: @c2tz
Refs: #2

* feat(fonts): add a fonts folder with roboto fonts

refactor(SEO): add a sitemap.xml

Just add fonts folder with roboto regular and bold. No need to add mono for now.

That should now be finIsh for #2

Reviewed-by: @c2tz
Refs: #2
@c2tz c2tz closed this as completed in #5 Jun 8, 2024
c2tz added a commit that referenced this issue Dec 18, 2024
* refactor(SEO): add a restrictive robots.txt

refactor(SEO): add a restrictive robots.txt

For now i don't want to use SEO for cta.li only when i finish the work.

Reviewed-by: @c2tz
Refs: #2

* refactor(PWA): add a manifest.webmanifest file

refactor(PWA): add a manifest.webmanifest file

He shouldn't work well for develop branch (i use staging.cta.li) because start_url is not correctly completed but that not important.

The next PWA scope commit would be the png, webp files.

Reviewed-by: @c2tz
Refs: #2

* refactor(PWA): add all manifest requested pics

refactor(PWA): add all manifest.webmanifest requested pics

Second parts with requested pics for manifest.webmanifest files.

Reviewed-by: @c2tz
Refs: #2

* test(PWA): rename manifest.w... to manifest.json

test(PWA): rename manifest.w... to manifest.json

Vercel seems to have already a file with that name and that create a conflict so i test with manifest.json for now but that not conventional.

see: https://www.w3.org/TR/appmanifest/#using-a-link-element-to-link-to-a-manifest

Reviewed-by: @c2tz
Refs: #2

* Revert "test(PWA): rename manifest.w... to manifest.json"

This reverts commit f31020f.

* feat(pics): add other pics files

feat(pics): add other pics files

Just add other files like favicon apple-touch-icon.png mask.webp (footer), i should make a chore commits for later for remove unused pics.

Reviewed-by: @c2tz
Refs: #2

* refactor(SEO): add a sitemap.xml

refactor(SEO): add a sitemap.xml

For now i don't want to use SEO for cta.li only when i finish the work.

Reviewed-by: @c2tz
Refs: #2

* test(PWA): try to correct error 401 about manifest

test(PWA): try to correct error 401 about manifest

Only test i've found this https://medium.com/@aurelien.delogu/401-error-on-a-webmanifest-file-cb9e3678b9f3 that can be cause by CORS

Reviewed-by: @c2tz
Refs: #2

* feat(fonts): add a fonts folder with roboto fonts

refactor(SEO): add a sitemap.xml

Just add fonts folder with roboto regular and bold. No need to add mono for now.

That should now be finIsh for #2

Reviewed-by: @c2tz
Refs: #2

* ci(prettier): add prettier in ci

ci(prettier): add prettier in ci

Add prettier for workflows just for test now.

Reviewed-by: @c2tz
Refs: #1

* test(ci): test prettier

test(ci): test prettier

Test prettier now.

Reviewed-by: @c2tz
Refs: #NC

* test(ci): change pull request to push

test(ci): change pull request to push

Add prettier for workflows just for test now.

Reviewed-by: @c2tz
Refs: #1

* test(ci): change workflow name

test(ci): change workflow name

Add prettier for workflows just for test now.

Reviewed-by: @c2tz
Refs: #1

* test(ci): change permission for action

test(ci): change permission for action

Add prettier for workflows just for test now.

Reviewed-by: @c2tz
Refs: #1

* Update main.yaml

* Update package.json

* Update main.yaml

* Update package.json

* Update package.json

* Update main.yaml

* Update main.yaml

* Update main.yaml

* Update package.json

* simplify workflow

* Update main.yaml

* test prettier ci

* Update main.yaml

* add stylelint

* Update l.html

* add html minifier and modify index

* remove prettier for now

* Update and rename main.yaml to prettier.yaml

* Create stylelint.yaml

* Create minify.yml (#8)

* Update minify.yml

* Update minify.yml

* Add minified HTML and CSS files

* test minify

* Add minified HTML and CSS files

* Update minify.yml

* Rename prettier.yaml to prettier.yaml.old

* test: discord webhook and matrix bridge

* test: disable stylelint for retesting with no error

test description

* test: discord and matrix again

* test: firebase auth

* test: delete csp for test

* test: remove firebase script for now

* test: recover csp

* test: gpg key

* test: gpg key

* feat: add gpg key and text

* feat: add italic font + few mod

* feat: change matrix contact

---------

Co-authored-by: github-actions[bot] <action[bot]@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant