Skip to content

Commit 7ab5a41

Browse files
home page to experiment with formatting
1 parent 8bac172 commit 7ab5a41

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

home.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@ permalink: /
44
title: "Dusk"
55
summary: "Dusk is a theme built for GitHub Pages."
66
---
7+
# Heading level 1
8+
## Heading level 2
9+
### Heading level 3
10+
#### Heading level 4
11+
##### Heading level 5
12+
###### Heading level 6
13+
paragraph text
14+

jekyll-theme-dusk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-theme-dusk"
5-
spec.version = "0.4" # Keep this at line 5 for GitHub release action
5+
spec.version = "0.4.1" # Keep this at line 5 for GitHub release action
66
spec.authors = ["Parmjot Singh"]
77
spec.email = ["[email protected]"]
88
spec.summary = "A dark coloured Jekyll theme compatible with GitHub Pages, with emphasis on elegance?"

0 commit comments

Comments
 (0)