All Projects → TMaize → Tmaize Blog

TMaize / Tmaize Blog

Licence: mit
一款jekyll主题,简洁纯净,支持自适应,支持夜间模式

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tmaize Blog

Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+417.11%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Jekyll Theme Memoirs
Memoirs is a free minimalist Jekyll theme for those who love the beauty of simplicity.
Stars: ✭ 151 (-0.66%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+198.68%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (+164.47%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
mr-brown
Mr.Brown is a responsive Jekyll theme
Stars: ✭ 21 (-86.18%)
Mutual labels:  jekyll, jekyll-theme, jekyll-site, jekyll-blog
Type On Strap
🎨 Simplistic, responsive jekyll based open source theme
Stars: ✭ 471 (+209.87%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (+12.5%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (+117.11%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-66.45%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+46.71%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Jekyll Theme Massively
Preview
Stars: ✭ 187 (+23.03%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Jekyll Klise
🏖 Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (+105.26%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
event-jekyll-theme
Jekyll Theme package for your event
Stars: ✭ 119 (-21.71%)
Mutual labels:  jekyll, jekyll-theme, jekyll-site, jekyll-blog
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (-4.61%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog, jekyll-site
Photography
A free online portfolio website to showcase your photos.
Stars: ✭ 420 (+176.32%)
Mutual labels:  jekyll, jekyll-theme, jekyll-site
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+190.79%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Sleek
📈 Sleek is a modern Jekyll theme focused on speed performance & SEO best practices
Stars: ✭ 321 (+111.18%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+465.13%)
Mutual labels:  jekyll, jekyll-theme, jekyll-site
Lora
💎 Lora free Jekyll theme
Stars: ✭ 32 (-78.95%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog
Simplest
💎 Simple and beautiful Jekyll theme
Stars: ✭ 129 (-15.13%)
Mutual labels:  jekyll, jekyll-theme, jekyll-blog

介绍

Language license GitHub stars

一款 jekyll 主题(GitHub 地址),简洁纯净(主题资源请求<20KB),未引入任何框架,秒开页面,支持自适应,支持全文检索,支持夜间模式

你可以到TMaize Blog查看主题效果,欢迎添加友链

感谢

JetBrains 免费提供的开发工具JetBrains

[夜间模式代码高亮配色]](https://github.com/mgyongyosi/OneDarkJekyll)

本地运行

一般提交到 github 过个几十秒就可以看到效果,如果你需要对在本地查看效果需要安装 ruby 环境和依赖

# linux下需要gcc

# gem sources --add https://gems.ruby-china.com/
# gem sources --remove https://rubygems.org/
# gem sources --remove https://mirrors.aliyun.com/rubygems/
# gem sources -l
gem install bundler
# bundle config mirror.https://rubygems.org https://gems.ruby-china.com
bundle install

通过下面命令启动/编译项目

bundle exec jekyll serve --watch --host=127.0.0.1 --port=8080
bundle exec jekyll build --destination=dist

如果需要替换代码高亮的样式可以通过下面的命令生成 css

rougify help style
rougify style github > highlighting.css

项目配置

  1. 如果使用自己的域名,CNAME文件里的内容请换成你自己的域名,然后 CNAME 解析到用户名.github.com

  2. 如果使用 GitHub 的的域名,请删除CNAME文件,然后把你的项目修改为用户名.github.io

  3. 修改pages/about.md中关于我的内容

  4. 修改_config.yml文件,具体作用请参考注释

  5. 清空post _posts目录下所有文件,注意是清空,不是删除这两个目录

  6. 网站的 logo 和 favicon 放在了static/img/下,替换即可,大小无所谓,图片比例最好是 1:1

  7. 如果你是把项目 fork 过去的,想要删除我的提交记录可以先软重置到第一个提交,然后再提交一次,最后强制推送一次就行了

使用

文章放在_posts目录下,命名为yyyy-MM-dd-xxxx-xxxx.md,内容格式如下

---
layout: mypost
title: 标题
categories: [分类1, 分类2]
---
文章内容,Markdown格式

文章资源放在posts目录,如文章文件名是2019-05-01-theme-usage.md,则该篇文章的资源需要放在posts/2019/05/01下,在文章使用时直接引用即可。当然了,写作的时候会提示资源不存在忽略即可

![这是图片](xxx.png)

[xxx.zip 下载](xxx.zip)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].