当前位置: 首页 > 软件库 > Web应用开发 > >

mm-github-pages-starter

Minimal Mistakes GitHub Pages site starter
授权协议 Readme
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 诸经略
操作系统 未知
开源组织
适用人群 未知
 软件概览

Minimal Mistakes remote theme starter

Click Use this template button above for the quickest method of getting started with the Minimal Mistakes Jekyll theme.

Contains basic configuration to get you a site with:

  • Sample posts.
  • Sample top navigation.
  • Sample author sidebar with social links.
  • Sample footer links.
  • Paginated home page.
  • Archive pages for posts grouped by year, category, and tag.
  • Sample about page.
  • Sample 404 page.
  • Site wide search.

Replace sample content with your own and configure as necessary.


Troubleshooting

If you have a question about using Jekyll, start a discussion on the Jekyll Forum or StackOverflow. Other resources:

 相关资料
  • Github Pages 是面向用户、组织和项目开放的公共静态页面搭建托管服 务,站点可以被免费托管在 Github 上,你可以选择使用 Github Pages 默 认提供的域名 github.io 或者自定义域名来发布站点。Github Pages 支持 自动利用 Jekyll 生成站点,也同样支持纯 HTML 文档,将你的 Jekyll 站 点托管在 Github Pages 上是一个不错的

  • Boostrap 4 Github Pages A Bootstrap 4 template project for Github Pages and Jekyll. A full Bootstrap 4 theme usable both on Github Pages and with a standalone Jekyll. Recompiles Bootstrap from SCSS fi

  • 除了能够将书籍发布到 GitBook.com 外,还可以将书籍发布到 GitHub Pages,由于没有找到官方文档,所以这里记录的是我自己正在使用的一种方法。 如果读者不了解 GitHub Pages 为何物,简单说就是一个可以托管静态网站的 Git 项目,支持使用 markdown 语法以及 Jekyll 来构建,或者直接使用已经生成好的静态站点。详细可以参考 GitHub Pages 主页。

  • Easy Markdown to Github Pages Introduction This little guide demonstrates how to turn any Github repository with a bunch of Markdown files into a simple website using Github Pages and Jekyll. You don'

  • 你首先要创建一个新的Github仓库,这个仓库的名字必须为username.github.io,username为你的github账户名,必须一致。具体的步骤请参照这里https://pages.github.com/。 导出GitBlog静态网站 Github pages不支持PHP程序运行,所以需要导出静态页面,将导出的_site目录下的所有文件复制到上一步创建的本地仓库,把仓库同步到Gith

  • Nuxt.js 允许你将静态化后的站点部署至任何静态站点托管服务中,例如 GitHub Pages。 部署至 GitHub Pages,首先需要将应用静态化: npm run generate 上述的命令会生成一个 dist 目录,该目录包含了待部署的所有资源文件。 如果是项目站点,可以将 dist 的内容提交至项目的 gh-pages 分支;如果是用户(github.com/user/user.