-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
142 additions
and
1,726 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
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 +1 @@ | ||
/book | ||
/public |
Empty file.
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Xin | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file was deleted.
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,17 @@ | ||
--- | ||
title: mmmray documents | ||
--- | ||
|
||
Random articles I ([mmmray](https://github.com/mmmray)) wrote. | ||
|
||
The site is available in two forms: As a bunch of [Markdown files on GitHub](https://github.com/mmmray/wall-documents), and [as a real website](https://mmmray.github.io/wall-documents/). | ||
|
||
All articles are licensed as | ||
[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/deed.en). If you have a | ||
translation I am happy to link or host it here. | ||
|
||
{{< cards >}} | ||
{{< card link="blog" title="Blog" icon="book-open" >}} | ||
{{< card link="https://github.com/mmmray" title="GitHub" icon="github" >}} | ||
{{< /cards >}} | ||
|
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,11 @@ | ||
--- | ||
title: Blog | ||
toc: true | ||
--- | ||
|
||
<div style="text-align: center; margin-top: 1em;"> | ||
{{< hextra/hero-badge link="index.xml" >}} | ||
<span>RSS Feed</span> | ||
{{< icon name="rss" attributes="height=14" >}} | ||
{{< /hextra/hero-badge >}} | ||
</div> |
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,5 @@ | ||
module github.com/imfing/hextra-starter-template | ||
|
||
go 1.21 | ||
|
||
require github.com/imfing/hextra v0.8.1 // indirect |
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,2 @@ | ||
github.com/imfing/hextra v0.8.1 h1:HPeuyBTxaG7o2PHT9XRgFTVbCVGhJbZ0t7PjApA32F8= | ||
github.com/imfing/hextra v0.8.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= |
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,59 @@ | ||
# Hugo configuration file | ||
title: mmmray documents | ||
|
||
# import hextra as module | ||
module: | ||
imports: | ||
- path: github.com/imfing/hextra | ||
|
||
outputs: | ||
home: | ||
- html | ||
- rss | ||
section: | ||
- html | ||
- rss | ||
taxonomy: | ||
- html | ||
term: | ||
- html | ||
|
||
markup: | ||
# allow raw html | ||
goldmark: | ||
renderer: | ||
unsafe: true | ||
|
||
# enable hextra syntax highlight | ||
highlight: | ||
noClasses: false | ||
|
||
menu: | ||
main: | ||
- name: Blog | ||
pageRef: /blog | ||
weight: 1 | ||
params: | ||
type: blog | ||
- name: GitHub | ||
weight: 3 | ||
url: "https://github.com/mmmray" | ||
params: | ||
icon: github | ||
|
||
params: | ||
navbar: | ||
displayTitle: true | ||
displayLogo: false | ||
|
||
footer: | ||
enable: true | ||
displayCopyright: true | ||
displayPoweredBy: true | ||
width: normal | ||
|
||
displayUpdatedDate: true | ||
|
||
editURL: | ||
enable: true | ||
base: "https://github.com/mmmray/wall-documents/edit/main/content" |
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 @@ | ||
copyright: "© 2024 mmmray" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.