Things to check when updating theme

NOTE: your additional CSS can be found in /_sass/additional-styles.scss


date: UTC

refer to “Problem: Different URLs for different timezones”


blockquotes

blockquotes

blockquotes

blockquotes blockquotes blockquotes blockquotes blockquotes blockquotes blockquotes blockquotes blockquotes blockquotes blockquotes blockquotes blockquotes

emojis

:smile: :smiley: :laughing: :grin: :grinning: :+1: :blush: :grimacing: :bow: :disappointed: :worried: :innocent:

should not have box-shadow

// CSS for removing box-shadow in emojis
img.emoji {
    box-shadow: none;
    display: inline;
    margin: 0;
    border-radius: 0;
}

More emojis at https://phatblat.com/2016/01/03/jemoji.html


code inside single backticks

The template for use case handler ICommandHandler

The property ICommandResult.Succeeded


code inside triple backticks

public interface ICommandHandler<TCommand>
{
    ICommandResult Handle(TCommand command);
}

public interface CommandResult
{
    bool Succeeded { get; }
    Error Error { get; }
    IEnumerable<Error> ErrorList { get; }
}

should have box-shadow to make it look good to the eye:

// CSS for adding box-shadow
div.highlighter-rouge {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

code inside {% highlight %}, and with line numbers

NOTE: Using {% highlight %} syntax throws an exception when you’re not online:

Liquid Exception: Liquid syntax error (line 177): Unknown tag 'highlight' in <filename>

Without line numbers:

function some(code) { /*goes here*/ }
let x = 21;

With line numbers:

1
2
function some(code) { /*goes here*/ }
let x = 21;

images

Argue to learn, not to win - from GOOSGBT

should not overflow to the right and should have box-shadow to make it look good to the eye:

// CSS for adding box-shadow
img {
    max-width: 100%;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5)
}

messages

messsage inside div tag - a long long long long long long long long long long long long long long long long long long long long long long long long long long long long message

code
here

messsage inside p tag - a long long long long long long long long long long long long long long long long long long long long long long long long long long long long message code here

class="message" inside span is not being used in this site, so it’s okay even if it does not look good

messsage inside span tag - a long long long long long long long long long long long long long long long long long long long long long long long long long long long long message

messsage-compressed inside div tag - a long long long long long long long long long long long long long long long long long long long long long long long long long long long long message

code
here

messsage-compressed inside div tag - float-right - a long long long long long long long long long long long long long long long long long long long long long long long long long long long long message

code
here

messsage-compressed inside div tag - float-left - a long long long long long long long long long long long long long long long long long long long long long long long long long long long long message

code
here

comments section: disqus


analytics


links

jeremiahflaga.github.io

jeremiahflaga.github.io


youtube videos

should have box-shadow

// CSS for adding box-shadow in videos
iframe[src^="https://www.youtube.com/embed/"] {  // ^ means "starts with"
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

embedded pdfs

should have box-shadow

// CSS for adding box-shadow in PDFs
embed[src$=".pdf"] { // $ means "ends with"
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

be sure that Bootstrap is working

code block with .small vs noromal

FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

vs

FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

background color

.bg-primary
.bg-secondary

accordion/collapse

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.