加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
_config.yml 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
AmmGo 提交于 2020-07-21 22:39 . t
# Site
name: 'Mundana'
description: 'Mundana is a free Jekyll theme for awesome people like you, Medium like.'
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
baseurl: '/AmmGo.gitee.io'
disqus: 'demowebsite'
email: 'wowthemesnet@gmail.com'
mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b'
include: ["_pages"]
permalink: /:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
authors:
sal:
name: Sal
site: https://www.wowthemes.net
avatar: /assets/images/avatar1.jpg
bio: "Hi, I am Sal, the author of Mundana, the theme you're currently previewing. I hope you like it!"
email: wowthemesnet@gmail.com
twitter: https://twitter.com/wowthemesnet
jane:
name: Jane
site: https://www.wowthemes.net
avatar: /assets/images/avatar2.jpg
bio: "Blogger, fashionista, love to explore new ideas and write on my morning coffee!"
email: fakemail@gmail.com
twitter: https://twitter.com/wowthemesnet
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
author: sal
avatar: /assets/images/avatar1.jpg
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Paginate
paginate: 10
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化