kevinjqliu opened a new pull request, #81: URL: https://github.com/apache/datafusion-site/pull/81
I was trying to make changes to the templates and noticed that there are some unused ones. This is confusing so I'm cleaning it up. - Removed `frontpage.html`, this is unused and referenced "Apache Infrastructure Team". Likely copied over - Removed `index.html`. Same as `blog.html` but [`blog.html` template is used in `index.md`](https://github.com/apache/datafusion-site/blob/fccabe965aa5982c6eda3db7a0415f2f03082d8e/content/pages/index.md?plain=1#L2). Just keeping one of them - Removed `page.html`. This is not used Website still renders correctly ``` pelicanasf content -o blog --debug && python3 -m http.server 8000 ``` I also figured out the hierarchy of the other templates: ``` Keep blog.html, index.md uses this (this is the front page) menu.html, top nav bar blogindex.html, front page footer.html, bottom fotter styles.html, styles article.html (this is the individual post page) generic.html ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org