-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [x] fix nested gist markdown and code to dark theme Signed-off-by: jmeridth <[email protected]>
- Loading branch information
Showing
89 changed files
with
10,197 additions
and
27,360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "themes/vitae"] | ||
path = themes/vitae | ||
url = git@github.com:dataCobra/hugo-vitae.git | ||
[submodule "themes/hugo-coder"] | ||
path = themes/hugo-coder | ||
url = https://github.com/luizdepra/hugo-coder.git |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
body .gist .highlight { | ||
background: #000; | ||
} | ||
body .gist .blob-num, | ||
body .gist .blob-code-inner, | ||
body .gist .pl-en, | ||
body .gist .pl-sc, | ||
body .gist .highlight-source-css .pl-k, | ||
body .gist .highlight-source-css .pl-ent { | ||
color: #dedede; | ||
} | ||
body .gist .pl-c, | ||
body .gist .pl-c span { | ||
color: #ff4500; | ||
font-style: italic; | ||
} | ||
body .gist .pl-mb { | ||
color: #e78c45; | ||
font-weight: 700; | ||
} | ||
body .gist .pl-mh .pl-en { | ||
color: #b9ca4a; | ||
font-weight: 700; | ||
} | ||
body .gist .pl-mi { | ||
color: #ff6347; | ||
font-style: italic; | ||
} | ||
body .gist .pl-mq { | ||
color: #ff4500; | ||
} | ||
body .gist .pl-id { | ||
color: #ced2cf; | ||
background: #b798bf; | ||
} | ||
body .gist .pl-ii { | ||
color: #ff0; | ||
background: red; | ||
} | ||
body .gist .highlight-source-js .pl-k { | ||
color: #ff1493; | ||
} | ||
body .gist .pl-c1, | ||
body .gist .pl-s1 .pl-pse .pl-s2, | ||
body .gist .pl-sv, | ||
body .gist .pl-vpf { | ||
color: #e78c45; | ||
} | ||
body .gist .pl-e, | ||
body .gist .pl-s3, | ||
body .gist .pl-sr, | ||
body .gist .pl-sr .pl-sra, | ||
body .gist .pl-sr .pl-sre, | ||
body .gist .pl-src, | ||
body .gist .pl-v, | ||
body .gist .highlight-text-html-basic .pl-ent, | ||
body .gist .highlight-text-html-php .pl-vo { | ||
color: #d54e53; | ||
} | ||
body .gist .pl-ent, | ||
body .gist .pl-k, | ||
body .gist .pl-mdh, | ||
body .gist .pl-mdr, | ||
body .gist .pl-ml, | ||
body .gist .pl-mm, | ||
body .gist .pl-mo, | ||
body .gist .pl-mp, | ||
body .gist .pl-mr, | ||
body .gist .pl-ms, | ||
body .gist .pl-s, | ||
body .gist .pl-s1 .pl-v, | ||
body .gist .pl-st { | ||
color: #ff6347; | ||
} | ||
body .gist .pl-mh, | ||
body .gist .pl-pds, | ||
body .gist .pl-s1, | ||
body .gist .pl-sr .pl-cce { | ||
color: #b9ca4a; | ||
} | ||
body .gist .pl-s1 .pl-s2, | ||
body .gist .pl-smi, | ||
body .gist .pl-smp, | ||
body .gist .pl-stj, | ||
body .gist .pl-vo, | ||
body .gist .highlight-text-html-php .pl-s3, | ||
body .gist .highlight-source-python .pl-s3 { | ||
color: #7aa6da; | ||
} | ||
body .gist .pl-mi1, | ||
body .gist .pl-mdht { | ||
color: #dedede; | ||
background: rgba(0, 64, 0, .5); | ||
} | ||
body .gist .pl-md, | ||
body .gist .pl-mdhf { | ||
color: #dedede; | ||
background: red; | ||
} | ||
body .gist .highlight-source-css .pl-s3, | ||
body .gist .highlight-source-css .pl-sc { | ||
color: #e7c547; | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: page | ||
title: Contact | ||
permalink: /contact/ | ||
--- | ||
|
||
I'm typically `jmeridth` everywhere on the internet. Here are some of the places you can find me: | ||
|
||
- [GitHub](https://github.com/jmeridth) | ||
- [`X`](https://twitter.com/jmeridth) | ||
- [LinkedIn](https://www.linkedin.com/in/jmeridth/) | ||
- [Keybase](https://keybase.io/jmeridth) | ||
- jmeridth -at- gmail -dot- com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: page | ||
title: Projects | ||
permalink: /projects/ | ||
--- | ||
|
||
Projects that I currently maintain or contribute to: | ||
|
||
- [Argo Helm](https://github.com/argoproj/argo-helm) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,197 @@ | ||
baseURL = "http://jmeridth.com" | ||
title = "Learn, Converse, Share" | ||
theme = "hugo-coder" | ||
languageCode = "en" | ||
defaultContentLanguage = "en" | ||
paginate = 20 | ||
enableEmoji = true | ||
|
||
[services] | ||
[services.disqus] | ||
# Enable Disqus comments | ||
# shortname = "yourdiscussshortname" | ||
|
||
[markup.highlight] | ||
noClasses = false | ||
|
||
[params] | ||
author = "JM (Jason Meridth)" | ||
# license = '<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA-4.0</a>' | ||
description = "I am a continuously learning software developer trying to not let best be the enemy of better." | ||
keywords = "jason meridth,meridth,jm,software developer" | ||
info = ["Continuously Learning Software Developer"] | ||
avatarURL = "images/jm.jpg" | ||
#gravatar = "[email protected]" | ||
dateFormat = "January 2, 2006" | ||
since = 2007 | ||
# Git Commit in Footer, uncomment the line below to enable it | ||
commit = "https://github.com/luizdepra/hugo-coder/tree/" | ||
# Right To Left, shift content direction for languages such as Arabic | ||
rtl = false | ||
# Specify light/dark colorscheme | ||
# Supported values: | ||
# "auto" (use preference set by browser) | ||
# "dark" (dark background, light foreground) | ||
# "light" (light background, dark foreground) (default) | ||
colorScheme = "dark" | ||
# Hide the toggle button, along with the associated vertical divider | ||
hideColorSchemeToggle = true | ||
# Series see also post count | ||
maxSeeAlsoItems = 5 | ||
# Custom CSS | ||
customCSS = ["css/css_dark_mode_gist_embed_code.css"] | ||
# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets) | ||
customSCSS = [] | ||
|
||
# Custom JS | ||
customJS = [] | ||
|
||
# Custom remote JS files | ||
customRemoteJS = [] | ||
|
||
# If you want to use fathom(https://usefathom.com) for analytics, add this section | ||
# [params.fathomAnalytics] | ||
# siteID = "ABCDE" | ||
# serverURL = "analytics.example.com" # Default value is cdn.usefathom.com, overwrite this if you are self-hosting | ||
|
||
# If you want to use plausible(https://plausible.io) for analytics, add this section | ||
# [params.plausibleAnalytics] | ||
# domain = "example.com" | ||
# serverURL = "analytics.example.com" # Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain | ||
# outboundLinksTracking = true | ||
# fileDownloadsTracking = true | ||
|
||
# If you want to use goatcounter(https://goatcounter.com) for analytics, add this section | ||
# [params.goatCounter] | ||
# code = "code" | ||
|
||
# If you want to use Cloudflare Web Analytics(https://cloudflare.com) for analytics, add this section | ||
# [params.cloudflare] | ||
# token = "token" | ||
|
||
# If you want to use Matomo(https://matomo.org) for analytics, add this section | ||
# [params.matomo] | ||
# siteID = "ABCDE" # Default value is "1", overwrite this if you are cloud-hosting | ||
# serverURL = "analytics.example.com" # For cloud-hosting, use provided URL, e.g. example.matomo.cloud | ||
|
||
# If you want to use Google Tag Manager(https://analytics.google.com/) for analytics, add this section | ||
[params.googleTagManager] | ||
id = "G-4W46VMK7DQ" | ||
|
||
# If you want to use Yandex Metrika(https://metrika.yandex.ru) for analytics, add this section | ||
# [params.yandexMetrika] | ||
# id = "gid" | ||
|
||
# If you want to use Application Insights(https://azure.com/) for analytics, add this section | ||
# [params.applicationInsights] | ||
# connectionString = "connectionString" | ||
|
||
# If you want to use microanalytics.io for analytics, add this section | ||
# [params.microAnalytics] | ||
# id = "ABCDE" | ||
# dnt = "false" # respect DNT tracker, "true" by default | ||
|
||
# If you want to use Pirsch(https://pirsch.io) for analytics, add this section | ||
# [params.pirsch] | ||
# code = "ABCDE" | ||
|
||
# If you want to use Umami(https://umami.is) for analytics, add this section | ||
# [params.umami] | ||
# siteID = "ABCDE" | ||
# scriptURL = "analytics.REGION.umami.is/SCRIPTNAME.js" | ||
|
||
# If you want to implement a Content-Security-Policy, add this section | ||
# [params.csp] | ||
# childsrc = ["'self'"] | ||
# fontsrc = ["'self'", "https://fonts.gstatic.com", "https://cdn.jsdelivr.net/"] | ||
# formaction = ["'self'"] | ||
# framesrc = ["'self'", "https://www.youtube.com"] | ||
# imgsrc = ["'self'"] | ||
# objectsrc = ["'none'"] | ||
# stylesrc = [ | ||
# "'self'", | ||
# "'unsafe-inline'", | ||
# "https://fonts.googleapis.com/", | ||
# "https://cdn.jsdelivr.net/", | ||
# ] | ||
# scriptsrc = [ | ||
# "'self'", | ||
# "'unsafe-inline'", | ||
# "https://www.google-analytics.com", | ||
# "https://cdn.jsdelivr.net/", | ||
# ] | ||
# prefetchsrc = ["'self'"] | ||
# # connect-src directive – defines valid targets for to XMLHttpRequest (AJAX), WebSockets or EventSource | ||
# connectsrc = ["'self'", "https://www.google-analytics.com"] | ||
|
||
[taxonomies] | ||
category = "categories" | ||
series = "series" | ||
tag = "tags" | ||
author = "authors" | ||
|
||
[[params.social]] | ||
name = "Github" | ||
icon = "fa-brands fa-github fa-2x" | ||
weight = 1 | ||
url = "https://github.com/jmeridth/" | ||
|
||
[[params.social]] | ||
name = "LinkedIn" | ||
icon = "fa-brands fa-linkedin fa-2x" | ||
weight = 2 | ||
url = "https://www.linkedin.com/in/jmeridth/" | ||
|
||
[[params.social]] | ||
name = "X" | ||
icon = "fa-brands fa-x-twitter fa-2x" | ||
weight = 3 | ||
url = "https://twitter.com/jmeridth/" | ||
|
||
[[params.social]] | ||
name = "X" | ||
icon = "fa-brands fa-mastodon fa-2x" | ||
weight = 4 | ||
url = "@[email protected]" | ||
|
||
[[params.social]] | ||
name = "Keybase" | ||
icon = "fa-brands fa-keybase fa-2x" | ||
weight = 5 | ||
url = "https://keybase.io/jmeridth/" | ||
|
||
[[params.social]] | ||
name = "RSS" | ||
icon = "fa-solid fa-rss fa-2x" | ||
weight = 6 | ||
url = "/index.xml" | ||
rel = "alternate" | ||
type = "application/rss+xml" | ||
|
||
[languages.en] | ||
languageName = ":en:" | ||
|
||
[[languages.en.menu.main]] | ||
name = "About" | ||
weight = 1 | ||
url = "about/" | ||
|
||
[[languages.en.menu.main]] | ||
name = "Blog" | ||
weight = 2 | ||
url = "posts/" | ||
|
||
[[languages.en.menu.main]] | ||
name = "Tags" | ||
weight = 3 | ||
url = "tags/" | ||
|
||
[[languages.en.menu.main]] | ||
name = "Projects" | ||
weight = 4 | ||
url = "projects/" | ||
|
||
[[languages.en.menu.main]] | ||
name = "Contact me" | ||
weight = 5 | ||
url = "contact/" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.