Blog With GitHub Boilerplate

screenshot of Blog With GitHub Boilerplate

Blog With GitHub Boilerplate

这是博客文章《完全用 GitHub 写博客》所提出流程的示例仓库。

Overview:

Blog-With-GitHub-Boilerplate is a method for writing a blog using GitHub and Maverick that provides a step-by-step process for setting up and customizing a blog on GitHub Pages. This method utilizes GitHub Actions for automatic updates and allows users to easily add and modify blog articles using a Markdown editor.

Features:

  • GitHub Pages Integration: Easily publish your blog to GitHub Pages by enabling the Pages service in the repository settings.
  • Automated Updates: Use GitHub Actions and a personal token to automatically update your website whenever new changes are pushed to the repository.
  • Customization Options: Modify the site name, author information, description, and other settings to personalize your blog.
  • Image Hosting: Use jsDelivr as a CDN service to host and serve images on your blog.
  • Flexible Editing: Edit and modify your blog articles either through Git on your local machine or directly in the browser.
blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading