aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-03 20:08:36 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-03 20:08:36 +0300
commit59c7d4567380d1a9c80e96eb958fdbdd512ce006 (patch)
tree65410cfc10dbc7d060ec23be110662d9b7f6b0e9 /assets
новая жизнь блога
Diffstat (limited to 'assets')
-rw-r--r--assets/img/logo.pngbin0 -> 20735 bytes
-rw-r--r--assets/jsconfig.json10
2 files changed, 10 insertions, 0 deletions
diff --git a/assets/img/logo.png b/assets/img/logo.png
new file mode 100644
index 0000000..4393a02
--- /dev/null
+++ b/assets/img/logo.png
Binary files differ
diff --git a/assets/jsconfig.json b/assets/jsconfig.json
new file mode 100644
index 0000000..d0d7a6e
--- /dev/null
+++ b/assets/jsconfig.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "*": [
+ "../themes/hugo-theme-stack/assets/*"
+ ]
+ }
+ }
+} \ No newline at end of file