Cursor-rules
PromptBeginner5 minmarkdown
Repo rules
- This provisioning code is designed to run on Manjaro Linux.
1
I am building my personal blog site. I write blogs about tech stuff, trips and various other topics.
Sign in to like and favorite skills
- This provisioning code is designed to run on Manjaro Linux.
.llmrules
Code Style and Structure
I am building my personal blog site. I write blogs about tech stuff, trips and various other topics.
The blog site is built with the Jekyll static site generator.
step 1: explain the error in simple terms step 2: explain the solution in simple terms step 3: show how to fix the error
To build the site locally I run
bundle exec jekyll build or bundle exec jekyll serve to also serve it directly locally.
My directory tree based on the command
tree -L 4 -a -I 'node_modules|.git|__pycache__|_site|.jekyll-cache|.DS_Store'
is:
. ├── .cursorrules.md ├── .github │ └── workflows │ └── pages.yml ├── .gitignore ├── 404.md ├── Gemfile ├── Gemfile.lock ├── LICENSE.md ├── README.md ├── _assets │ └── js │ └── giscus-comments.js ├── _config.yml ├── _includes │ ├── head.html │ ├── post_preview.html │ ├── recipe_preview.html │ └── sidebar.html ├── _layouts │ ├── default.html │ ├── page.html │ ├── post.html │ └── recipe.html ├── _posts │ ├── 2010-04-01-crowdsourcing-angebot │ │ ├── 2010-04-01-crowdsourcing-angebot.md │ │ └── gartner_wappen.jpg │ ├── 2010-07-29-proxy-for-offline-surfing │ │ └── 2010-07-29-proxy-for-offline-surfing.md │ ├── 2011-03-31-ipad-hologram │ │ └── 2011-03-31-ipad-hologram.md │ ├── 2012-04-10-indien-tag1 │ │ ├── 2012-04-10_indien_tag_1.md │ │ ├── IMG_0859.jpg │ │ ├── IMG_0860.jpg │ │ ├── IMG_0865.jpg │ │ ├── IMG_0884.jpg │ │ ├── IMG_0895.jpg │ │ ├── IMG_0897.jpg │ │ ├── IMG_0910.jpg │ │ ├── IMG_0916.jpg │ │ ├── IMG_0936.jpg │ │ ├── IMG_0939.jpg │ │ ├── IMG_0945.jpg │ │ ├── IMG_0955.jpg │ │ ├── IMG_0960.jpg │ │ ├── IMG_0964.jpg │ │ ├── IMG_0966.jpg │ │ ├── IMG_0970.jpg │ │ ├── IMG_0972.jpg │ │ ├── IMG_0978.jpg │ │ ├── IMG_0979.jpg │ │ ├── IMG_0995.jpg │ │ ├── IMG_0996.jpg │ │ ├── IMG_1009.jpg │ │ ├── IMG_1016.jpg │ │ ├── IMG_1021.jpg │ │ ├── IMG_1031.jpg │ │ ├── IMG_1033.jpg │ │ ├── IMG_1034.jpg │ │ ├── IMG_1038.jpg │ │ ├── IMG_1042.jpg │ │ ├── IMG_1043.jpg │ │ ├── IMG_1046.jpg │ │ ├── IMG_1053.jpg │ │ ├── IMG_1066.jpg │ │ ├── IMG_1069.jpg │ │ ├── IMG_1077.jpg │ │ ├── IMG_1085.jpg │ │ └── IMG_1092.jpg │ ├── 2012-04-11-indien-tag2 │ │ ├── 2012-04-11_indien_tag_2.md │ │ ├── IMG_0859.jpg │ │ ├── IMG_0860.jpg │ │ ├── IMG_0865.jpg │ │ ├── IMG_0884.jpg │ │ ├── IMG_0895.jpg │ │ ├── IMG_0897.jpg │ │ ├── IMG_0910.jpg │ │ ├── IMG_0916.jpg │ │ ├── IMG_0936.jpg │ │ ├── IMG_0939.jpg │ │ ├── IMG_0945.jpg │ │ ├── IMG_0955.jpg │ │ ├── IMG_0960.jpg │ │ ├── IMG_0964.jpg │ │ ├── IMG_0966.jpg │ │ ├── IMG_0970.jpg │ │ ├── IMG_0972.jpg │ │ ├── IMG_0978.jpg │ │ ├── IMG_0979.jpg │ │ ├── IMG_0995.jpg │ │ ├── IMG_0996.jpg │ │ ├── IMG_1009.jpg │ │ ├── IMG_1016.jpg │ │ ├── IMG_1021.jpg │ │ ├── IMG_1031.jpg │ │ ├── IMG_1033.jpg │ │ ├── IMG_1034.jpg │ │ ├── IMG_1038.jpg │ │ ├── IMG_1042.jpg │ │ ├── IMG_1043.jpg │ │ ├── IMG_1046.jpg │ │ ├── IMG_1053.jpg │ │ ├── IMG_1066.jpg │ │ ├── IMG_1069.jpg │ │ ├── IMG_1077.jpg │ │ ├── IMG_1085.jpg │ │ └── IMG_1092.jpg │ ├── 2013-06-14-welche-ist-die-schonste-bibliothek-munchens │ │ ├── 2013-06-14-welche-ist-die-schonste-bibliothek-munchens.md │ │ └── jur_bib.jpg │ ├── 2015-05-29-friday-night │ │ ├── 2015-05-29-friday-night.md │ │ ├── friday1.jpg │ │ ├── friday10.jpg │ │ ├── friday11.jpg │ │ ├── friday2.jpg │ │ ├── friday3.jpg │ │ ├── friday4.jpg │ │ ├── friday5.jpg │ │ ├── friday6.jpg │ │ ├── friday7.jpg │ │ ├── friday8.jpg │ │ └── friday9.jpg │ ├── 2015-06-01-absacker │ │ ├── 2015-06-01-absacker.md │ │ ├── absacker1.jpg │ │ ├── absacker2.jpg │ │ ├── absacker3.jpg │ │ ├── absacker4.jpg │ │ └── absacker5.jpg │ ├── 2015-06-01-sugar-cane │ │ ├── 2015-06-01-sugar-cane.md │ │ ├── sugarcane1.jpg │ │ ├── sugarcane2.jpg │ │ └── sugarcane3.jpg │ ├── 2015-06-01-vietnamese-fast-food │ │ ├── 2015-06-01-vietnamese-fast-food.md │ │ ├── fast_food1.jpg │ │ ├── fast_food2.jpg │ │ └── fast_food3.jpg │ ├── 2015-06-05-rex-hotel-saigon │ │ ├── 2015-06-05-rex-hotel-saigon.md │ │ ├── img_1645.jpg │ │ ├── img_1646.jpg │ │ ├── img_1650.jpg │ │ ├── img_1656.jpg │ │ ├── img_1664.jpg │ │ ├── img_1673.jpg │ │ ├── img_1681.jpg │ │ ├── img_1684.jpg │ │ ├── img_1690.jpg │ │ └── img_1741.jpg │ ├── 2015-11-30-how-i-moved-to-github-and-jbake │ │ ├── 2015-11-30-how-i-moved-to-github-and-jbake.md │ │ └── github.png │ ├── 2015-12-06-playing-with-javascript │ │ └── 2015-12-06-playing-with-javascript.md │ ├── 2015-12-09-zipf │ │ └── 2015-12-09-zipf.md │ ├── 2015-12-16-playing-with-highcharts │ │ ├── 2015-12-16-playing-with-highcharts.md │ │ └── highcharts_chart.png │ ├── 2015-12-19-adding-search-to-static-site │ │ ├── 2015-12-19-adding-search-to-static-site.md │ │ ├── Custom_Search_-_Basic.jpg │ │ ├── search.jpg │ │ └── search_box.jpg │ ├── 2015-12-26-beautiful-sites │ │ ├── 2015-12-26-beautiful-sites.md │ │ └── html.jpg │ ├── 2015-12-27-siteweightwatcher-keeps-your-website-slim │ │ ├── 2015-12-27-siteweightwatcher-keeps-your-website-slim.md │ │ ├── kickz_dashboard.png │ │ └── tdd.png │ ├── 2016-01-04-23-sociolog-software │ │ └── 2016-01-04-23-sociolog-software.md │ ├── 2016-01-04-visited-countries │ │ └── 2016-01-04-visited-countries.md │ ├── 2016-01-06-the-art-of-command-line │ │ ├── 2016-01-06-the-art-of-command-line.md │ │ └── command_line.png │ ├── 2016-01-08-ping-analysis │ │ ├── 2016-01-08-ping-analysis.md │ │ ├── ping.png │ │ ├── ping2.png │ │ ├── sociolog.png │ │ ├── weatherforecast.jpg │ │ ├── yoga.jpg │ │ └── yoga_novotel.jpg │ ├── 2016-02-13-playing-around-with-d3 │ │ ├── 2016-02-13-d3playground.md │ │ └── d3.png │ ├── 2016-08-08-my-static-website │ │ ├── 2016-08-08-my-static-website.md │ │ └── static_site.jpg │ ├── 2019-04-11-image-ecoding-in-node │ │ ├── 2019-04-11-image-encoding-in-node.md │ │ └── base64.png │ ├── 2019-04-15-svg-programming │ │ ├── 2019-04-15-svg-programming.md │ │ ├── google_map.svg │ │ └── spotz.svg │ ├── 2019-11-08-markdown-editors │ │ ├── 1200px-Markdown-mark.svg.png │ │ └── markdown-editors.md │ ├── 2019-11-17-tps-for-travelling-vietnam │ │ ├── 2019-11-17-tips-for-travelling-vietnam.md │ │ ├── cinnamon-hotel.jpeg │ │ ├── lili-vietnam.JPG │ │ ├── nadine-binh-coffee.JPG │ │ └── vietnam-diving.jpeg │ ├── 2020-02-06-setting-up-my-terminal │ │ ├── 2020-02-06-setting-up-my-terminal.md │ │ └── terminal.png │ ├── 2020-06-11-mac-recording-screen-sound │ │ ├── 2020-06-11-mac-recording-screen-sound.md │ │ ├── MacSoundFlower.png │ │ ├── MacSoundFlower.svg │ │ ├── Screenshot-2020-06-11-at-11.14.46.png │ │ ├── Screenshot-2020-06-11-at-11.47.25.png │ │ └── macos-catalina-screenshot-menu-record.jpg │ ├── 2020-12-28-my-notes-from-rc3-2020 │ │ ├── 2020-12-28-my-notes-from-rc3-2020.md │ │ ├── Screenshot-2020-12-28-at-19.37.34.png │ │ ├── image-1-rc3.png │ │ ├── image-10.png │ │ ├── image-11.png │ │ ├── image-2.png │ │ ├── image-3.png │ │ ├── image-4.png │ │ ├── image-5.png │ │ ├── image-6.png │ │ ├── image-7.png │ │ ├── image-8.png │ │ ├── image-9.png │ │ ├── image-rc3.png │ │ └── image_o.png │ ├── 2021-01-24-testing-dried-mango │ │ ├── 2021-01-24-testing-dried-mango.md │ │ ├── MangoChallenge.png │ │ └── mangos.jpeg │ ├── 2021-09-04-named-volumes-with-docker-compose │ │ ├── 2021-09-04-named-volumes-with-docker-compose.md │ │ └── types-of-mounts-volume.png │ ├── 2021-12-03-life-is-good-cycling-to-work.md │ ├── 2022-09-02-ceciles-bester-witz │ │ ├── 2022-09-02-ceciles-bester-witz.md │ │ ├── cecile.jpg │ │ └── cecile_big.jpg │ ├── 2022-09-12-noch-ein-guter-von-cecile │ │ ├── 2022-09-12-noch-ein-guter-von-cecile.md │ │ └── fumagalli.jpeg │ ├── 2023-05-07-double-ai-chat │ │ ├── 2023-05-07-double-ai-chat.md │ │ └── robots.png │ ├── 2024-04-08-setting-up-jupyter-lab-on-mac │ │ ├── 2024-04-08-setting-up-jupyter-lab-on-mac.md │ │ ├── jupyter_detail.png │ │ ├── jupyter_overview.png │ │ └── python_on_mac.png │ ├── 2024-11-29-selecting-a-jekyll-theme │ │ ├── 2024-11-29-selecting-a-jekyll-theme.md │ │ ├── al-folio-preview.png │ │ ├── al-folio-till.png │ │ ├── cayman.png │ │ ├── celeste.png │ │ ├── hyde.png │ │ ├── hydejack.jpg │ │ ├── lanyon0.png │ │ ├── lanyon1.png │ │ ├── mediumish.png │ │ ├── minimal.png │ │ ├── minimal_mistakes0.png │ │ ├── minimal_mistakes1.png │ │ ├── minimal_mistakes2.png │ │ └── poole.png │ ├── 2024-12-02-sivananda-prayers │ │ ├── 2024-12-02-sivananda-prayers.md │ │ ├── om_tryambakam.pages │ │ └── yogi-lotus.jpg │ ├── 2025-01-15-development-environment-on-mac │ │ ├── 2025-01-15-development-environment-on-mac.md │ │ ├── dev_tools.png │ │ └── rancher_prefs.png │ └── 2025-02-05-cursor-magic │ ├── 2025-02-05-cursor-magic.md │ └── david_cursor_magic.png ├── _recipes │ ├── apfel-orangen-chutney.md │ ├── apfelkuchen-mit-mandelstreuseln │ │ ├── apfelkuchen-mit-mandelstreuseln.md │ │ └── apfelkuchen.jpg │ ├── banh-xeo │ │ ├── Vietnamesisches-Banh-xeo-Rezept.jpg │ │ ├── banh-xeo.md │ │ └── banh-xeo2.jpeg │ ├── bohmischer-gulasch.md │ ├── chutney-relish-aus-grunen-tomaten.md │ ├── creme-anglaise-au-earl-gray.md │ ├── creme-de-moules-safranee.md │ ├── curry-dagneau-a-lindienne.md │ ├── fisch-mit-rhabarber.md │ ├── fond │ │ ├── fond.jpg │ │ └── fond.md │ ├── gulas-a-la-stepan.md │ ├── hummus-from-mr-jim │ │ ├── hummus-from-mr-jim.md │ │ ├── hummus-recipe.png │ │ └── hummus.jpg │ ├── kaesekuchen │ │ ├── kaesekuchen.jpg │ │ └── kaesekuchen.md │ ├── kaiserschmarrn │ │ ├── kaiserschmarrn.jpg │ │ └── kaiserschmarrn.md │ ├── leinsamenbrot.md │ ├── linzertorte │ │ ├── linzertorte.jpg │ │ └── linzertorte.md │ ├── mandelkuchen │ │ ├── mandelkuchen.jpg │ │ └── mandelkuchen.md │ ├── moelleux-au-chocolat │ │ ├── moelleux-1.jpg │ │ ├── moelleux-au-chocolat.md │ │ └── moelleux.jpg │ ├── nadines-pfannekuchen │ │ ├── nadines-pfannekuchen.md │ │ └── pfannkuchen.jpg │ ├── parfait-au-panettone.md │ ├── parmesanplatzchen-a-la-julien.md │ ├── persischer-reis-von-sanam.md │ ├── pizza-margherita │ │ ├── pizza-magherita.jpg │ │ └── pizza-margherita.md │ ├── ramen-noodles-deluxe.md │ ├── reis-iranisch-tahdig.md │ ├── roggenmischbrot-mit-sauerteigansatz.md │ ├── roggenmischbrot-ohne-sauerteigansatz.md │ ├── student-spaghetti.md │ ├── sucre-a-x-degres.md │ ├── till-platzchen │ │ ├── plaetzchen-nackig.jpeg │ │ ├── plaetzchen.jpeg │ │ ├── rezept_haselnussbusserl.jpeg │ │ ├── rezept_till_plaetzchen.jpeg │ │ └── till-platzchen.md │ ├── tuna-melt-toast-baguette │ │ ├── tuna-melt-toast-baguette.md │ │ └── tuna_melt.jpg │ ├── vanillekipferl │ │ ├── vanillekipferl-rezept.jpg │ │ └── vanillekipferl.md │ ├── veggiepflanzerl │ │ ├── veggiepflanzerl.jpg │ │ └── veggiepflanzerl.md │ ├── von-crepes-bis-pancake.md │ └── wurziges-bauernbrot.md ├── about.md ├── ai-chat │ ├── asset-manifest.json │ ├── favicon.ico │ ├── index.html │ ├── manifest.json │ └── static │ ├── css │ │ ├── main.0f4baee7.css │ │ └── main.0f4baee7.css.map │ ├── js │ │ ├── main.18d00cd0.js │ │ ├── main.18d00cd0.js.LICENSE.txt │ │ └── main.18d00cd0.js.map │ └── media │ ├── custom-icons.03623ca3f06bd121d4ff.woff │ ├── materialicons-outlined-regular.2b0e027b56a843931d0e.woff │ ├── materialicons-outlined-regular.5d7deb03b9cecba7d247.woff2 │ ├── materialicons-regular.8ddce2d7d9c22031b076.woff │ ├── materialicons-regular.97b9b1857a2af7322eba.woff2 │ ├── open-sans-v13-latin-300.bf89c60125f0f0df34b8.woff2 │ ├── open-sans-v13-latin-300.d0b483ce9717b92b4bf8.woff │ ├── open-sans-v13-latin-600.573e9313e05d89f4acb5.woff │ ├── open-sans-v13-latin-600.c5dd4adf257ad349ef4b.woff2 │ ├── open-sans-v13-latin-700.00fb2fb77ba911c3cabc.woff2 │ ├── open-sans-v13-latin-700.6437d5f4c14e01aaf480.woff │ ├── open-sans-v13-latin-italic-300.3ab0502d6136886180cd.woff │ ├── open-sans-v13-latin-italic-300.b45d9997b704ab3daad1.woff2 │ ├── open-sans-v13-latin-italic-600.8d513ad94829ef391cd1.woff │ ├── open-sans-v13-latin-italic-600.cc4bf5b2955147801c02.woff2 │ ├── open-sans-v13-latin-italic-700.2a0783bd1c6c1469558b.woff2 │ ├── open-sans-v13-latin-italic-700.e961bdb476db6860f20f.woff │ ├── open-sans-v13-latin-italic.56bdf84751634e8deaff.woff │ ├── open-sans-v13-latin-italic.bb915319f59c02c348a6.woff2 │ ├── open-sans-v13-latin-regular.53ea6dd630c9834ba13c.woff2 │ ├── open-sans-v13-latin-regular.7dafb1a4bab4938a38b2.woff │ └── robots.5d393b18e387363ade97.png ├── atom.xml ├── bruno │ └── github_discussion │ ├── Count Repos.bru │ ├── Count comments.bru │ ├── bruno.json │ └── comment count.bru ├── build.sh ├── check.sh ├── documentation │ ├── grtnr_logo.jpg │ ├── grtnr_logo.png │ ├── grtnr_logo.tiff │ ├── grtnr_logo_no_txt.png │ ├── grtnr_logo_no_txt.tiff │ └── grtnr_ogo.pptx ├── impressum.md ├── index.html ├── post_build_check_hard.sh ├── post_build_check_soft.sh ├── public │ ├── css │ │ ├── lanyon.css │ │ ├── poole.css │ │ └── syntax.css │ ├── images │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── github.svg │ │ ├── linkedin.svg │ │ ├── till-comic.png │ │ ├── wooden_desk.jpeg │ │ └── x.svg │ ├── js │ │ └── script.js │ ├── om_tryambakam.pdf │ └── site.webmanifest └── recipes.html