intro to pasir
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:
01-dec-2024Create rust.30-nov-2024Use blockquote render hooks .26-nov-2024Update pasir to PyPI with version0.0.5, includingdatasetspackage.16-nov-2024Change post to note inlayouts/partials/footer.html.15-nov-2024Add icon for external link, that open new tab.- Create
render-link.htmlinlayouts/_default/_markupas in Hugo28677. - Add style for the external link
as given in W3Schools
fa fa-external-link.
- Create
10-nov-2024Fixhugo.ymlandpython-publish.ymlGitHub Actions.- Create fresh repository.
- Clone
pasirtotestpasir. - Rename
pasirtoold-pasirandtestpasirtopasir. - Test blog built with Hugo, still error
11760110667. - Finally
hugo.ymlwork11760166744. - Check existance of
secrets.A_TOKENusingcheck-secret.yml. - Twine works for
pasir 0.0.1
but not yet GitHub Action
python-publish.yml. - Finally
python-publish.ymlworks11761303889, 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.ymlas illustred here . - Now,
python-publish.ymlworks11762105117without adding it to Trusted Publishers, stil using__token__as user andsecrets.A_TOKENas 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-2024Use 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
11753616655while 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-2024Add butiran .- Create folder
butiraninsrcfor integration to pasir. - Unable to fix error
11646202081while uploading package to PyPI .
- Create folder
02-nov-2024Create pasir .- Combine
src(Python + JavaScript) andblog(Hugo) in a repo. - Fix default
hugo.ymlfor GitHub Action.- Add
-s blogafterrun: | hugo. - Modify
./publicto./blog/publicinpathofUpload artifact.
- Add
- Combine