Github: Tips&tricks
A collection of practical GitHub tips and tricks, covering CLI tools, markdown, gists, and workflow shortcuts for developers.
A collection of practical GitHub tips and tricks, covering CLI tools, markdown, gists, and workflow shortcuts for developers.
Discover how to use the built-in Markdown preview feature in Visual Studio Code, eliminating the need for external tools.
The author explains their decision to start a blog using Jekyll, citing its simplicity, GitHub integration, and support for Markdown.
A developer details their migration from Jekyll to Ghost for their blog, covering theme creation, post export, and domain transfer challenges.
A developer reflects on the original meaning of 'blog' as a weblog and commits to writing more informal, personal posts about software development.
Introducing Govspeak, an open-source markup language extension for Markdown, created by the UK Government Digital Service for technical and government writing.
Automating a weekly tech newsletter using MailChimp, Markdown, and Rake tasks to streamline HTML generation and content management.
A 5-step tutorial on converting Markdown to HTML with Python, adding syntax highlighting for code blocks using Python-Markdown and Pygments.
A 5-step tutorial on converting Markdown to HTML with Python syntax highlighting using Python-Markdown and Pygments.
A tutorial on creating internal links and a table of contents in IPython Notebooks and Markdown documents using HTML anchors.
A tutorial on creating tables of contents with internal links in IPython Notebooks and Markdown documents using HTML anchors.
Introducing handroll, a simple static site generator for creating handcrafted websites with Markdown and templates.
A tutorial on configuring the Maven site plugin to generate project documentation using Markdown syntax instead of XDOC or APT.
A technical guide on migrating a blog from WordPress to the static site generator Jekyll, covering the setup process and benefits.
The author built Markedstyle, a web app using Laravel to manage and share custom CSS styles for the Marked Markdown previewer.
MarkWiki 1.2, a Python-based wiki using Markdown, is released with user authentication and mobile-responsive design.
A developer migrates their blog from Tumblr to Octopress for better code support, uptime, and control.
A developer explains migrating his blog from WordPress to Jekyll, a static site generator, and his plans for future content.
A developer discusses migrating their blog from Blosxom to Posterous, citing features like Markdown support and Clojure syntax highlighting.
A tutorial on implementing the Showdown/PageDown Markdown parser in JavaScript, with examples for both plain JS and jQuery integration.