This repo is for the hello-world website, and nothing else
I will be using this site to experiment with JavaScript and to experiment with the best methodology for publishing it to the domain: bravegrumpy.com
-
Bringing practice repo to this one. This one also deploys, so I can migrate to this.
-
I moved the contents from the svelte.bravegrumpy.website repo into the main bravegrumpy repo. This should be pretty usable as a framework for porting existing content.
- I am doing the gatsby tutorial, to see if I can implement some of the figma design I made.
- This is likely the last iteration of this website without using some sort of javascript frontend framework.
I want to look into what adapters exist in node that can allow me to connect javascript and python.
- Right now, I own the domain bravegrumpy.com
- I purchased it through Route 53 in AWS
- I have DNS systems in place
- Publication with Amplify complete
- Enacted actual semver. Each change to this branch, will increment the "patch" version number.
- I'm still very much in the "unstable relases" world with this.
- Clearly, the dev branch is where theh svelte inclusion is happening.
- Figure out the right way to document code.
- I also think that ultimately starting over with sveltekit, and being intentional with all of the routes, etc will be the way I implement js stuff.
- figure out how many merges have gone into main, and then bump the versions accordingly.
I know I haven't updated this readme in a while. Here are some highlights:
- Moved most of the previous BraveGrumpy content into an archive folder with no direct link.
- Structured the site to follow the Coursera Week-by-week format
- Added in the navbar and menus necessary to navigate the site
- added in
constructionclass so I can have placeholders for future work. - Linked to these pages within Coursera, so I can give future readers context.
- Ensured that the archive exists, so that I can merge huetopia into the main branch.
- Made the main production branch pull from huetoipia:
- Production Site
- Created another pointer: Huetopia Branch which shows identical content to the production branch at the moment.
- The main branch can at any time be reverted, and the huetopia branch will still persist.
- Ensured that the svg files included on the site are pure svg, and not inkscape-svg.
- Insert something?
- I hope to refactor so that Huetopia is my main landing page. Otherwise, I might see what I can do about adding another subdomain for Huetopia. I don't want to actually trash all of my work, but I also want to hide the majority of the archive from public viewing.
-[x] Added in all Huetopia content.
- Successfully implemented responsive web design.
- Creating reference withing index page, so that I can get to Huetopia.
- Adding in Huetopia Folder
- TODO: Squash all the hello world projects into one web-page
- can you combine multiple html files into one page?
- TODO: Make better logo
- TODO: Add in new-feature branch to start making massive changes.
- TODO: figure out how to extract information with JS.
- figured out how to print error-logs in JS
- made edits to new-tab javascript.
- added favicon with BG logo.
- added in dropdown menu on www.bravegrumpy.com/helloWorld/helloWorld_html.html
- main branch published at http://www.bravegrumpy.com
- Deleted template files that were used in flask.
- Create a framework for Project 6
- Deleted all python files
- Looking through what is already published
- implementing a bootstrap theme on a new branch
- do NOT merge the branch.