From 90b3d46a071f772a3faee9746850c79ef1d15918 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 1 Jul 2020 11:38:24 -0500 Subject: [PATCH 01/30] Adding download links to binaries for all platforms --- docs/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 0fb348a..b95416a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,8 +20,13 @@ Welcome to this community of UI designers, cognitive modelers, and HCI researche Bonnie E. John, Principal Investigator +## Latest Downloads +
- \ No newline at end of file +
+View all releases \ No newline at end of file From 4bfed01dfba41067194b8badc5e22e0701b4c7f3 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 1 Jul 2020 13:07:58 -0500 Subject: [PATCH 02/30] New Blog post introducing modern cogtool --- docs/_posts/2020-06-09-modern-cogtool.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/_posts/2020-06-09-modern-cogtool.md diff --git a/docs/_posts/2020-06-09-modern-cogtool.md b/docs/_posts/2020-06-09-modern-cogtool.md new file mode 100644 index 0000000..b23bda5 --- /dev/null +++ b/docs/_posts/2020-06-09-modern-cogtool.md @@ -0,0 +1,17 @@ +--- +id: 55 +title: Modern CogTool +date: 2020-06-09T11:31:10+00:00 +author: Justin Geeslin +layout: post +guid: http://cogtool.local/?p=55 +categories: + - Uncategorized +--- +Hello World! + +CogTool is a powerful tool for design and UX, and yet it seems not very well known. So much effort, [research](https://cogtool.wordpress.com/publications/) and [code](https://github.com/cogtool/cogtool/network), have went into this app and given its current state you'd never know it! The capabilities offered by CogTool are, in my view, novel and worth preserving. I hope to the UX & HCI community will support this software by using it in their work and providing feedback. + +This new fork of CogTool is to foster the further development of CogTool. The canonical repo on which I have a few [unmerged pull requests](https://github.com/cogtool/cogtool/pulls/justingeeslin) seems to be /unmaintained/. I would like to see our work eventually merged in to Canonical CogTool, or CogTool Classic, but for now ,we’ll march forward with a CogTool version that is modern and as a _minimum_ supports the well-research functionality and as _secondarily_ fields new features and enhancements. + +At present, CogTool does not run on the latest 64-bit only operating systems. Our first goal is to modernize CogTool in this way. My second goal is to consolidate and modernize the documentation so that more people will learn about and use in the work CogTool. This work is ongoing and captured in [the GitHub issues of the recent CogTool fork, called CogTool-Modern](https://github.com/CogTool-Modern/cogtool/issues), for these main objectives. PRs welcome! \ No newline at end of file From 16b00865e4d9772059df2a3d117159fbf280ff35 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Fri, 21 Aug 2020 12:14:39 -0500 Subject: [PATCH 03/30] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ad0d9bf..8e427c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # CogTool + +designs-compared +wireframes +demonstration-steps + CogTool is a general purpose UI prototyping tool with a difference-- it automatically evaluates your design with a predictive human performance model (a "cognitive crash dummy"). Simply create a From ae857376b7247cc0fa13c940ca0e2e9dbf9dfd2f Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 06:37:26 -0500 Subject: [PATCH 04/30] New Post and other Jekyll config --- .gitignore | 2 + docs/_config.yml | 4 +- docs/_plugins/generate_categories.rb | 166 ----------------------- docs/_plugins/generate_sitemap.rb | 165 ---------------------- docs/_posts/2020-06-09-modern-cogtool.md | 2 +- docs/_posts/2020-08-4-darkmode.md | 23 ++++ 6 files changed, 28 insertions(+), 334 deletions(-) delete mode 100644 docs/_plugins/generate_categories.rb delete mode 100644 docs/_plugins/generate_sitemap.rb create mode 100644 docs/_posts/2020-08-4-darkmode.md diff --git a/.gitignore b/.gitignore index 5a41294..6bcef60 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ bin !.gitignore .DS_Store +/docs/_site +/docs/.jekyll-cache diff --git a/docs/_config.yml b/docs/_config.yml index 32e2110..13a6b75 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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] diff --git a/docs/_plugins/generate_categories.rb b/docs/_plugins/generate_categories.rb deleted file mode 100644 index 554e87a..0000000 --- a/docs/_plugins/generate_categories.rb +++ /dev/null @@ -1,166 +0,0 @@ -# Jekyll category page generator. -# http://recursive-design.com/projects/jekyll-plugins/ -# -# Version: 0.1.8 (201108151628) -# -# Copyright (c) 2010 Dave Perrett, http://recursive-design.com/ -# Modified by Luke Maciak (c) 2012 -# Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) -# -# A generator that creates category pages for jekyll sites. -# -# To use it, simply drop this script into the _plugins directory of your Jekyll site. You should -# also create a file called 'category_index.html' in the _layouts directory of your jekyll site -# with the following contents (note: you should remove the leading '# ' characters): -# -# ================================== COPY BELOW THIS LINE ================================== -# --- -# layout: default -# --- -# -#

