pycontw / pycontw-blog

Blog for PyCon Taiwan
https://conf.python.tw
2 stars 11 forks source link

Setup the url and pages #2

Closed tai271828 closed 1 year ago

tai271828 commented 1 year ago

Several things needed to be done come to my mind:

Lee-W commented 1 year ago

I have a typo on the github action. 😞 That's why we don't have page now.

tai271828 commented 1 year ago

We have the page now https://pycontw.github.io/pycontw-blog/

Lee-W commented 1 year ago

we now have conf.python.tw with https 🎉

tai271828 commented 1 year ago

we now have conf.python.tw with https tada

!!! I thought I made incorrect configuration last night... I don't know why it works spontaneously. @Lee-W did you do anything on the configuration? Or it is just taking time to propagate my DNS settings last night. Orz

tai271828 commented 1 year ago

we now have conf.python.tw with https tada

!!! I thought I made incorrect configuration last night... I don't know why it works spontaneously. @Lee-W did you do anything on the configuration? Or it is just taking time to propagate my DNS settings last night. Orz

fwiw, the only thing I did last night is creating the CNAME in my DNS provider:

conf.python.tw.         30      IN      CNAME   pycontw.github.io.

The current settings are now:

$ dig conf.python.tw +nostats +nocomments +nocmd
;conf.python.tw.                        IN      A
conf.python.tw.         30      IN      CNAME   pycontw.github.io.
pycontw.github.io.      3330    IN      A       185.199.109.153
pycontw.github.io.      3330    IN      A       185.199.111.153
pycontw.github.io.      3330    IN      A       185.199.110.153
pycontw.github.io.      3330    IN      A       185.199.108.153

Selection_245 Besides, I barely remember if it was me or not to put conf.python.tw in the field of Custom domain last night Orz.

tai271828 commented 1 year ago

Since the url works anyway, let move the remaining actions to https://github.com/pycontw/pycontw-blog/issues/10 . Closing this issue.

Lee-W commented 1 year ago

Looks like you forget to set the conf.python.tw on the github side 😆 Never mind. It's now working 🎉🎉🎉

tai271828 commented 1 year ago

Looks like you forget to set the conf.python.tw on the github side laughing Never mind. It's now working tadatadatada

hmmm interesting. I did setup the field at the very beginning but github complains for checking DNS unsuccessfully, and then I removed it IIRC....

Lee-W commented 1 year ago

AFAIK, we need to wait some time after we set it up on gandi. It's one of the possible reason I can think of 🤔