updates updates updates
This commit is contained in:
parent
3c6f220870
commit
d57807019f
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,4 +8,6 @@ hugo_stats.json
|
|||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
|
|
||||||
# Files for testing pagination
|
# Files for testing pagination
|
||||||
**/example copy*
|
**/example copy*
|
||||||
|
|
||||||
|
tags
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<main>
|
<main class="main-content">
|
||||||
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
|
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
|
||||||
{{ range $paginator.Pages }}
|
{{ range $paginator.Pages }}
|
||||||
{{ .Render "summary" }}
|
{{ .Render "summary" }}
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
<header>
|
<header class="header">
|
||||||
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
<a class="header__title" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||||
{{ with .Site.Menus.main }}
|
{{ with .Site.Menus.main }}
|
||||||
<nav>
|
<nav class="header__nav">
|
||||||
<ul>
|
<ul>
|
||||||
{{ range . }}
|
{{ range . }}
|
||||||
<li><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>
|
<li class="header__nav__item"><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<aside>
|
<aside class="sidebar">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3>LATEST POSTS</h3>
|
<h3>LATEST POSTS</h3>
|
||||||
|
|||||||
@ -2,3 +2,12 @@ body {
|
|||||||
background: #282828;
|
background: #282828;
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a, a:visited, a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #458488;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #83a598;
|
||||||
|
}
|
||||||
|
|||||||
51
tags
Normal file
51
tags
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
|
||||||
|
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
|
||||||
|
!_TAG_OUTPUT_EXCMD mixed /number, pattern, mixed, or combineV2/
|
||||||
|
!_TAG_OUTPUT_FILESEP slash /slash or backslash/
|
||||||
|
!_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/
|
||||||
|
!_TAG_PATTERN_LENGTH_LIMIT 96 /0 for no limit/
|
||||||
|
!_TAG_PROC_CWD /home/solomon/repos/inkletblot-com-v3/ //
|
||||||
|
!_TAG_PROGRAM_AUTHOR Universal Ctags Team //
|
||||||
|
!_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/
|
||||||
|
!_TAG_PROGRAM_URL https://ctags.io/ /official site/
|
||||||
|
!_TAG_PROGRAM_VERSION 5.9.0 /p5.9.20220828.0/
|
||||||
|
404: Page not found layouts/404.html /^<header><h1>404: Page not found<\/h1><\/header>$/;" h
|
||||||
|
A little timeline content/posts/this-website.md /^### A little timeline$/;" S chapter:Inkletblot[]().com
|
||||||
|
A potential solution content/posts/icons-svgs-fonts-and-icomoon.md /^### A potential solution$/;" S section:Icomoon for Icon Managament""Icons, SVGs, Fonts, and Icomoon.
|
||||||
|
An Old New Upgrade to Kube content/posts/an-old-new-upgrade-to-my-k8s.md /^# An Old New Upgrade to Kube$/;" c
|
||||||
|
DISCLAIMER content/posts/k3s-on-odroid-mc1s-a-guide.md /^# DISCLAIMER$/;" c
|
||||||
|
Deployment.yaml content/posts/an-old-new-upgrade-to-my-k8s.md /^### Deployment.yaml$/;" S section:An Old New Upgrade to Kube""Extras
|
||||||
|
Extras content/posts/an-old-new-upgrade-to-my-k8s.md /^## Extras$/;" s chapter:An Old New Upgrade to Kube
|
||||||
|
Icomoon content/posts/icons-svgs-fonts-and-icomoon.md /^### Icomoon$/;" S section:Icomoon for Icon Managament""Icons, SVGs, Fonts, and Icomoon.
|
||||||
|
Icomoon for Icon Managament content/posts/icons-svgs-fonts-and-icomoon.md /^# Icomoon for Icon Managament$/;" c
|
||||||
|
Icons, SVGs, Fonts, and Icomoon. content/posts/icons-svgs-fonts-and-icomoon.md /^## Icons, SVGs, Fonts, and Icomoon.$/;" s chapter:Icomoon for Icon Managament
|
||||||
|
Initial Setup content/posts/k3s-on-odroid-mc1s-a-guide.md /^### Initial Setup$/;" S section:Setting up an Odroid MC1/N2 K3S cluster""The Docker Method
|
||||||
|
Inkletblot[]().com content/posts/this-website.md /^# Inkletblot[]().com$/;" c
|
||||||
|
Intro content/posts/an-old-new-upgrade-to-my-k8s.md /^## Intro$/;" s chapter:An Old New Upgrade to Kube
|
||||||
|
It's Use content/posts/an-old-new-upgrade-to-my-k8s.md /^## It's Use$/;" s chapter:An Old New Upgrade to Kube
|
||||||
|
Kernel Patch for MC1s content/posts/k3s-on-odroid-mc1s-a-guide.md /^### Kernel Patch for MC1s$/;" S section:Setting up an Odroid MC1/N2 K3S cluster""The Docker Method
|
||||||
|
LATEST POSTS layouts/partials/sidebar.html /^ <h3>LATEST POSTS<\/h3>$/;" j
|
||||||
|
My personal notes content/posts/k3s-on-odroid-mc1s-a-guide.md /^## My personal notes$/;" s chapter:Setting up an Odroid MC1/N2 K3S cluster
|
||||||
|
Networkchuck content/posts/k3s-on-odroid-mc1s-a-guide.md /^## Networkchuck$/;" s chapter:Setting up an Odroid MC1/N2 K3S cluster
|
||||||
|
Odroid Cluster content/posts/hardkernel-odroid-kubernetes-cluster.md /^# Odroid Cluster$/;" c
|
||||||
|
Setting up an Odroid MC1/N2 K3S cluster content/posts/k3s-on-odroid-mc1s-a-guide.md /^# Setting up an Odroid MC1\/N2 K3S cluster$/;" c
|
||||||
|
Test Post content/posts/example.md /^## Test Post$/;" s
|
||||||
|
The Docker Method content/posts/k3s-on-odroid-mc1s-a-guide.md /^## The Docker Method$/;" s chapter:Setting up an Odroid MC1/N2 K3S cluster
|
||||||
|
The K3S install content/posts/k3s-on-odroid-mc1s-a-guide.md /^### The K3S install$/;" S section:Setting up an Odroid MC1/N2 K3S cluster""The Docker Method
|
||||||
|
The Setup content/posts/an-old-new-upgrade-to-my-k8s.md /^## The Setup$/;" s chapter:An Old New Upgrade to Kube
|
||||||
|
The end content/posts/icons-svgs-fonts-and-icomoon.md /^### The end$/;" S section:Icomoon for Icon Managament""Icons, SVGs, Fonts, and Icomoon.
|
||||||
|
Update 2021-12-21 content/posts/hardkernel-odroid-kubernetes-cluster.md /^# Update 2021-12-21$/;" c
|
||||||
|
Update Mid 2021 content/posts/hardkernel-odroid-kubernetes-cluster.md /^# Update Mid 2021$/;" c
|
||||||
|
a static/style.css /^a, a:visited, a:hover {$/;" s
|
||||||
|
a:hover static/style.css /^a, a:visited, a:hover {$/;" s
|
||||||
|
a:hover static/style.css /^a:hover {$/;" s
|
||||||
|
a:visited static/style.css /^a, a:visited, a:hover {$/;" s
|
||||||
|
body static/style.css /^body {$/;" s
|
||||||
|
gitlab-ci.yml content/posts/an-old-new-upgrade-to-my-k8s.md /^### gitlab-ci.yml$/;" S section:An Old New Upgrade to Kube""Extras
|
||||||
|
tags layouts/_default/single.html /^ <ul id="tags">$/;" I
|
||||||
|
{{ . }} layouts/_default/list.html /^ {{ with .Title }}<h1>{{ . }}<\/h1>{{ end }}$/;" h
|
||||||
|
{{ . }} layouts/links/list.html /^ {{ with .Title }}<h1>{{ . }}<\/h1>{{ end }}$/;" h
|
||||||
|
{{ .Title }} layouts/_default/baseof.html /^ <title>{{ .Title }}<\/title>$/;" j
|
||||||
|
{{ .Title }} layouts/_default/single.html /^ <h1>{{ .Title }}<\/h1>$/;" h
|
||||||
|
{{ .Title }} layouts/_default/summary.html /^ <h1><a href="{{ .Permalink }}">{{ .Title }}<\/a><\/h1>$/;" h
|
||||||
|
{{ .Title }} layouts/home/single.html /^ <h1>{{ .Title }}<\/h1>$/;" h
|
||||||
Loading…
Reference in New Issue
Block a user