Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mfuu/mfuu.github.io

Blog with jekyll
https://github.com/mfuu/mfuu.github.io

blog jekyll jekyll-theme

Last synced: 18 days ago
JSON representation

Blog with jekyll

Awesome Lists containing this project

README

        

### _config.yml

```yml
# cdn acceleration
cdn:
jsdelivr:
enabled: false

components:

highlight_theme: native # markdown style
clipboard: true # code copy

comments_provider: beaudar # support: disqus, gitment, gitalk, utterances, beaudar
```

### article header format

```
---
layout: post
title: template page
categories: [cate1, cate2]
description: some word here
keywords: keyword1, keyword2
pinned: true
---

Markdown content here
```