Skip to content

Commit 1f3200a

Browse files
author
Andrew Park
committed
Updated README & reverted config URLs
1 parent 68110d1 commit 1f3200a

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Dark Poole
22

3-
![Dark Poole](https://user-images.githubusercontent.com/13270895/89128529-4389bc00-d4c4-11ea-9db0-0e15c50825e4.png)
3+
![Dark Poole](https://user-images.githubusercontent.com/13270895/89133355-26b3af80-d4e9-11ea-81cd-eacaa9c78320.png)
44

5-
Dark Poole is a permanent dark theme of the Poole theme by [@mdo](https://github.com/mdo). I made the theme darker, inspired by [Derek Kedziora's site](https://derekkedziora.com/). Unlike default Poole that utilizes CSS media queries to activate dark mode, the theme will stay dark regardless of the user's preference. I also added a navbar that is easily customizable. Finally, I changed the default font size to 20px. That's it! I tried to be least intrusive as possible to the Poole code base.
5+
Dark Poole is a permanent dark theme of the Poole theme by [@mdo](https://github.com/mdo). I made the theme darker, inspired by [Derek Kedziora's site](https://derekkedziora.com/). Unlike default Poole that utilizes CSS media queries to activate dark mode, the theme will stay dark regardless of the user's preference.
6+
7+
- I added a navbar that is easily customizable. Check out [Development](#development) to see how.
8+
- I also got rid of the "tagline" in the navbar. I think it looks cleaner without it.
9+
- Finally, I changed the default font size to 20px. I have 20/20 vision and still thought the original font size was too small.
10+
11+
That's it! I tried to be least intrusive as possible to the Poole code base.
612

713
---
814

_config.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Setup
22
title: Dark Poole
3-
url:
3+
url: https://getpoole.com
44
paginate: 1
5-
baseurl: "https://andrewhwanpark.github.io/dark-poole/"
5+
baseurl: ""
66
permalink: pretty
77

88
# Gems
@@ -46,6 +46,3 @@ nav:
4646

4747
- title: About
4848
url: /about
49-
50-
- title: Feed
51-
url: /atom.xml

0 commit comments

Comments
 (0)