mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 20:24:23 +01:00
Merge pull request #21 from Aroy-Art/Theme-Immigration
Theme immigration: Part 2
This commit is contained in:
commit
717890e4f6
10 changed files with 194 additions and 233 deletions
141
config.toml~
141
config.toml~
|
@ -1,141 +0,0 @@
|
||||||
# Site settings
|
|
||||||
baseurl = ""
|
|
||||||
languageCode = "en-us"
|
|
||||||
title = "Aroy"
|
|
||||||
theme = "syna"
|
|
||||||
enableGitInfo = true
|
|
||||||
version = "0.17.3"
|
|
||||||
|
|
||||||
# Google Analytics tracking
|
|
||||||
googleAnalytics = ""
|
|
||||||
|
|
||||||
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
|
|
||||||
|
|
||||||
[outputs]
|
|
||||||
home = ["HTML", "JSON"]
|
|
||||||
|
|
||||||
[frontmatter]
|
|
||||||
date = ["date", "lastmod"]
|
|
||||||
lastmod = ["lastmod", ":git", "date"]
|
|
||||||
|
|
||||||
[markup]
|
|
||||||
[markup.goldmark]
|
|
||||||
[markup.goldmark.renderer]
|
|
||||||
unsafe = true
|
|
||||||
|
|
||||||
[params]
|
|
||||||
name = "Aroy Art"
|
|
||||||
description = "I am a hobby programmer and artist."
|
|
||||||
|
|
||||||
[params.style]
|
|
||||||
#background = "secondary"
|
|
||||||
|
|
||||||
# Theme customizations
|
|
||||||
# Assets relative to 'static/'
|
|
||||||
[params.custom]
|
|
||||||
favicon = "favicon.ico"
|
|
||||||
favicon_ico_sizes = "16x16 32x32"
|
|
||||||
favicon_png = "favicon.png"
|
|
||||||
favicon_svg = "favicon.svg"
|
|
||||||
|
|
||||||
# Piwik tracking
|
|
||||||
[params.analytics.piwik]
|
|
||||||
#url = ""
|
|
||||||
#id = ""
|
|
||||||
#domain = "" # Track subdomains via "*.example.com"
|
|
||||||
# Optional hash for integrity check
|
|
||||||
#hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw=="
|
|
||||||
|
|
||||||
# Optional, global disable switch for fontawesome related files
|
|
||||||
# For custom fontawesome js files use the custom.js method
|
|
||||||
[params.fontawesome]
|
|
||||||
disabled = false
|
|
||||||
pro = false
|
|
||||||
|
|
||||||
[params.colors]
|
|
||||||
primary = "#4f0156" #"#350139" #"#00838F"
|
|
||||||
secondary = "#e4f2ff" #"#868e96"
|
|
||||||
success = "#008f54"
|
|
||||||
info = "#00c9dc"
|
|
||||||
warning = "#fdf314"
|
|
||||||
danger = "#dc1200"
|
|
||||||
light = "#f8f9fa"
|
|
||||||
dark = "#040b1e" #"#343a40"
|
|
||||||
|
|
||||||
# main/prepend/postpend menus are displayed in nav fragment.
|
|
||||||
# Keep an eye out for updates. These will be moved out to make navbar more
|
|
||||||
# configurable.
|
|
||||||
[[menu.main]]
|
|
||||||
url = "/"
|
|
||||||
name = "Home"
|
|
||||||
weight = 10
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
url = "/portfolio"
|
|
||||||
name = "Portfolio"
|
|
||||||
weight = 20
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
url = "/blog"
|
|
||||||
name = "Blog"
|
|
||||||
weight = 30
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
url = "/about"
|
|
||||||
name = "About Me"
|
|
||||||
weight = 40
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
url = "#contact"
|
|
||||||
name = "Contact"
|
|
||||||
weight = 50
|
|
||||||
|
|
||||||
[[menu.footer]]
|
|
||||||
url = "/portfolio"
|
|
||||||
name = "Portfolio"
|
|
||||||
weight = 10
|
|
||||||
|
|
||||||
[[menu.footer]]
|
|
||||||
url = "/blog"
|
|
||||||
name = "Blog"
|
|
||||||
weight = 30
|
|
||||||
|
|
||||||
[[menu.footer]]
|
|
||||||
url = "/about"
|
|
||||||
name = "About Me"
|
|
||||||
weight = 30
|
|
||||||
|
|
||||||
[[menu.copyright_footer]]
|
|
||||||
url = "/blog"
|
|
||||||
name = "Blog"
|
|
||||||
weight = 10
|
|
||||||
|
|
||||||
[[menu.copyright_footer]]
|
|
||||||
url = "/about"
|
|
||||||
name = "About Me"
|
|
||||||
weight = 20
|
|
||||||
|
|
||||||
[[menu.footer_social]]
|
|
||||||
weight = 10
|
|
||||||
name = "Reddit"
|
|
||||||
pre = "fab fa-reddit-alien"
|
|
||||||
url = "https://www.reddit.com/user/Aroy-Art"
|
|
||||||
|
|
||||||
[[menu.footer_social]]
|
|
||||||
weight = 20
|
|
||||||
name = "GitHub"
|
|
||||||
pre = "fab fa-github"
|
|
||||||
url = "https://www.github.com/Aroy-Art"
|
|
||||||
|
|
||||||
[[menu.footer_social]]
|
|
||||||
weight = 30
|
|
||||||
name = "Twitter"
|
|
||||||
pre = "fab fa-twitter"
|
|
||||||
url = "https://twitter.com/EDUDD22"
|
|
||||||
|
|
||||||
[[menu.footer_social]]
|
|
||||||
weight = 40
|
|
||||||
name = "Discord"
|
|
||||||
pre = "fab fa-discord"
|
|
||||||
url = "https://discord.com/invite/25gW5KN"
|
|
||||||
|
|
174
config.yaml
174
config.yaml
|
@ -3,7 +3,6 @@ baseURL: ""
|
||||||
languageCode: en-gb
|
languageCode: en-gb
|
||||||
title: Aroy Art
|
title: Aroy Art
|
||||||
theme: BioTech
|
theme: BioTech
|
||||||
favicon: img/favicon.png
|
|
||||||
|
|
||||||
# Add an S on the end of titles
|
# Add an S on the end of titles
|
||||||
pluralizeListTitles: False
|
pluralizeListTitles: False
|
||||||
|
@ -18,7 +17,7 @@ enableRobotsTXT: True
|
||||||
|
|
||||||
##################### Default Parameters ########################
|
##################### Default Parameters ########################
|
||||||
params:
|
params:
|
||||||
# Site character set
|
# Site html character set
|
||||||
charset: utf-8
|
charset: utf-8
|
||||||
|
|
||||||
# Theme color for Android browsers and Vivaldi
|
# Theme color for Android browsers and Vivaldi
|
||||||
|
@ -39,6 +38,9 @@ params:
|
||||||
to_top_button: True
|
to_top_button: True
|
||||||
comments: True
|
comments: True
|
||||||
|
|
||||||
|
# Set how to format the date, eg; "2006-01-02", "Monday, Jan 2, 2006"
|
||||||
|
dateFormat : "2006-01-02"
|
||||||
|
|
||||||
# RSS Feed settings
|
# RSS Feed settings
|
||||||
RSS:
|
RSS:
|
||||||
fullContents: True
|
fullContents: True
|
||||||
|
@ -57,21 +59,21 @@ params:
|
||||||
|
|
||||||
############################ Plugins ############################
|
############################ Plugins ############################
|
||||||
plugins:
|
plugins:
|
||||||
css: # css plugins
|
css: # css plugins
|
||||||
- link: /plugins/bootstrap/bootstrap.min.css
|
- link: /plugins/bootstrap/bootstrap.min.css
|
||||||
- link: /plugins/nerd-fonts/nerd-fonts-generated.min.css
|
- link: /plugins/nerd-fonts/nerd-fonts-generated.min.css
|
||||||
- link: /plugins/magnific-popup/magnific-popup.css
|
- link: /plugins/magnific-popup/magnific-popup.css
|
||||||
- link: /plugins/slick/slick.css
|
- link: /plugins/slick/slick.css
|
||||||
- link: https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,500;0,700;1,200;1,500;1,700&display=swap #https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap
|
- link: https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,500;0,700;1,200;1,500;1,700&display=swap #https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap
|
||||||
- link: /plugins/lightbox/lightbox.min.css
|
- link: /plugins/lightbox/lightbox.min.css
|
||||||
js: # js plugins
|
js: # js plugins
|
||||||
- link: /plugins/bootstrap/bootstrap.bundle.min.js
|
- link: /plugins/bootstrap/bootstrap.bundle.min.js
|
||||||
- link: /plugins/jquery/jquery.min.js
|
- link: /plugins/jquery/jquery.min.js
|
||||||
- link: /plugins/slick/slick.min.js
|
- link: /plugins/slick/slick.min.js
|
||||||
- link: /plugins/magnific-popup/jquery.magnific-popup.min.js
|
- link: /plugins/magnific-popup/jquery.magnific-popup.min.js
|
||||||
- link: /plugins/masonry/masonry.js
|
- link: /plugins/masonry/masonry.js
|
||||||
- link: /plugins/lazy-load/lozad.min.js
|
- link: /plugins/lazy-load/lozad.min.js
|
||||||
- link: /plugins/lightbox/lightbox.min.js
|
- link: /plugins/lightbox/lightbox.min.js
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
||||||
|
|
||||||
|
@ -104,42 +106,42 @@ params:
|
||||||
|
|
||||||
########################### Markup ##############################
|
########################### Markup ##############################
|
||||||
markup:
|
markup:
|
||||||
defaultMarkdownHandler: goldmark
|
defaultMarkdownHandler: goldmark
|
||||||
goldmark:
|
goldmark:
|
||||||
extensions:
|
extensions:
|
||||||
definitionList: true
|
definitionList: true
|
||||||
footnote: true
|
footnote: true
|
||||||
linkify: true
|
linkify: true
|
||||||
strikethrough: true
|
strikethrough: true
|
||||||
table: true
|
table: true
|
||||||
taskList: true
|
taskList: true
|
||||||
typographer: true
|
typographer: true
|
||||||
parser:
|
parser:
|
||||||
autoHeadingID: true
|
autoHeadingID: true
|
||||||
autoHeadingIDType: github
|
autoHeadingIDType: github
|
||||||
attribute:
|
attribute:
|
||||||
block: false
|
block: false
|
||||||
title: true
|
title: true
|
||||||
renderer:
|
renderer:
|
||||||
hardWraps: false
|
hardWraps: false
|
||||||
unsafe: false
|
unsafe: false
|
||||||
xhtml: false
|
xhtml: false
|
||||||
highlight:
|
highlight:
|
||||||
anchorLineNos: true
|
anchorLineNos: true
|
||||||
codeFences: true
|
codeFences: true
|
||||||
guessSyntax: false
|
guessSyntax: true
|
||||||
hl_Lines: ""
|
hl_Lines: ""
|
||||||
lineAnchors: ""
|
lineAnchors: ""
|
||||||
lineNoStart: 1
|
lineNoStart: 1
|
||||||
lineNos: false
|
lineNos: false
|
||||||
lineNumbersInTable: true
|
lineNumbersInTable: true
|
||||||
noClasses: false
|
noClasses: false
|
||||||
style: fruity
|
style: fruity
|
||||||
tabWidth: 4
|
tabWidth: 4
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
endLevel: 3
|
endLevel: 3
|
||||||
ordered: false
|
ordered: false
|
||||||
startLevel: 2
|
startLevel: 2
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
||||||
|
|
||||||
|
@ -153,42 +155,42 @@ outputs:
|
||||||
|
|
||||||
######################## Navigation bar #########################
|
######################## Navigation bar #########################
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- name: Blog
|
- name: Blog
|
||||||
pre: ""
|
pre: ""
|
||||||
url: blog
|
url: blog
|
||||||
weight: 1
|
weight: 1
|
||||||
- name: Portfolio
|
- name: Portfolio
|
||||||
pre: ""
|
pre: ""
|
||||||
url: portfolio
|
url: portfolio
|
||||||
weight: 2
|
weight: 2
|
||||||
- name: About Me
|
- name: About Me
|
||||||
pre: ""
|
pre: ""
|
||||||
url: about
|
url: about
|
||||||
weight: 3
|
weight: 3
|
||||||
- name: Contact
|
- name: Contact
|
||||||
pre: '#'
|
pre: '#'
|
||||||
url: contact
|
url: contact
|
||||||
weight: 4
|
weight: 4
|
||||||
more:
|
# more:
|
||||||
- name: Archive
|
# - name: Archive
|
||||||
pre: ""
|
# pre: ""
|
||||||
url: archive
|
# url: archive
|
||||||
weight: 3
|
# weight: 3
|
||||||
- name: Link Tree
|
# - name: Link Tree
|
||||||
pre: ""
|
# pre: ""
|
||||||
url: link_tree
|
# url: link_tree
|
||||||
weight: 1
|
# weight: 1
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
||||||
|
|
||||||
###################### Language Settings ########################
|
###################### Language Settings ########################
|
||||||
Language:
|
Language:
|
||||||
en:
|
en:
|
||||||
languageName: EN
|
languageName: EN
|
||||||
languageCode: en-gb
|
languageCode: en-gb
|
||||||
contentDir: content
|
contentDir: content
|
||||||
weight: 1
|
weight: 1
|
||||||
home: Home
|
home: Home
|
||||||
copyright: Copyright © 2022
|
copyright: Copyright © 2022
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
12
content/about.md
Normal file
12
content/about.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: About Me
|
||||||
|
|
||||||
|
date: 2021-08-30T07:26:25.000Z
|
||||||
|
lastmod: 2022-03-19T13:01:35.112Z
|
||||||
|
|
||||||
|
type: static
|
||||||
|
layout: about
|
||||||
|
|
||||||
|
rss_ignore: true
|
||||||
|
draft: false
|
||||||
|
---
|
61
content/blog/docker-cheat-sheet.md
Normal file
61
content/blog/docker-cheat-sheet.md
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
---
|
||||||
|
title: Docker Cheat Sheet
|
||||||
|
date: 2020-12-02T00:00:00.000Z
|
||||||
|
lastmod: '2021-12-31T16:03:40.561Z'
|
||||||
|
image: /images/blog/Image-Docker-Command-Cheat-Sheet.png
|
||||||
|
description: This is my Docker commands cheat sheet.
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
- cheat-sheet
|
||||||
|
---
|
||||||
|
|
||||||
|
# A list of docker commands
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### List images
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker images [OPTIONS] [REPOSITORY[:TAG]]
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Options
|
||||||
|
|
||||||
|
| Name, shorthand | Default | Description |
|
||||||
|
| :-------------- | :------:| --------------------------------------------------- |
|
||||||
|
| `--all , -a` | | Show all images (default hides intermediate images) |
|
||||||
|
| `--digests` | | Show digests |
|
||||||
|
| `--filter , -f` | | Filter output based on conditions provided |
|
||||||
|
| `--format` | | Pretty-print images using a Go template |
|
||||||
|
| `--no-trunc` | | Don’t truncate output |
|
||||||
|
| `--quiet , -q` | | Only show numeric IDs |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Remove one or more containers
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker rm [OPTIONS] CONTAINER [CONTAINER...]
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Options
|
||||||
|
|
||||||
|
| Name, shorthand | Default | Description |
|
||||||
|
|:----------------|:-------:| ------------------------------------------------------- |
|
||||||
|
|`--force , -f` | | Force the removal of a running container (uses SIGKILL) |
|
||||||
|
|`--link , -l` | | Remove the specified link |
|
||||||
|
|`--volumes , -v` | | Remove anonymous volumes associated with the container |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Stop one or more running containers
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker stop [OPTIONS] CONTAINER [CONTAINER...]
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Options
|
||||||
|
|
||||||
|
| Name, shorthand | Default | Description |
|
||||||
|
|:----------------|:-------:| ------------------------------------------- |
|
||||||
|
|`--time , -t` | 10 | Seconds to wait for stop before killing it. |
|
12
content/portfolio.md
Normal file
12
content/portfolio.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Portfolio
|
||||||
|
|
||||||
|
date: 2021-09-16T10:58:53.000Z
|
||||||
|
lastmod: 2022-03-19T13:02:30.401Z
|
||||||
|
|
||||||
|
type: static
|
||||||
|
layout: portfolio
|
||||||
|
|
||||||
|
rss_ignore: true
|
||||||
|
draft: false
|
||||||
|
---
|
12
content/tags.md
Normal file
12
content/tags.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Tags
|
||||||
|
|
||||||
|
date: 2021-08-30T07:26:25.000Z
|
||||||
|
lastmod: 2022-03-19T13:03:54.734Z
|
||||||
|
|
||||||
|
type: static
|
||||||
|
layout: tags
|
||||||
|
|
||||||
|
rss_ignore: true
|
||||||
|
draft: false
|
||||||
|
---
|
3
data/siteStatics.yml
Normal file
3
data/siteStatics.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
siteStatics:
|
||||||
|
enable : false
|
||||||
|
title: "Site Statics"
|
10
netlify.toml
10
netlify.toml
|
@ -3,17 +3,17 @@
|
||||||
command = "hugo"
|
command = "hugo"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_VERSION = "0.80.0"
|
HUGO_VERSION = "0.93.0"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
command = "hugo --minify"
|
||||||
|
|
||||||
[context.deploy-preview.environment]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "0.80.0"
|
HUGO_VERSION = "0.93.0"
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
command = "hugo --minify"
|
||||||
|
|
||||||
[context.branch-deploy.environment]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "0.80.0"
|
HUGO_VERSION = "0.93.0"
|
||||||
|
|
BIN
static/images/blog/Image-Docker-Command-Cheat-Sheet.png
Normal file
BIN
static/images/blog/Image-Docker-Command-Cheat-Sheet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
|
@ -1 +1 @@
|
||||||
Subproject commit 8edb21d178c9a8341fcf890254a750f17451e38b
|
Subproject commit e75e08c946ad1d0ace0bd58c7a35b8a8334a92da
|
Loading…
Reference in a new issue