mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-09 19:13:20 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5a6a662eb0 | ||
![]() |
d32dd7ec26 | ||
![]() |
ff355a56d5 | ||
![]() |
a76b5f34c8 | ||
![]() |
d7cffa69da | ||
![]() |
bb24bd4e5e |
@@ -136,7 +136,7 @@ Write-Host 'Goodbye from PowerShell!'
|
|||||||
|
|
||||||
### SQL
|
### SQL
|
||||||
|
|
||||||
Geef `sql` op als waarde voor het argument `shell` om een SQL terminal te simuleren. Gebruik `\` als markering van een bijbehorende regel.
|
Geef `sql` op als waarde voor het argument `shell` om een SQL terminal te simuleren. Gebruik `(con)` als markering van een bijbehorende regel.
|
||||||
|
|
||||||
```html
|
```html
|
||||||
{{%/* command prompt="mysql>" shell="sql" */%}}
|
{{%/* command prompt="mysql>" shell="sql" */%}}
|
||||||
|
@@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
# Table of contents
|
# Table of contents
|
||||||
- id: toc
|
- id: toc
|
||||||
translation: "What's on this Page"
|
translation: "On this page"
|
||||||
|
|
||||||
# Search
|
# Search
|
||||||
- id: ui_search
|
- id: ui_search
|
||||||
|
@@ -6,8 +6,8 @@
|
|||||||
<div class="row row-cols-1 row-cols-sm-3 align-items-center p-3">
|
<div class="row row-cols-1 row-cols-sm-3 align-items-center p-3">
|
||||||
<div class="col col-md-2 d-none d-md-block"></div>
|
<div class="col col-md-2 d-none d-md-block"></div>
|
||||||
<div class="col col-sm-12 col-md-8">
|
<div class="col col-sm-12 col-md-8">
|
||||||
{{ range .Params.tags -}}
|
{{ range (.GetTerms "tags") -}}
|
||||||
<a class="btn btn-light btn-sm" href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}" role="button">{{ . }}</a>
|
<a class="btn btn-light btn-sm" href="{{ (path.Join .Page.RelPermalink) | relURL }}" role="button">{{ .LinkTitle }}</a>
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{{ $items := len (findRE "<li.*?>(.|\n)*?</li>" .TableOfContents) -}}
|
{{ $items := len (findRE "<li.*?>(.|\n)*?</li>" .TableOfContents) -}}
|
||||||
{{ if (gt $items 1) -}}
|
{{ if (gt $items 1) -}}
|
||||||
<div class="mt-4 mb-5 my-md-0 ps-xl-3 mb-lg-5 text-muted sticky-top toc d-none d-lg-block">
|
<div class="mt-4 mb-5 my-md-0 ps-xl-3 mb-lg-5 text-muted sticky-top toc d-none d-lg-block">
|
||||||
<strong class="d-block h6 my-2 pb-2 border-bottom">On this page</strong>
|
<strong class="d-block h6 my-2 pb-2 border-bottom">{{ T "toc" }}</strong>
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
</div>
|
</div>
|
||||||
{{ end -}}
|
{{ end -}}
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@markdumay/hugo-theme-hinode",
|
"name": "@markdumay/hugo-theme-hinode",
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
|
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
Reference in New Issue
Block a user