intro to pasir
2 mins read ·
Create pasir as continuation of butiran, which has undetermined pause.
Updates:
- It is now has Python and JavaScript parts, where the first is for calculation and the second is for visulization.
Progress:
26-nov-2024
Update pasir to PyPI with version0.0.5
, includingdatasets
package.16-nov-2024
Change post to note inlayouts/partials/footer.html
.15-nov-2024
Add icon for external link, that open new tab.- Create
render-link.html
inlayouts/_default/_markup
as in Hugo28677
. - Add style for the external link
as given in W3Schools
fa fa-external-link
.
- Create
10-nov-2024
Fixhugo.yml
andpython-publish.yml
GitHub Actions.- Create fresh repository.
- Clone
pasir
totestpasir
. - Rename
pasir
toold-pasir
andtestpasir
topasir
. - Test blog built with Hugo, still error
11760110667
. - Finally
hugo.yml
work11760166744
. - Check existance of
secrets.A_TOKEN
usingcheck-secret.yml
. - Twine works for pasir 0.0.1
but not yet GitHub Action
python-publish.yml
. - Finally
python-publish.yml
works11761303889
, after defining it as Trusted Publishers , but this is not a unrecommended way. Then it does not work anymore for other GitHub Action, e.g.ci-cd.yml
as illustred here . - Now,
python-publish.yml
works11762105117
without adding it to Trusted Publishers, stil using__token__
as user andsecrets.A_TOKEN
as password. Not really sure how it can happen. - The steps and discussion to make AIP Token Authentification works is available on
67303803-ff04-800a-aa67-ba747bd57ebf
.
09-nov-2024
Use a word for section instead of##
prefix.- Current section words are Update, Progress, Info, Activities.
- It is to accompany Tags, which is genereated by Hugo template.
- Still unable to fix error
11753616655
while deploying to PyPI . - Similar GitHub Action works on
11753526587
. - Try a solution but still not works
11753616655
. - It works on new repo with
11755638995
03-nov-2024
Add butiran .- Create folder
butiran
insrc
for integration to pasir. - Unable to fix error
11646202081
while uploading package to PyPI .
- Create folder
02-nov-2024
Create pasir .- Combine
src
(Python + JavaScript) andblog
(Hugo) in a repo. - Fix default
hugo.yml
for GitHub Action.- Add
-s blog
afterrun: | hugo
. - Modify
./public
to./blog/public
inpath
ofUpload artifact
.
- Add
- Combine
Tags: