diff --git a/Gemfile b/Gemfile index 85339b4..7410638 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,9 @@ gem "jekyll", "~> 3.7.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" +# Highlighter +gem "rouge" + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins diff --git a/Gemfile.lock b/Gemfile.lock index 4b08d7a..721c885 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,6 +64,7 @@ DEPENDENCIES jekyll (~> 3.7.0) jekyll-feed (~> 0.6) minima (~> 2.0) + rouge tzinfo-data BUNDLED WITH diff --git a/_config.yml b/_config.yml index 4f544ee..e105596 100644 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,7 @@ github_username: fullhacker # Build settings markdown: kramdown theme: minima +highighter: rouge plugins: - jekyll-feed diff --git a/_drafts/draft-one.md b/_drafts/draft-one.md index 36580a0..fca5dad 100644 --- a/_drafts/draft-one.md +++ b/_drafts/draft-one.md @@ -3,3 +3,11 @@ layout: post --- # Sample Draft +How to Create a Github Pages blog *FREE HOSTING* + +- a bit technical, you might see some code. + +1. Github account +2. Set up SSH Keys (optional, but beneficial) +2. Github repo +3. Advanced: Jekyll diff --git a/_includes/head.html b/_includes/head.html index f75d467..b8e571b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,5 +12,5 @@ src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"> - + diff --git a/_posts/2018-01-01-test-post.md b/_posts/2018-01-01-test-post.md deleted file mode 100644 index 01fbdad..0000000 --- a/_posts/2018-01-01-test-post.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -# Test Post diff --git a/_posts/2018-01-09-hello-world.md b/_posts/2018-01-09-hello-world.md index e475432..845e0c9 100644 --- a/_posts/2018-01-09-hello-world.md +++ b/_posts/2018-01-09-hello-world.md @@ -6,6 +6,8 @@ permalink: '/hello-world' Yes, yet another blog. Hopefully this one sticks. +Test inline code: `hey` + ``` javascript // here's some code console.log("here's some code"); diff --git a/_posts/Miscellaneous/0.intro.md b/_posts/Miscellaneous/0.intro.md deleted file mode 100644 index e69de29..0000000 diff --git a/_posts/Miscellaneous/mailchimp-and-lotus-notes-issue.md b/_posts/Miscellaneous/mailchimp-and-lotus-notes-issue.md deleted file mode 100644 index 1649b5c..0000000 --- a/_posts/Miscellaneous/mailchimp-and-lotus-notes-issue.md +++ /dev/null @@ -1,52 +0,0 @@ -# Mailchimp + Lotus Notes Solution for HTML Email Campaigns - -I remember the first time I saw a web page code generated by a WYSIWYG (What You See Is What You Get)... I had an unpleasant feeling and thought, "How could people stomach this?" - -Maybe because with little to no technical know-how and with minimal time and effort, they do get what they want to see? But what if after using such a tool, with much frustration, you don't get the results you want? - -I had a client using one WYSIWYG tool for designing HTML Email campaigns and guess what... they are not getting the results they want to see. The HTML email designs are chaotic when received in their readers' computers. - - -## The Problem - -The client's readers use Lotus Notes for reading their emails. The problem is, Lotus Notes may not always display HTML emails as expected. Instead, it displays HTML emails in a proprietary rich-text format. This means that Lotus Notes, as an email reader, uses its own standards in rendering HTML emails that is quite different compared to all other popular email readers (i.e., Gmail, Outlook, etc.). - -There are HTML elements that Lotus Notes simply does not understand. To make things more complicated, different versions of Lotus Notes have different rendering standards. This means that creating an HTML email template that works for one Lotus Notes version does not guarantee it will work on others. - -This is why HTML Email designers hate Lotus Notes the most--pretty much like Internet Explorer for Web Developers. - - -## Findings on Lotus Notes HTML email rendering - -Lotus Notes has several issues with widely accepted HTML standards because of its own proprietary rich-text formatting. Here are some of these issues that can be found if you search the web: -- COLSPANS. These are attributes of table cells to tell the email client or the browser how many columns they span over. Lotus Notes cannot seem to understand this and we might need to just use multiple tables as a workaround. -- CENTER ALIGNMENT. Using `