Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- Root pages: `index.html`, `about.md`.
Sign in to like and favorite skills
index.html, about.md._config.yml (plugins, nav, colors, SEO, analytics)._layouts/ (default.html, post.html)._posts/ named YYYY-MM-DD-title.md.assets/css/main.css, assets/js/ (add images under assets/images/).gem install bundler && bundle install.bundle exec jekyll serve --livereload (visit http://localhost:4000).bundle exec jekyll build (outputs to _site/).bundle exec jekyll doctor (detects common issues).JEKYLL_ENV=production bundle exec jekyll build.market-structure-notes.md).layout: post, title, optional tags, category).assets/css/main.css; prefer small, composable classes; kebab-case for class names._config.yml in cohesive commits.bundle exec jekyll build and open _site/ in a browser; scan console for 404s.bundle exec jekyll doctor to catch config and permalink issues.layout: adjust post meta stylingposts: add 2024-09-01-ai-microstructure.mdconfig: enable paginate and update nav_config.yml changes are documented._config.yml.assets/ to keep build fast.Gemfile and _config.yml; avoid adding heavy plugins without discussion.