mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-11-04 10:42:17 +00:00 
			
		
		
		
	- /_config.yml - /assets/css/style.scss - /assets/js/main.js - /_layouts/default.html - /_layouts/post.html
		
			
				
	
	
		
			24 lines
		
	
	
		
			481 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			481 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
theme: jekyll-theme-minimal
 | 
						|
title: Mayx的博客
 | 
						|
logo: https://avatars0.githubusercontent.com/u/17966333
 | 
						|
lang: zh-CN
 | 
						|
author: mayx
 | 
						|
description: Mayx's Home Page
 | 
						|
timezone: Asia/Shanghai
 | 
						|
excerpt_separator: <!--more-->
 | 
						|
paginate: 7
 | 
						|
kramdown:
 | 
						|
  syntax_highlighter_opts:
 | 
						|
    span:
 | 
						|
      line_numbers: false
 | 
						|
    block:
 | 
						|
      line_numbers: true
 | 
						|
      start_line: 1
 | 
						|
plugins:
 | 
						|
  - jekyll-sitemap
 | 
						|
  - jekyll-feed
 | 
						|
  - jekyll-include-cache
 | 
						|
feed:
 | 
						|
  path: atom.xml
 | 
						|
google_analytics: UA-137710294-1
 |