-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ongoing learning of Git and GitHub #7
Comments
This is an overall ongoing issue about learning Git and GitHub better. |
@hjpretty i really like the simplicity of this repository. are you writing the HTML in the README file by hand, or copying it from confluence? if you were to write using markdown, instead of HTML, you'll notice that markdown has lousy support for tables, so I use a third-party tool for this. This is my go-to: https://www.tablesgenerator.com/markdown_tables workflow for making tables is either starting with the tables generator site, or starting with Google Sheets, copying to the tables generator, then copying the markdown from that tool into the Markdown file. |
I'm copying the html view in Confluence and pasting directly into the README.md file. The html for the table is included in Confluence, and I was delighted to find out that ghpages read it just fine as a table from the markdown file. Thank you for pointing to tablesgenerator.com. I will very likely follow this trail of breadcrumbs in the future! |
This repo is designed to be able to have an updated file pushed from my computer using GitBash to automatically then update the ghpage here https://hjpretty.github.io/authorities/
I was successful in doing so, as can be seen at the link I added "TEST PUSH" to the top of the file.
The other issues I've listed are more descriptions of problems I've encountered than actual issues.
I don't feel like I've done a particularly elegant job using Git and GitHub, but it works.
I still have a lot to learn!
The text was updated successfully, but these errors were encountered: