Skip to content

Commit 48f666a

Browse files
committed
add an article
1 parent 9de6ffa commit 48f666a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
3434
# do not have a Java counterpart.
3535
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3636

37-
gem "jekyll-github-metadata"
37+
gem "jekyll-github-metadata"
38+
39+
gem "jekyll-compose", group: [:jekyll_plugins]

_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ remote_theme: jekyll/minima
2222
plugins:
2323
- jekyll-feed
2424
- jekyll-seo-tag
25+
- jekyll-github-metadata
2526
# Minima specific settings, which are only available from Minima 3.0 onward.
2627
minima:
2728
# Minima skin selection.
@@ -32,7 +33,7 @@ minima:
3233
# solarized-light Light variant of solarized color scheme.
3334
# solarized-dark Dark variant of solarized color scheme.
3435
# solarized Adaptive skin for solarized color scheme skins.
35-
skin: dark
36+
skin: auto
3637

3738
# If you want to link only specific pages in the site-navigation, use this and list
3839
# the `path` property (as represented via Liquid) of the pages in the order they should
@@ -41,7 +42,7 @@ minima:
4142
- about.md
4243

4344
# Set to `true` to show excerpts on the homepage.
44-
#show_excerpts: false
45+
show_excerpts: true
4546

4647
# Minima date format.
4748
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: post
3+
title: 使用jekyll构建GitHub Pages站点过程总结
4+
date: 2025-03-28 16:46 +0800
5+
---
6+
7+
首先参考github官方文档[GitHub Pages](https://docs.github.com/zh/pages/getting-started-with-github-pages/creating-a-github-pages-site),了解GitHub Pages的基本概念和使用方法。

0 commit comments

Comments
 (0)