Skip to content

Commit

Permalink
New Post and other Jekyll config
Browse files Browse the repository at this point in the history
  • Loading branch information
justingeeslin committed Sep 2, 2020
1 parent 16b0086 commit ae85737
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 334 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
bin
!.gitignore
.DS_Store
/docs/_site
/docs/.jekyll-cache
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ url: https://cogtool-modern.github.io/cogtool/
# Use rdiscount as the markdown engine because it generates html5 compliant code for stuff like footnotes
# If you use maroku (default engine) some of your generated pages may not validate or lint as html5
# If you don't have it install it via gem install rdiscount
markdown: rdiscount
# markdown: rdiscount

# Makes pretty (descriptive) permalinks. See Jekyll docs for alternatives.
permalink: pretty

# How many articles do you wish to appear on the front page:
paginate: 6
# paginate: 6

# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]
166 changes: 0 additions & 166 deletions docs/_plugins/generate_categories.rb

This file was deleted.

165 changes: 0 additions & 165 deletions docs/_plugins/generate_sitemap.rb

This file was deleted.

2 changes: 1 addition & 1 deletion docs/_posts/2020-06-09-modern-cogtool.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: Justin Geeslin
layout: post
guid: http://cogtool.local/?p=55
categories:
- Uncategorized
- status-updates
---
Hello World!

Expand Down
23 changes: 23 additions & 0 deletions docs/_posts/2020-08-4-darkmode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
id: 55
title: New Feature Dark Mode
date: 2020-08-04T06:30:00+05:00
author: Justin Geeslin
layout: post
guid: http://cogtool.local/?p=55
categories:
- status-updates
- macOS
- dark-mode
---
Support for macOS’s Dark Mode will be coming soon to CogTool!

Care has been taken to ensure that colors used in CogTool not only look great in Dark Mode but also match accessibility guidelines for color contrast.

Here’s a sneak peak:
![](https://user-images.githubusercontent.com/1075425/90916888-89d98900-e3a7-11ea-932a-3001f26e25e3.png)
![](https://user-images.githubusercontent.com/1075425/90916892-8a721f80-e3a7-11ea-9860-ceab32e4b204.png)
![](https://user-images.githubusercontent.com/1075425/90916895-8b0ab600-e3a7-11ea-816c-05a3cf16dd6e.png)
![](https://user-images.githubusercontent.com/1075425/90916886-88a85c00-e3a7-11ea-8433-f9aa9e0fb0d9.png)

This feature is currently in develop branch while [a few issues](https://github.com/CogTool-Modern/cogtool/issues/60) are closed.

0 comments on commit ae85737

Please sign in to comment.