diff --git a/versions/latest/.gitignore b/versions/latest/.gitignore index a1c642e..967824e 100644 --- a/versions/latest/.gitignore +++ b/versions/latest/.gitignore @@ -1,5 +1,3 @@ -# .gitignore - .hugo_build.lock /public/ /resources/_gen/ diff --git a/versions/latest/Makefile b/versions/latest/Makefile index c4e0968..83651e7 100644 --- a/versions/latest/Makefile +++ b/versions/latest/Makefile @@ -1,5 +1,5 @@ serve: - docker run --rm -it -v $(PWD):/src -v $(PWD)/../../content:/src/content -v $(PWD)/../../static:/src/static -p 1313:1313 klakegg/hugo:0.111.3 server --bind 0.0.0.0 + docker run --rm -it -v $(PWD):/src -v $(PWD)/../../content:/src/content -v $(PWD)/../../static:/src/static -p 1313:1313 klakegg/hugo:0.111.3 server build: docker run --rm -it -v $(PWD):/src -v $(PWD)/../../content:/src/content -v $(PWD)/../../static:/src/static klakegg/hugo:0.111.3 \ No newline at end of file diff --git a/versions/latest/shared_dependencies.md b/versions/latest/shared_dependencies.md index 1db385f..fb91378 100644 --- a/versions/latest/shared_dependencies.md +++ b/versions/latest/shared_dependencies.md @@ -1,39 +1,7 @@ -Files to generate: -- Makefile -- .gitignore -- config.yaml -- themes/devsparks/layouts/_default/baseof.html -- themes/devsparks/layouts/_default/list.html -- themes/devsparks/layouts/_default/single.html -- themes/devsparks/layouts/shortcodes/hackermans-tip.html -- themes/devsparks/layouts/shortcodes/padawans-playground.html -- themes/devsparks/static/css/main.css -- themes/devsparks/static/css/syntax-highlighting.css -- themes/devsparks/static/css/theme-light.css -- themes/devsparks/static/css/theme-dark.css -- themes/devsparks/static/js/theme-switcher.js -- themes/devsparks/static/js/footer-image.js -- themes/devsparks/static/js/remark42.js +the app is: DevSparks Blog Specification -Shared dependencies: -- breakpoints -- theme-switch -- remark42 -- footer-image-human -- footer-image-robot -- .layout__header -- .header__theme_switch -- .layout__link__active -- .section__tip__hackerman -- .section__tip__padawan -- .tip__container -- .tip__title -- .tip__image -- .article__title -- .article__date -- .article__tags -- .article__content -- .article__remark42 -- .footer__container -- .footer__about_text -- .footer__author-photo \ No newline at end of file +the files we have decided to generate are: Makefile, .gitignore, config.yaml, themes/devsparks/layouts/_default/baseof.html, themes/devsparks/layouts/_default/list.html, themes/devsparks/layouts/_default/single.html, themes/devsparks/layouts/shortcodes/hackermans-tip.html, themes/devsparks/layouts/shortcodes/padawans-playground.html, themes/devsparks/static/css/main.css, themes/devsparks/static/css/syntax-highlighting.css, themes/devsparks/static/css/theme-light.css, themes/devsparks/static/css/theme-dark.css, themes/devsparks/static/js/theme.js, themes/devsparks/static/js/footer-image.js, themes/devsparks/static/js/remark42.js + +Now that we have a list of files, we need to understand what dependencies they share. +Please name and briefly describe what is shared between the files we are generating, including exported variables, data schemas, id names of every DOM elements that javascript functions will use, message names, and function names. +Exclusively focus on the names of the shared dependencies, and do not add any other explanation. \ No newline at end of file diff --git a/versions/latest/themes/devsparks/layouts/_default/baseof.html b/versions/latest/themes/devsparks/layouts/_default/baseof.html index d0c24a3..83347fd 100644 --- a/versions/latest/themes/devsparks/layouts/_default/baseof.html +++ b/versions/latest/themes/devsparks/layouts/_default/baseof.html @@ -8,20 +8,21 @@ -