Skip to content

Commit

Permalink
2024-09-15 01:12:12
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Sep 15, 2024
1 parent 137df47 commit 8b5acb9
Show file tree
Hide file tree
Showing 29 changed files with 18 additions and 18 deletions.
Empty file modified assets/js/language.js
100644 → 100755
Empty file.
Empty file modified assets/js/system.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/api.github.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/clipboard.code.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/date.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/fancybox.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/modal.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/navbar.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/prevent_default.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/qrcode.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/search.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/select.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/share.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/site_resize.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/tabs.js
100644 → 100755
Empty file.
Empty file modified assets/js/system/modules/tooltip.js
100644 → 100755
Empty file.
Empty file modified assets/js/theme.js
100644 → 100755
Empty file.
Empty file modified assets/js/vendor/bootstrap.bundle.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/vendor/fancybox.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/vendor/fuse.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/vendor/headroom.min.js
100644 → 100755
Empty file.
Empty file modified assets/js/vendor/qrcode.min.js
100644 → 100755
Empty file.
10 changes: 5 additions & 5 deletions data/ui.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# -------------------------------------------------------------------------------------------------------------------- #
# Meta.
# META
# -------------------------------------------------------------------------------------------------------------------- #

icons:
sizes: [ '16', '24', '32', '48', '64', '72', '80', '96', '128',
'144', '152', '167', '180', '192', '196', '256', '300', '512' ]

# -------------------------------------------------------------------------------------------------------------------- #
# Network.
# NETWORK
# -------------------------------------------------------------------------------------------------------------------- #

network:
Expand All @@ -16,14 +16,14 @@ network:
- 'https://images.unsplash.com'

# -------------------------------------------------------------------------------------------------------------------- #
# Fonts.
# FONTS
# -------------------------------------------------------------------------------------------------------------------- #

fonts:
external:

# -------------------------------------------------------------------------------------------------------------------- #
# Styles.
# STYLES
# -------------------------------------------------------------------------------------------------------------------- #

styles:
Expand All @@ -41,7 +41,7 @@ styles:
- 'css/system.scss'

# -------------------------------------------------------------------------------------------------------------------- #
# Scripts.
# SCRIPTS
# -------------------------------------------------------------------------------------------------------------------- #

scripts:
Expand Down
12 changes: 6 additions & 6 deletions i18n/en.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------------------------------------------------------- #
# General.
# GENERAL
# -------------------------------------------------------------------------------------------------------------------- #

about: { other: 'About' }
Expand Down Expand Up @@ -57,7 +57,7 @@ uuid: { other: 'UUID' }
word_count: { other: 'Word count' }

# -------------------------------------------------------------------------------------------------------------------- #
# Color modes.
# COLOR MODES
# -------------------------------------------------------------------------------------------------------------------- #

theme:
Expand All @@ -68,15 +68,15 @@ theme:
theme: { other: 'UI Theme' }

# -------------------------------------------------------------------------------------------------------------------- #
# Browser console.
# BROWSER CONSOLE
# -------------------------------------------------------------------------------------------------------------------- #

console:
about_me: { other: 'About me' }
buy_me: { other: 'Buy me a' }

# -------------------------------------------------------------------------------------------------------------------- #
# Alerts.
# ALERTS
# -------------------------------------------------------------------------------------------------------------------- #

alert:
Expand Down Expand Up @@ -110,7 +110,7 @@ alert:
Search results that most closely match a query are at the top, approximate results are at bottom.
# -------------------------------------------------------------------------------------------------------------------- #
# Social.
# SOCIAL
# -------------------------------------------------------------------------------------------------------------------- #

social:
Expand Down Expand Up @@ -139,7 +139,7 @@ social:
youtube: { other: 'YouTube' }

# -------------------------------------------------------------------------------------------------------------------- #
# Resources.
# RESOURCES
# -------------------------------------------------------------------------------------------------------------------- #

resources:
Expand Down
12 changes: 6 additions & 6 deletions i18n/ru.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------------------------------------------------------- #
# General.
# GENERAL
# -------------------------------------------------------------------------------------------------------------------- #

about: { other: 'О проекте' }
Expand Down Expand Up @@ -57,7 +57,7 @@ uuid: { other: 'UUID' }
word_count: { other: 'Количество слов' }

# -------------------------------------------------------------------------------------------------------------------- #
# Color modes.
# COLOR MODES
# -------------------------------------------------------------------------------------------------------------------- #

theme:
Expand All @@ -68,15 +68,15 @@ theme:
theme: { other: 'Тема интерфейса' }

# -------------------------------------------------------------------------------------------------------------------- #
# Browser console.
# BROWSER CONSOLE
# -------------------------------------------------------------------------------------------------------------------- #

console:
about_me: { other: 'Обо мне' }
buy_me: { other: 'Купите мне' }

# -------------------------------------------------------------------------------------------------------------------- #
# Alerts.
# ALERTS
# -------------------------------------------------------------------------------------------------------------------- #

alert:
Expand Down Expand Up @@ -110,7 +110,7 @@ alert:
Результаты поиска, наиболее точно соответствующие запросу, находятся сверху, приблизительные результаты - снизу.
# -------------------------------------------------------------------------------------------------------------------- #
# Social.
# SOCIAL
# -------------------------------------------------------------------------------------------------------------------- #

social:
Expand Down Expand Up @@ -139,7 +139,7 @@ social:
youtube: { other: 'YouTube' }

# -------------------------------------------------------------------------------------------------------------------- #
# Resources.
# RESOURCES
# -------------------------------------------------------------------------------------------------------------------- #

resources:
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/ui.css.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{{ range . }}{{ $bundle = (($bundle) | append (resources.Get .)) }}{{ end }}
{{ $bundle = (($bundle) | resources.Concat "css/system.bundle.scss") }}
{{ $bundle = (($bundle) | resources.ExecuteAsTemplate ("css/system.bundle.scss" | relLangURL) .) }}
{{ $bundle = ((($bundle) | resources.ToCSS) | minify) }}
{{ $bundle = ((($bundle) | css.Sass) | minify) }}
<link rel="preload" href="{{ ($bundle.RelPermalink) }}" as="style">
<link rel="stylesheet" href="{{ ($bundle.RelPermalink) }}">
{{ end }}
Expand Down
Empty file modified static/js/hl.worker.js
100644 → 100755
Empty file.
Empty file modified static/js/hl.worker.min.js
100644 → 100755
Empty file.

0 comments on commit 8b5acb9

Please sign in to comment.