How the web pages are generated?
CGarces opened this issue · 3 comments
CGarces commented
I see the params.json
at b34d6f3
But I don't get how is used I can't see any script.
mathertel commented
This file is part of the gh-pages , it gets generated by the doxygen tool (www.doxygen.org<http://www.doxygen.org>).
The `html` folder contains the sourcecode documentation that can be seen at: http://mathertel.github.io/Radio/html<file:///C:/Users/Matthias/Projects/Arduino/Sketches/Libraries/Radio/html/html/index.html>
I am not sure how this file is used. I guess by the doxygen tool.
Von: Carlos Garcés <notifications@github.com>
Gesendet: Montag, 21. Oktober 2019 20:09
An: mathertel/Radio <Radio@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Betreff: [mathertel/Radio] How the web pages are generated? (#29)
I see the params.json at b34d6f3<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmathertel%2FRadio%2Fcommit%2Fb34d6f327485ccf62982aa06bc084fc1870d5365&data=02%7C01%7C%7Cfac950b045b94b44782a08d75651cee3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637072781668733172&sdata=VpkI9eZ5hDllVsBhqc%2F%2B1dfaobbJd5ZWa%2FxQv3v3MJ4%3D&reserved=0>
But I don't get how is used I can't see any script.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmathertel%2FRadio%2Fissues%2F29%3Femail_source%3Dnotifications%26email_token%3DAAIJTFY42KWE4LMXMYVVQ3DQPXV5LA5CNFSM4JDCUZX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HTIT7TA&data=02%7C01%7C%7Cfac950b045b94b44782a08d75651cee3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637072781668743189&sdata=O%2FwD6GF%2FlJsmGUolGqIkRzeS6xvs16ChepTB6jNDCz4%3D&reserved=0>, or unsubscribe<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAIJTF733WPBUJ3ZNCV2ESTQPXV5LANCNFSM4JDCUZXQ&data=02%7C01%7C%7Cfac950b045b94b44782a08d75651cee3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637072781668753176&sdata=PUyzxfPMYr0uRaX0QUX0RFyG35ogBQdA5NkQ5hbJkk8%3D&reserved=0>.
CGarces commented
All the doxygen stuff is generate at html folder.
I have no idea about the files outside that folder like params.json
or index.html
i can't find any reference on master.
I'll send you 3 different PR to
- Build the web page using Jekyll themes
- Sync README.md from master and index.html from gh-pages
- Rebuild doxygen documentation and deploy to gh-pages after any commit on master.
CGarces commented
Ok, that files come from the old "GitHub’s page generator "
http://webcache.googleusercontent.com/search?q=cache:QIeygz-FtYQJ:help.github.com/en/enterprise/2.16/user/articles/creating-pages-with-the-automatic-generator+&cd=1&hl=es&ct=clnk&gl=es
And was replaced some years ago by Jekyll