mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
297 stars 89 forks source link

Move page build to github page themes #30

Closed CGarces closed 1 year ago

CGarces commented 4 years ago

This PR remove the files related to the architect template and replace it with the Jekyll built-in theme system.

About Jekyll themes https://jekyllrb.com/docs/themes/

Architect Template https://github.com/pages-themes/architect

The PR is on draft status, I need to sync index.html with README.md.

The generated web site is available at: https://cgarces.github.io/Radio/

CGarces commented 4 years ago

Ready to merge after #31

mathertel commented 1 year ago

I close this pull request and will add GitHub Actions for CI/CD as I have done with my other libraries.