Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mfuu/mfuu.github.io
- Owner: mfuu
- License: mit
- Created: 2020-03-02T12:21:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T07:49:27.000Z (over 2 years ago)
- Last Synced: 2024-10-27T19:34:21.954Z (2 months ago)
- Topics: blog, jekyll, jekyll-theme
- Language: CSS
- Homepage: https://mfuu.github.io
- Size: 36.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
### _config.yml
```yml
# cdn acceleration
cdn:
jsdelivr:
enabled: falsecomponents:
highlight_theme: native # markdown style
clipboard: true # code copycomments_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
```