Browse Source

fix bugs

pull/2/head
Tim J. Kicker 1 year ago
parent
commit
755695121d
  1. 17
      _config.yml
  2. 13
      package-lock.json
  3. 1
      package.json
  4. 16
      source/About/index.md
  5. 6
      themes/minima/_config.yml
  6. 12
      themes/minima/layout/partial/footer.ejs
  7. 9
      themes/minima/layout/partial/header.ejs

17
_config.yml

@ -3,7 +3,7 @@
## Source: https://github.com/hexojs/hexo/ ## Source: https://github.com/hexojs/hexo/
# Site # Site
title: Hexo
title: Tim's Blog
subtitle: '' subtitle: ''
description: '' description: ''
keywords: keywords:
@ -120,3 +120,18 @@ hfc_js:
compress: compress:
exclude: exclude:
- '*.min.js' - '*.min.js'
feed:
enable: true
type: atom
path: atom.xml
limit: 20
hub:
content:
content_limit: 140
content_limit_delim: ' '
order_by: -date
icon: icon.png
autodiscovery: true
template:

13
package-lock.json

@ -11,6 +11,7 @@
"hexo": "^6.3.0", "hexo": "^6.3.0",
"hexo-generator-archive": "^2.0.0", "hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0", "hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0", "hexo-generator-index": "^3.0.0",
"hexo-generator-tag": "^2.0.0", "hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0", "hexo-renderer-ejs": "^2.0.0",
@ -1004,6 +1005,18 @@
"node": ">=14" "node": ">=14"
} }
}, },
"node_modules/hexo-generator-feed": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/hexo-generator-feed/-/hexo-generator-feed-3.0.0.tgz",
"integrity": "sha512-Jo35VSRSNeMitS2JmjCq3OHAXXYU4+JIODujHtubdG/NRj2++b3Tgyz9pwTmROx6Yxr2php/hC8og5AGZHh8UQ==",
"dependencies": {
"hexo-util": "^2.1.0",
"nunjucks": "^3.0.0"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/hexo-generator-index": { "node_modules/hexo-generator-index": {
"version": "3.0.0", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/hexo-generator-index/-/hexo-generator-index-3.0.0.tgz", "resolved": "https://registry.npmjs.org/hexo-generator-index/-/hexo-generator-index-3.0.0.tgz",

1
package.json

@ -15,6 +15,7 @@
"hexo": "^6.3.0", "hexo": "^6.3.0",
"hexo-generator-archive": "^2.0.0", "hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0", "hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0", "hexo-generator-index": "^3.0.0",
"hexo-generator-tag": "^2.0.0", "hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0", "hexo-renderer-ejs": "^2.0.0",

16
source/About/index.md

@ -16,18 +16,18 @@ And since I find it difficult to describe myself in sentences, I'll just throw s
var tK = new Person("Tim","Kicker"); var tK = new Person("Tim","Kicker");
tK.State = "Austria"; tK.State = "Austria";
tk.Interests = {"Linux","Selfhosting","Vinyl",
tK.Interests = {"Linux","Selfhosting","Vinyl",
"Data curation", "Data curation",
"Privacy (Datnschützr würd ma sega)"}; "Privacy (Datnschützr würd ma sega)"};
tk.FavGames = {"Half-Life 2",
tK.FavGames = {"Half-Life 2",
"Lego Universe", "Lego Universe",
"Far Cry 3", "Far Cry 3",
"Portal 2"}; "Portal 2"};
tk.FavLang = "CSharp";
tk.LeastFavLang = "JS";
tk.FavColor = "Black (If that's a color??)";
tK.FavLang = "CSharp";
tK.LeastFavLang = "JS";
tK.FavColor = "Black (If that's a color??)";
{% endcodeblock %} {% endcodeblock %}
@ -37,3 +37,9 @@ tk.FavColor = "Black (If that's a color??)";
Feel free to leave me a message! (github, mail, blog-comment,...) Feel free to leave me a message! (github, mail, blog-comment,...)
c: c:
<!--
<div class="text-center mb-4">
<img src="https://raw.githubusercontent.com/botchGNU/botchGNU/master/generated/languages.svg" alt="apictureofme" width="350" height="200" />
</div>
-->

6
themes/minima/_config.yml

@ -31,8 +31,8 @@ footer: true
placename: opensource placename: opensource
placelink: https://github.com/timkicker/timkicker.github.io placelink: https://github.com/timkicker/timkicker.github.io
github: https://github.com/timkicker github: https://github.com/timkicker
twitter: https://twitter.com/timjkicker/
linkedin: https://www.linkedin.com/in/tim-kicker-5438b1237/ linkedin: https://www.linkedin.com/in/tim-kicker-5438b1237/
#twitter: https://twitter.com/adisaktijrs
#instagram: https://instagram.com/adisaktijrs #instagram: https://instagram.com/adisaktijrs
# Misc # Misc
@ -49,5 +49,5 @@ article:
thumbnail: true thumbnail: true
# DISQUS comments (sign up to Disqus to get disqus_shortname) # DISQUS comments (sign up to Disqus to get disqus_shortname)
disqus_enabled: false
disqus_shortname: https-tim-kicker
disqus_enabled: true
disqus_shortname: tim-kicker-dev

12
themes/minima/layout/partial/footer.ejs

@ -10,6 +10,12 @@
<!-- Sepcial thanks to https://simpleicons.org/ for the icons --> <!-- Sepcial thanks to https://simpleicons.org/ for the icons -->
<div class="four columns mb-3 posisi" > <div class="four columns mb-3 posisi" >
<% if (theme.twitter) { %>
<a class="ml-0 footer-link icon" href="<%- theme.twitter %>" target="_blank" style="text-decoration: none" rel="noreferrer" aria-label="Twitter">
<svg class="twitter svg-hov" width="18" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Twitter</title><path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"/></svg>
</a>
<% } %>
<% if (theme.github) { %> <% if (theme.github) { %>
<a class="ml-0 footer-link icon" href="<%- theme.github %>" target="_blank" style="text-decoration: none" rel="noreferrer" aria-label="GitHub"> <a class="ml-0 footer-link icon" href="<%- theme.github %>" target="_blank" style="text-decoration: none" rel="noreferrer" aria-label="GitHub">
<svg class="github svg-hov" width="18" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg> <svg class="github svg-hov" width="18" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
@ -22,11 +28,7 @@
</a> </a>
<% } %> <% } %>
<% if (theme.twitter) { %>
<a class="ml-0 footer-link icon" href="<%- theme.twitter %>" target="_blank" style="text-decoration: none" rel="noreferrer" aria-label="Twitter">
<svg class="twitter svg-hov" width="18" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Twitter</title><path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"/></svg>
</a>
<% } %>
<% if (theme.instagram) { %> <% if (theme.instagram) { %>
<a class="ml-0 footer-link icon" href="<%- theme.instagram %>" target="_blank" style="text-decoration: none" rel="noreferrer" aria-label="Instagram"> <a class="ml-0 footer-link icon" href="<%- theme.instagram %>" target="_blank" style="text-decoration: none" rel="noreferrer" aria-label="Instagram">

9
themes/minima/layout/partial/header.ejs

@ -31,6 +31,15 @@
</h1> </h1>
</div> </div>
<!--
<div class="six columns ml-1">
<h1 class="mt-2">
<a class="mt-2" href="<%= config.root %>">Hello World.</a>
</h1>
</div>
-->
<div class="twelve columns"> <div class="twelve columns">
<div class="row"> <div class="row">
<div class="nine columns left"> <div class="nine columns left">

Loading…
Cancel
Save