All Projects → link9596 → jekyll-theme-Hydrogen

link9596 / jekyll-theme-Hydrogen

Licence: MIT License
👍轻盈、简洁的Jekyll主题,A Lightweight and Concise Jekyll theme For You.

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to jekyll-theme-Hydrogen

Portfolyou
A beautiful portfolio Jekyll theme that works with GitHub Pages.
Stars: ✭ 334 (+456.67%)
Mutual labels:  jekyll, jekyll-theme, github-pages, blog-theme
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (+196.67%)
Mutual labels:  jekyll, jekyll-theme, github-pages, blog-theme
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+636.67%)
Mutual labels:  jekyll, jekyll-theme, github-pages, blog-theme
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (+450%)
Mutual labels:  jekyll, jekyll-theme, github-pages, blog-theme
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (+1188.33%)
Mutual labels:  jekyll, jekyll-theme, github-pages, blog-theme
Gaohaoyang.github.io
blog & blog theme🤘
Stars: ✭ 1,699 (+2731.67%)
Mutual labels:  jekyll, jekyll-theme, blog-theme
Midnight
Midnight is a Jekyll theme for GitHub Pages
Stars: ✭ 155 (+158.33%)
Mutual labels:  jekyll, jekyll-theme, github-pages
junior-theme
⚫ A striking black and white theme for Jekyll. Built as a developer blog + portfolio.
Stars: ✭ 66 (+10%)
Mutual labels:  jekyll, jekyll-theme, blog-theme
Architect
Architect is a Jekyll theme for GitHub Pages
Stars: ✭ 182 (+203.33%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (+88.33%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Primer
Primer is a Jekyll theme for GitHub Pages
Stars: ✭ 160 (+166.67%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Type
🎉 Minimal and Clean Free Jekyll Theme
Stars: ✭ 185 (+208.33%)
Mutual labels:  jekyll, jekyll-theme, blog-theme
Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (+2683.33%)
Mutual labels:  jekyll, jekyll-theme, github-pages
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (+2735%)
Mutual labels:  jekyll, jekyll-theme, github-pages
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (-51.67%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Leap Day
Leap day is a Jekyll theme for GitHub Pages
Stars: ✭ 121 (+101.67%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+271.67%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Slate
Slate is a Jekyll theme for GitHub Pages
Stars: ✭ 195 (+225%)
Mutual labels:  jekyll, jekyll-theme, github-pages
tactile
Tactile is a Jekyll theme for GitHub Pages
Stars: ✭ 70 (+16.67%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Vanhiupun.github.io
🏖️ Vanhiupun's Awesome Site ==> another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 57 (-5%)
Mutual labels:  jekyll-theme, github-pages, blog-theme

Hydrogen

轻盈、干净

跟随她的脚步,开始你的博客之旅

厌倦了无止境的加载以及繁杂的页面内容?那您很幸运,因为您发现了Hydrogen
我们避免繁杂 使用轻量化的模块来渲染在您屏幕上展示出来的一切
当您使用过后就知道,她带给你的不仅仅只有简洁极速的阅读体验...

语言:简体中文 | English

hydrogen

点点Star来一个好吗!秋梨膏!!

#快速开始

hydrogen

#准备

打开主题根目录下的_config.yml

根据需求修改以下选项:

title : 更改你的博客名字

description : 更改你的博客描述

keywords : 博客关键词(SEO相关)

baseurl : 博客所在的目录文件夹,开头需带上/,如果为根目录请留空(建议将博客放置在根目录)

url : 你的域名,如atlinker.cn无需加http/https://

bulidtime : 博客建立时的时间戳,填写后将自动计算博客建立时间并显示在页脚. 日期转时间戳

paginate : 主页中显示的最大文章数,超过设定的数值文章自动归入下一页

background : 博客首页主题图片路径

theme_color : 博客顶部栏颜色,填颜色代码但不要带上#号

MathJax : 是否开启MathJax(布尔值)

author : 作者名

开发者选项

PJAX : PJAX无刷新加载(布尔值)

#设置域名

修改根目录下的CNAME文件为你的域名即可

关于主题的基本设置已经完毕~


#友链添加

打开_data目录下的friends.yml文件,根据文件中模板新添代码即可


#文章置顶

在文章Front Matter添加stickie: true即可

如:

 ---
 layout: post
 title: Hi
 stickie: true
 ---

#评论

#前提

必须确定已阅读Valine文档

配置文件:

_data/social.yml : 填写app id和key以及评论的相关信息

_includes/comments.html : 评论设置

确保配置无误后修改_data/social.yml中的enable值由false改为true即可

#写在最后

请花10分钟时间认真阅读文档,如还有疑难之处,请提issues,我会尽力帮忙

如使用过程有任何疑难Bug,也请提出issues👍

最后,如果喜欢~请给项目点个star😉(点star的dalao都超级靓的)

hydrogen

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].