{{ page.title }}

-#
    -# {% for post in site.categories[page.category] %} -#
    {{ post.date | date_to_html_string }}
    -#

    {{ post.title }}

    -#
    Filed under {{ post.categories | category_links }}
    -# {% endfor %} -#
-# ================================== COPY ABOVE THIS LINE ================================== -# -# You can alter the _layout_ setting if you wish to use an alternate layout, and obviously you -# can change the HTML above as you see fit. -# -# When you compile your jekyll site, this plugin will loop through the list of categories in your -# site, and use the layout above to generate a page for each one with a list of links to the -# individual posts. -# -# Included filters : -# - category_links: Outputs the list of categories as comma-separated links. -# - date_to_html_string: Outputs the post.date as formatted html, with hooks for CSS styling. -# -# Available _config.yml settings : -# - category_dir: The subfolder to build category pages in (default is 'categories'). -# - category_title_prefix: The string used before the category name in the page title (default is -# 'Category: '). -module Jekyll - - # make sure this is the same as baseurl in _config.yaml - BASEURL = Jekyll.configuration({})['baseurl'] - BASEURL = "" if (BASEURL == nil) else BASEURL - - # The CategoryIndex class creates a single category page for the specified category. - class CategoryIndex < Page - - # Initializes a new CategoryIndex. - # - # +base+ is the String path to the . - # +category_dir+ is the String path between and the category folder. - # +category+ is the category currently being processed. - def initialize(site, base, category_dir, category) - @site = site - @base = base - @dir = category_dir - @name = 'index.html' - self.process(@name) - # Read the YAML data from the layout page. - self.read_yaml(File.join(base, '_layouts'), 'category_index.html') - self.data['category'] = category - # Set the title for this page. - title_prefix = site.config['category_title_prefix'] || 'Category: ' - self.data['title'] = "#{title_prefix}#{category}" - # Set the meta-description for this page. - meta_description_prefix = site.config['category_meta_description_prefix'] || 'Category: ' - self.data['description'] = "#{meta_description_prefix}#{category}" - end - - end - - - # The Site class is a built-in Jekyll class with access to global site config information. - class Site - - # Creates an instance of CategoryIndex for each category page, renders it, and - # writes the output to a file. - # - # +category_dir+ is the String path to the category folder. - # +category+ is the category currently being processed. - def write_category_index(category_dir, category) - index = CategoryIndex.new(self, self.source, category_dir, category) - index.render(self.layouts, site_payload) - index.write(self.dest) - # Record the fact that this page has been added, otherwise Site::cleanup will remove it. - self.pages << index - end - - # Loops through the list of category pages and processes each one. - def write_category_indexes - if self.layouts.key? 'category_index' - dir = self.config['category_dir'] || 'categories' - self.categories.keys.each do |category| - self.write_category_index(File.join(dir, category), category) - end - - # Throw an exception if the layout couldn't be found. - else - throw "No 'category_index' layout found." - end - end - - end - - - # Jekyll hook - the generate method is called by jekyll, and generates all of the category pages. - class GenerateCategories < Generator - safe true - priority :low - - def generate(site) - site.write_category_indexes - end - - end - - - # Adds some extra filters used during the category creation process. - module Filters - - # Outputs a list of categories as comma-separated links. This is used - # to output the category list for each post on a category page. - # - # +categories+ is the list of categories to format. - # - # Returns string - def category_links(categories) - categories = categories.sort!.map do |item| - ''+item+'' - end - - connector = "and" - case categories.length - when 0 - "" - when 1 - categories[0].to_s - when 2 - "#{categories[0]} #{connector} #{categories[1]}" - else - "#{categories[0...-1].join(', ')}, #{connector} #{categories[-1]}" - end - end - - # Outputs the post.date as formatted html, with hooks for CSS styling. - # - # +date+ is the date object to format as HTML. - # - # Returns string - def date_to_html_string(date) - result = '' + date.strftime('%b').upcase + ' ' - result += date.strftime('%d ') - result += date.strftime('%Y ') - result - end - - end - -end diff --git a/docs/_plugins/generate_sitemap.rb b/docs/_plugins/generate_sitemap.rb deleted file mode 100644 index 7381279..0000000 --- a/docs/_plugins/generate_sitemap.rb +++ /dev/null @@ -1,165 +0,0 @@ -# Jekyll sitemap page generator. -# http://recursive-design.com/projects/jekyll-plugins/ -# -# Version: 0.1.8 (201108151628) -# -# Copyright (c) 2010 Dave Perrett, http://recursive-design.com/ -# Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) -# -# A generator that creates a sitemap.xml page for jekyll sites, suitable for submission to -# google etc. -# -# To use it, simply drop this script into the _plugins directory of your Jekyll site. -# -# When you compile your jekyll site, this plugin will loop through the list of pages in your -# site, and generate an entry in sitemap.xml for each one. - -require 'pathname' - -module Jekyll - - - # Monkey-patch an accessor for a page's containing folder, since - # we need it to generate the sitemap. - class Page - def subfolder - @dir - end - end - - - # Sub-class Jekyll::StaticFile to allow recovery from unimportant exception - # when writing the sitemap file. - class StaticSitemapFile < StaticFile - def write(dest) - super(dest) rescue ArgumentError - true - end - end - - - # Generates a sitemap.xml file containing URLs of all pages and posts. - class SitemapGenerator < Generator - safe true - priority :low - - # Generates the sitemap.xml file. - # - # +site+ is the global Site object. - def generate(site) - # Create the destination folder if necessary. - site_folder = site.config['destination'] - unless File.directory?(site_folder) - p = Pathname.new(site_folder) - p.mkdir - end - - # Write the contents of sitemap.xml. - File.open(File.join(site_folder, 'sitemap.xml'), 'w') do |f| - f.write(generate_header()) - f.write(generate_content(site)) - f.write(generate_footer()) - f.close - end - - # Add a static file entry for the zip file, otherwise Site::cleanup will remove it. - site.static_files << Jekyll::StaticSitemapFile.new(site, site.dest, '/', 'sitemap.xml') - end - - private - - # Returns the XML header. - def generate_header - "\n" - end - - # Returns a string containing the the XML entries. - # - # +site+ is the global Site object. - def generate_content(site) - result = '' - - # First, try to find any stand-alone pages. - site.pages.each{ |page| - path = page.subfolder + '/' + page.name - - # Skip files that don't exist yet (e.g. paginator pages) - if FileTest.exist?(path) - - mod_date = File.mtime(site.source + path) - - # Use the user-specified permalink if one is given. - if page.permalink - path = page.permalink - else - # Be smart about the output filename. - path.gsub!(/.md$/, ".html") - end - - # Ignore SASS, SCSS, and CSS files - if path=~/.(sass|scss|css)$/ - next - end - - # Remove the trailing 'index.html' if there is one, and just output the folder name. - if path=~/\/index.html$/ - path = path[0..-11] - end - - if page.data.has_key?('changefreq') - changefreq = page.data["changefreq"] - else - changefreq = "" - end - - unless path =~/error/ - result += entry(path, mod_date, changefreq, site) - end - - end - } - - # Next, find all the posts. - posts = site.site_payload['site']['posts'] - for post in posts do - if post.data.has_key?('changefreq') - changefreq = post.data["changefreq"] - else - changefreq = "never" - end - url = post.url - url = url[0..-11] if url=~/\/index.html$/ - result += entry(url, post.date, changefreq, site) - end - - result - end - - # Returns the XML footer. - def generate_footer - "\n" - end - - # Creates an XML entry from the given path and date. - # - # +path+ is the URL path to the page. - # +date+ is the date the file was modified (in the case of regular pages), or published (for blog posts). - # +changefreq+ is the frequency with which the page is expected to change (this information is used by - # e.g. the Googlebot). This may be specified in the page's YAML front matter. If it is not set, nothing - # is output for this property. - def entry(path, date, changefreq, site) - # Remove the trailing slash from the baseurl if it is present, for consistency. - baseurl = site.config['url'] - baseurl = baseurl[0..-2] if baseurl=~/\/$/ - - " - - #{baseurl}#{path} - #{date.strftime("%Y-%m-%d")}#{if changefreq.length > 0 - "\n #{changefreq}" end} - " - end - - end - -end diff --git a/docs/_posts/2020-06-09-modern-cogtool.md b/docs/_posts/2020-06-09-modern-cogtool.md index b23bda5..dc9a9ca 100644 --- a/docs/_posts/2020-06-09-modern-cogtool.md +++ b/docs/_posts/2020-06-09-modern-cogtool.md @@ -6,7 +6,7 @@ author: Justin Geeslin layout: post guid: http://cogtool.local/?p=55 categories: - - Uncategorized + - status-updates --- Hello World! diff --git a/docs/_posts/2020-08-4-darkmode.md b/docs/_posts/2020-08-4-darkmode.md new file mode 100644 index 0000000..ad78f12 --- /dev/null +++ b/docs/_posts/2020-08-4-darkmode.md @@ -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. From b9a365cdca776640fe2f6cdc64be6dfb569ca914 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 06:39:47 -0500 Subject: [PATCH 05/30] Moving the blog menu item to the second position --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 0594684..8f68301 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -178,9 +178,9 @@ + + To use Cogtool today, simply create a storyboard of your design idea with sketches, images or on a canvas with CogTool’s widgets, demonstrate tasks on that storyboard, then press a button to produce a valid cognitive model predicting how long it will take a skilled user to complete those tasks. CogTool can be used today to baseline your current interface, or compare competitors’ interfaces, and predict how much better your new designs will be. Looking toward tomorrow, ongoing research is creating and validating new models to predict other metrics of interest to UI designers, for example, the exploration paths of new users (including the errors they are likely to make). @@ -20,12 +27,4 @@ Welcome to this community of UI designers, cognitive modelers, and HCI researche Bonnie E. John, Principal Investigator -## Latest Downloads - - View older releases \ No newline at end of file From baf405e3bd39bed51765528bf22dc4d4082e50d0 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 06:59:43 -0500 Subject: [PATCH 10/30] Rmoving the draft line. I think its time. --- docs/video.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/video.md b/docs/video.md index 2f9e25a..481c357 100644 --- a/docs/video.md +++ b/docs/video.md @@ -6,9 +6,6 @@ author: Bonnie John layout: page guid: http://cogtool.local/?page_id=90 --- -\*— DRAFT — DRAFT — DRAFT — DRAFT — DRAFT — DRAFT — DRAFT — DRAFT — \* -_The demonstrations on this page are DRAFTs and have not yet been released to the public. Please help us make them as useful as possible by sending comments and corrections to bej@cs.cmu.edu. Thanks, Bonnie._ - ### Demonstrations These demonstrations are short Flash movies designed to help you learn the basics of working with CogTool. The following demonstrations will use the interfaces and tasks introduced by Nielsen and Phillips at CHI ’93 (N&P93). The full paper describing the interfaces and tasks is available at the [ACM Digital Library](http://portal.acm.org/citation.cfm?id=169173&coll=ACM&dl=ACM&CFID=13250290&CFTOKEN=83474056) From 901b8a20a9cff30c137e472e06f634a2d2a4c438 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 06:59:57 -0500 Subject: [PATCH 11/30] Removing uncessary yaml data --- docs/video.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/video.md b/docs/video.md index 481c357..e61df87 100644 --- a/docs/video.md +++ b/docs/video.md @@ -1,10 +1,8 @@ --- -id: 90 title: Videos date: 2014-03-27T16:09:00+00:00 author: Bonnie John layout: page -guid: http://cogtool.local/?page_id=90 --- ### Demonstrations From 4c85e4bb34b41020096f5f164b61e9c39c42aa6a Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 07:05:24 -0500 Subject: [PATCH 12/30] Adding the IBM video to the videos page --- docs/video.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/video.md b/docs/video.md index e61df87..208e23a 100644 --- a/docs/video.md +++ b/docs/video.md @@ -4,6 +4,15 @@ date: 2014-03-27T16:09:00+00:00 author: Bonnie John layout: page --- + +### Integrating usability analysis and metrics into the development process + + + + ### Demonstrations These demonstrations are short Flash movies designed to help you learn the basics of working with CogTool. The following demonstrations will use the interfaces and tasks introduced by Nielsen and Phillips at CHI ’93 (N&P93). The full paper describing the interfaces and tasks is available at the [ACM Digital Library](http://portal.acm.org/citation.cfm?id=169173&coll=ACM&dl=ACM&CFID=13250290&CFTOKEN=83474056) From 6a7f973b152736dbca2ad2ca1f21d8a5498233f1 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 07:09:22 -0500 Subject: [PATCH 13/30] Adding IBM video to front page of docs site --- docs/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ea18f2b..4911089 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,4 +27,11 @@ Welcome to this community of UI designers, cognitive modelers, and HCI researche Bonnie E. John, Principal Investigator -View older releases \ No newline at end of file +View older releases + +### ▶️ Integrating usability analysis and metrics into the development process + + \ No newline at end of file From 6b0c78f64c199a4b17188ce04eb923c154afefdf Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 07:15:29 -0500 Subject: [PATCH 14/30] =?UTF-8?q?Adding=20Dr=20John=E2=80=99s=20UXPA-MN=20?= =?UTF-8?q?webinar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/video.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/video.md b/docs/video.md index 208e23a..01051ac 100644 --- a/docs/video.md +++ b/docs/video.md @@ -12,6 +12,13 @@ layout: page Your browser does not support the video tag. +### UXPA-MN: CogTool Webinar with Dr. Bonnie John + +
+ +
+
+
### Demonstrations @@ -40,7 +47,3 @@ Here’s a list of links to existing demonstrations: These demonstrations were created in [Wink](http://www.debugmode.com/wink/) , a free presentation and tutorial tool for the PC. -### Webinars
- -
-
\ No newline at end of file From e3fb4e2b542b26b00907f15fa983e3f106976da7 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 07:21:59 -0500 Subject: [PATCH 15/30] Adding link to View all videos on front page --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 4911089..74cbbc2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,4 +34,5 @@ Bonnie E. John, Principal Investigator \ No newline at end of file + +View all videos \ No newline at end of file From 12f2e534a056ec76bb0ba0a437544ce1cf1e24d2 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 08:27:20 -0500 Subject: [PATCH 16/30] Create CNAME --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..198533f --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +www.cogtool.org \ No newline at end of file From 0743d6f0745845070465f314b883627269fa545d Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 10:44:11 -0500 Subject: [PATCH 17/30] Removing sample jekyll posts --- docs/_posts/2012-01-18-hello-world.markdown | 16 ---------- .../2012-01-19-using-web-icons.markdown | 32 ------------------- docs/_posts/2012-02-10-code-snippets.markdown | 17 ---------- docs/_posts/2012-03-15-guest-blogs.markdown | 13 -------- 4 files changed, 78 deletions(-) delete mode 100644 docs/_posts/2012-01-18-hello-world.markdown delete mode 100644 docs/_posts/2012-01-19-using-web-icons.markdown delete mode 100644 docs/_posts/2012-02-10-code-snippets.markdown delete mode 100644 docs/_posts/2012-03-15-guest-blogs.markdown diff --git a/docs/_posts/2012-01-18-hello-world.markdown b/docs/_posts/2012-01-18-hello-world.markdown deleted file mode 100644 index 11dc18b..0000000 --- a/docs/_posts/2012-01-18-hello-world.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: post -title: Hello World! -category: Meta - -excerpt: Hello World! Vestibulum imperdiet adipiscing arcu, quis aliquam dolor condimentum dapibus. Aliquam fermentum leo aliquet quam volutpat et molestie mauris mattis. Suspendisse semper consequat velit in suscipit. - ---- - -Hello World! - -This is just a sample post. - -Vestibulum imperdiet adipiscing arcu, quis aliquam dolor condimentum dapibus. Aliquam fermentum leo aliquet quam volutpat et molestie mauris mattis. Suspendisse semper consequat velit in suscipit. Praesent blandit, mi id facilisis adipiscing, tortor tellus mollis quam, sed dignissim sapien diam ac lectus. Nunc eget ornare quam. Vivamus sit amet tortor dolor, non egestas ligula. Mauris nisi risus, semper nec blandit id, suscipit eget dolor. Sed placerat odio at erat porttitor varius. Phasellus ornare vestibulum dolor ac rhoncus. Mauris laoreet varius est eu rhoncus. Curabitur facilisis mauris eu purus pharetra vitae tincidunt nulla gravida. Duis sagittis, felis a luctus mattis, metus sem tempus velit, sit amet blandit tellus nisi id augue. - -Proin feugiat libero ac lorem mollis fermentum. Cras et lacus sodales nisl facilisis ornare. Sed dolor eros, pulvinar ac varius non, bibendum eget odio. Nulla facilisi. Pellentesque et nisi a tellus ullamcorper faucibus. Nullam sagittis tempor mi non mattis. Proin ultricies, enim sit amet bibendum tristique, ligula ante feugiat nunc, sit amet imperdiet tortor nisl et felis. Pellentesque et nisl dui, non dictum libero. Vivamus tempor ante ac leo suscipit a sodales ligula iaculis. Curabitur massa mi, semper sed bibendum eget, auctor in nulla. Quisque at mi in ligula viverra suscipit sed vitae leo. diff --git a/docs/_posts/2012-01-19-using-web-icons.markdown b/docs/_posts/2012-01-19-using-web-icons.markdown deleted file mode 100644 index 6d608e8..0000000 --- a/docs/_posts/2012-01-19-using-web-icons.markdown +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: post -title: Using the Web Icons -category: Design - -excerpt: Quick overview on how to use the Typicon web font icons included with this template. - ---- - -This template uses [Typicons][ty] web font, provided by [Fontello][fo] font bundling service. It allows you to quickly -add nice icons into your pages by using css tags. - -To add an icon somewhere in the template simply do: - -{% highlight html %} - -{% endhighlight %} - -This will insert a home icon, just as the one seen in the sidebar. The available class names you can use are as follows: - -![Available Icons][icons] - -These should work in all the browsers, all the way down to and including IE7, but not IE6. - - - -[ty]: http://typicons.com/ -[fo]: http://fontello.com/ - -[icons]: /resources/img/icons.png "Available Icons" - - diff --git a/docs/_posts/2012-02-10-code-snippets.markdown b/docs/_posts/2012-02-10-code-snippets.markdown deleted file mode 100644 index cfd32c7..0000000 --- a/docs/_posts/2012-02-10-code-snippets.markdown +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: post -title: Code Snippets -category: Design - -excerpt: Quick overview on how to post code snippets using Liquid tags and how to escape or not escape markdown and HTML in your blog entries. - ---- - -Whenever you need to post a code snippet, use the liquid tags `hilight` and `endhilight` like this: - -{% highlight ruby %} -# some code goes here -puts "Hello World!" -{% endhighlight %} - -Note that this only provides color-coding. For that you might need to use a front end colorization engine like Highlight.JS or something similar. diff --git a/docs/_posts/2012-03-15-guest-blogs.markdown b/docs/_posts/2012-03-15-guest-blogs.markdown deleted file mode 100644 index 42464bf..0000000 --- a/docs/_posts/2012-03-15-guest-blogs.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: Guest Posts -category: Meta -author: John Smith - -excerpt: How to quickly create guest blogs with a different author. - ---- - -If you want to create a guest post that will appear as if written by another author, simply add an `author` attribute to the -YAML header of your blog post. This will be picked up in the template and displayed in the meta-section both on the front page -as well as on the individual post pages. From e710b670480fd1c161c89eeaa3cb015cde405bec Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 2 Sep 2020 11:19:39 -0500 Subject: [PATCH 18/30] Updating link to new forums --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 8f68301..437ad65 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -183,7 +183,7 @@
  • Videos
  • Publications
  • FAQs
  • - +