summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-23added more recipes, updated cssHEADmainscottj
2021-08-21fixed image linking issuescottj
2021-08-21updated head to contain necessary meta infoscottj
2021-08-21mergescottj
2021-08-21changed file structure so html files are generated into main root folderscottj
2021-08-21Create CNAMEScott Jones
2021-08-21cleaned up file organizationscottj
2021-08-21updated css. Recipes page is now responsive. temporary duplicate recipe ↵scottj
links on recipes page to test css. They will be replaced soon.
2021-08-20setup recipe index page, added js to search recipes, tweaks to css, updates ↵scottj
to recipes including new image file
2021-08-19setup ruby code to build a separate page for each recipe when website build ↵scottj
file is run.
2021-08-17added bread image, completed bread test recipe, css fixes, md fixes so ↵scottj
images display normally
2021-08-17setup second test recipe, modified css, edited readme to reflect new build ↵scottj
process
2021-08-16css and format improvements. New template for building what will be the ↵scottj
recipe pages
2021-08-16altered layout so index and about page are also generated from md files. ↵scottj
created an sh file that runs all bin files to generate full static site
2021-08-14small css adjustmentsscottj
2021-08-14created about page layout, modified website css, added to readme file, ↵scottj
adjusted erb files and page linking
2021-08-14made home page responsivescottj
2021-08-14setup homepage, created initial css, minor tweaks to recipe page generatorscottj
2021-08-13Merge pull request #1 from nvandoorn/improve-development-environmentScott Jones
Improve development environment
2021-08-13Add gemfileNicholas Van Doorn
We rely on `erb` and `kramdown` so they belong in here.
2021-08-13Add development setup instructionsNicholas Van Doorn
2021-08-13Rename scriptsNicholas Van Doorn
This script builds the blog so we should name it better
2021-08-13Specify ruby versionNicholas Van Doorn
2021-08-13initial project setupscottj
2021-08-13ignore ds storescottj
2021-08-13Initial commitScott Jones