diff --git a/assets/lib/typeit/typeit.umd.js b/assets/lib/typeit/typeit.umd.js index 453d618c..4a9f131c 100644 --- a/assets/lib/typeit/typeit.umd.js +++ b/assets/lib/typeit/typeit.umd.js @@ -1,2 +1,2 @@ // TypeIt by Alex MacArthur - https://typeitjs.com -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).TypeIt=t()}(this,(function(){"use strict";const e=e=>Array.isArray(e),t=t=>e(t)?t:[t];const s="data-typeit-id",i="ti-cursor",r={started:!1,completed:!1,frozen:!1,destroyed:!1},n={breakLines:!0,cursor:{autoPause:!0,autoPauseDelay:500,animation:{frames:[0,0,1].map((e=>({opacity:e}))),options:{iterations:1/0,easing:"steps(2, start)",fill:"forwards"}}},cursorChar:"|",cursorSpeed:1e3,deleteSpeed:null,html:!0,lifeLike:!0,loop:!1,loopDelay:750,nextStringDelay:750,speed:100,startDelay:250,startDelete:!1,strings:[],waitUntilVisible:!1,beforeString:()=>{},afterString:()=>{},beforeStep:()=>{},afterStep:()=>{},afterComplete:()=>{}},o=`[${s}]:before {content: '.'; display: inline-block; width: 0; visibility: hidden;}`,a=e=>document.createElement(e),u=e=>document.createTextNode(e),l=(e,t="")=>{let s=a("style");s.id=t,s.appendChild(u(e)),document.head.appendChild(s)},h=t=>(e(t)||(t=[t/2,t/2]),t),d=(e,t)=>Math.abs(Math.random()*(e+t-(e-t))+(e-t));let p=e=>e/2;const c=e=>Array.from(e);let m=e=>([...e.childNodes].forEach((e=>{if(e.nodeValue)return[...e.nodeValue].forEach((t=>{e.parentNode.insertBefore(u(t),e)})),void e.remove();m(e)})),e);const f=e=>{let t=document.implementation.createHTMLDocument();return t.body.innerHTML=e,m(t.body)};function y(e,t=!1,s=!1){let r,n=e.querySelector(`.${i}`),o=document.createTreeWalker(e,NodeFilter.SHOW_ALL,{acceptNode:e=>{if(n&&s){if(e.classList?.contains(i))return NodeFilter.FILTER_ACCEPT;if(n.contains(e))return NodeFilter.FILTER_REJECT}return e.classList?.contains(i)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}}),a=[];for(;r=o.nextNode();)r.originalParent||(r.originalParent=r.parentNode),a.push(r);return t?a.reverse():a}function g(e,t=!0){return t?y(f(e)):c(e).map(u)}const b=({index:e,newIndex:t,queueItems:s,cleanUp:i})=>{for(let r=e+1;rNumber.isInteger(e),C=({queueItems:e,selector:t,cursorPosition:s,to:i})=>{if(P(t))return-1*t;let r=new RegExp("END","i").test(i),n=t?[...e].reverse().findIndex((({char:e})=>{let s=e.parentElement,i=s.matches(t);return!(!r||!i)||i&&s.firstChild.isSameNode(e)})):-1;return n<0&&(n=r?0:e.length-1),n-s+(r?0:1)},I=(e,t)=>new Array(t).fill(e);let v=e=>new Promise((t=>{requestAnimationFrame((async()=>{t(await e())}))})),w=e=>e?.getAnimations().find((t=>t.id===e.dataset.tiAnimationId)),T=({cursor:e,frames:t,options:s})=>{let i=e.animate(t,s);return i.pause(),i.id=e.dataset.tiAnimationId,v((()=>{v((()=>{i.play()}))})),i},q=e=>e.func?.call(null),S=async({index:e,queueItems:t,wait:s,cursor:i,cursorOptions:r})=>{let n=t[e][1],o=[],a=e,u=n,l=()=>u&&!u.delay,h=n.shouldPauseCursor()&&r.autoPause;for(;l();)o.push(u),l()&&a++,u=t[a]?t[a][1]:null;if(o.length)return await v((async()=>{for(let e of o)await q(e)})),a-1;let d,p=w(i);return p&&(d={...p.effect.getComputedTiming(),delay:h?r.autoPauseDelay:0}),await s((async()=>{p&&h&&p.cancel(),await v((()=>{q(n)}))}),n.delay),await(({cursor:e,options:t,cursorOptions:s})=>{if(!e||!s)return;let i,r=w(e);r&&(t.delay=r.effect.getComputedTiming().delay,i=r.currentTime,r.cancel());let n=T({cursor:e,frames:s.animation.frames,options:t});return i&&(n.currentTime=i),n})({cursor:i,options:d,cursorOptions:r}),e};const N=e=>"value"in e;let A=e=>"function"==typeof e?e():e,E=(e,t=document,s=!1)=>t["querySelector"+(s?"All":"")](e);const L=(e,t)=>Object.assign({},e,t);let x={"font-family":"","font-weight":"","font-size":"","font-style":"","line-height":"",color:"",transform:"translateX(-.125em)"};return class{element;timeouts;cursorPosition;predictedCursorPosition;statuses={started:!1,completed:!1,frozen:!1,destroyed:!1};opts;id;queue;cursor;unfreeze=()=>{};constructor(e,s={}){var i;this.opts=L(n,s),this.element="string"==typeof(i=e)?E(i):i,this.timeouts=[],this.cursorPosition=0,this.unfreeze=()=>{},this.predictedCursorPosition=null,this.statuses=L({},r),this.id=Math.random().toString().substring(2,9),this.queue=function(e){let s=function(e){return t(e).forEach((e=>n.set(Symbol(e.char?.innerText),i({...e})))),this},i=e=>(e.shouldPauseCursor=function(){return Boolean(this.typeable||this.cursorable||this.deletable)},e),r=()=>Array.from(n.values()),n=new Map;return s(e),{add:s,set:function(e,t){let s=[...n.keys()];n.set(s[e],i(t))},wipe:function(){n=new Map,s(e)},done:(e,t=!1)=>t?n.delete(e):n.get(e).done=!0,reset:function(){n.forEach((e=>delete e.done))},destroy:e=>n.delete(e),getItems:(e=!1)=>e?r():r().filter((e=>!e.done)),getQueue:()=>n,getTypeable:()=>r().filter((e=>e.typeable))}}([{delay:this.opts.startDelay}]),this.#e(s),this.cursor=this.#t(),this.element.dataset.typeitId=this.id,l(o),this.opts.strings.length&&this.#s()}go(){return this.statuses.started?this:(this.#i(),this.opts.waitUntilVisible?(e=this.element,t=this.#r.bind(this),new IntersectionObserver(((s,i)=>{s.forEach((s=>{s.isIntersecting&&(t(),i.unobserve(e))}))}),{threshold:1}).observe(e),this):(this.#r(),this));var e,t}destroy(e=!0){this.timeouts=(this.timeouts.forEach(clearTimeout),[]),A(e)&&this.cursor&&this.#n(this.cursor),this.statuses.destroyed=!0}reset(e){!this.is("destroyed")&&this.destroy(),e?(this.queue.wipe(),e(this)):this.queue.reset(),this.cursorPosition=0;for(let t in this.statuses)this.statuses[t]=!1;return this.element[this.#o()?"value":"innerHTML"]="",this}is=function(e){return this.statuses[e]};type(e,t={}){e=A(e);let{instant:s}=t,i=this.#a(t),r=g(e,this.opts.html).map((e=>{return{func:()=>this.#u(e),char:e,delay:s||(t=e,/<(.+)>(.*?)<\/(.+)>/.test(t.outerHTML))?0:this.#l(),typeable:e.nodeType===Node.TEXT_NODE};var t})),n=[i[0],{func:async()=>await this.opts.beforeString(e,this)},...r,{func:async()=>await this.opts.afterString(e,this)},i[1]];return this.#h(n,t)}break(e={}){return this.#h({func:()=>this.#u(a("BR")),typeable:!0},e)}move(e,t={}){e=A(e);let s=this.#a(t),{instant:i,to:r}=t,n=C({queueItems:this.queue.getTypeable(),selector:null===e?"":e,to:r,cursorPosition:this.#d}),o=n<0?-1:1;return this.predictedCursorPosition=this.#d+n,this.#h([s[0],...I({func:()=>this.#p(o),delay:i?0:this.#l(),cursorable:!0},Math.abs(n)),s[1]],t)}exec(e,t={}){let s=this.#a(t);return this.#h([s[0],{func:()=>e(this)},s[1]],t)}options(e,t={}){return e=A(e),this.#c(e),this.#h({},t)}pause(e,t={}){return this.#h({delay:A(e)},t)}delete(e=null,t={}){e=A(e);let s=this.#a(t),i=e,{instant:r,to:n}=t,o=this.queue.getTypeable(),a=(()=>null===i?o.length:P(i)?i:C({queueItems:o,selector:i,cursorPosition:this.#d,to:n}))();return this.#h([s[0],...I({func:this.#m.bind(this),delay:r?0:this.#l(1),deletable:!0},a),s[1]],t)}freeze(){this.statuses.frozen=!0}flush(e=()=>{}){return this.#i(),this.#r(!1).then(e),this}getQueue(){return this.queue}getOptions(){return this.opts}updateOptions(e){return this.#c(e)}getElement(){return this.element}empty(e={}){return this.#h({func:this.#f.bind(this)},e)}async#f(){this.#o()?this.element.value="":this.#y.forEach(this.#n.bind(this))}async#r(e=!0){this.statuses.started=!0;let t=t=>{this.queue.done(t,!e)};try{let s=[...this.queue.getQueue()];for(let e=0;e{await this.#P(i[0]),this.#r()}),i[1])}catch(s){}return this}async#p(e){var t,s,r;this.cursorPosition=(t=e,s=this.cursorPosition,r=this.#y,Math.min(Math.max(s+t,0),r.length)),((e,t,s)=>{let r=t[s-1],n=E(`.${i}`,e);(e=r?.parentNode||e).insertBefore(n,r||null)})(this.element,this.#y,this.cursorPosition)}async#P(e){let t=this.#d;t&&await this.#p({value:t});let s=this.#y.map((e=>[Symbol(),{func:this.#m.bind(this),delay:this.#l(1),deletable:!0,shouldPauseCursor:()=>!0}]));for(let i=0;i{this.unfreeze=()=>{this.statuses.frozen=!1,e()}})),s||await this.opts.beforeStep(this),await((e,t,s)=>new Promise((i=>{s.push(setTimeout((async()=>{await e(),i()}),t||0))})))(e,t,this.timeouts),s||await this.opts.afterStep(this)}async#i(){if(!this.#o()&&this.cursor&&this.element.appendChild(this.cursor),this.#C){((e,t)=>{let r=`[${s}='${e}'] .${i}`,n=getComputedStyle(t),o=Object.entries(x).reduce(((e,[t,s])=>`${e} ${t}: var(--ti-cursor-${t}, ${s||n[t]});`),"");l(`${r} { display: inline-block; width: 0; ${o} }`,e)})(this.id,this.element),this.cursor.dataset.tiAnimationId=this.id;let{animation:e}=this.opts.cursor,{frames:t,options:r}=e;T({frames:t,cursor:this.cursor,options:{duration:this.opts.cursorSpeed,...r}})}}#o(){return N(this.element)}#h(e,t){return this.queue.add(e),this.#I(t),this}#I(e={}){let t=e.delay;t&&this.queue.add({delay:t})}#a(e={}){return[{func:()=>this.#c(e)},{func:()=>this.#c(this.opts)}]}async#c(e){this.opts=L(this.opts,e)}#s(){let e=this.opts.strings.filter((e=>!!e));e.forEach(((t,s)=>{if(this.type(t),s+1===e.length)return;let i=this.opts.breakLines?[{func:()=>this.#u(a("BR")),typeable:!0}]:I({func:this.#m.bind(this),delay:this.#l(1)},this.queue.getTypeable().length);this.#v(i)}))}#e=e=>{e.cursor=(e=>{if("object"==typeof e){let t={},{frames:s,options:i}=n.cursor.animation;return t.animation=e.animation||{},t.animation.frames=e.animation?.frames||s,t.animation.options=L(i,e.animation?.options||{}),t.autoPause=e.autoPause??n.cursor.autoPause,t.autoPauseDelay=e.autoPauseDelay||n.cursor.autoPauseDelay,t}return!0===e?n.cursor:e})(e.cursor??n.cursor),this.opts.strings=this.#w(t(this.opts.strings)),this.opts=L(this.opts,{html:!this.#T&&this.opts.html,nextStringDelay:h(this.opts.nextStringDelay),loopDelay:h(this.opts.loopDelay)})};#w(e){let t=this.element.innerHTML;return t?(this.element.innerHTML="",this.opts.startDelete?(this.element.innerHTML=t,m(this.element),this.#v(I({func:this.#m.bind(this),delay:this.#l(1),deletable:!0},this.#y.length)),e):(s=t,s.replace(//g,"").trim().split(//)).concat(e)):e;var s}#t(){if(this.#T)return null;let e=a("span");return e.className=i,this.#C?(e.innerHTML=f(this.opts.cursorChar).innerHTML,e):(e.style.visibility="hidden",e)}#v(e){let t=this.opts.nextStringDelay;this.queue.add([{delay:t[0]},...e,{delay:t[1]}])}#u(e){((e,t)=>{if(N(e))return void(e.value=`${e.value}${t.textContent}`);t.innerHTML="";let s=(r=t.originalParent,/body/i.test(r?.tagName)?e:t.originalParent||e);var r;s.insertBefore(t,E("."+i,s)||null)})(this.element,e)}#m(){this.#y.length&&(this.#T?this.element.value=this.element.value.slice(0,-1):this.#n(this.#y[this.cursorPosition]))}#n(e){((e,t)=>{if(!e)return;let s=e.parentNode;(s.childNodes.length>1||s.isSameNode(t)?e:s).remove()})(e,this.element)}#l(e=0){return function(e){let{speed:t,deleteSpeed:s,lifeLike:i}=e;return s=null!==s?s:t/3,i?[d(t,p(t)),d(s,p(s))]:[t,s]}(this.opts)[e]}get#d(){return this.predictedCursorPosition??this.cursorPosition}get#T(){return N(this.element)}get#C(){return!!this.opts.cursor&&!this.#T}get#y(){return e=this.element,N(e)?c(e.value):y(e,!0).filter((e=>!(e.childNodes.length>0)));var e}}})); +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).TypeIt=t()}(this,(function(){"use strict";const e=e=>Array.isArray(e),t=t=>e(t)?t:[t];const s="data-typeit-id",i="ti-cursor",r={started:!1,completed:!1,frozen:!1,destroyed:!1},n={breakLines:!0,cursor:{autoPause:!0,autoPauseDelay:500,animation:{frames:[0,0,1].map((e=>({opacity:e}))),options:{iterations:1/0,easing:"steps(2, start)",fill:"forwards"}}},cursorChar:"|",cursorSpeed:1e3,deleteSpeed:null,html:!0,lifeLike:!0,loop:!1,loopDelay:750,nextStringDelay:750,speed:100,startDelay:250,startDelete:!1,strings:[],waitUntilVisible:!1,beforeString:()=>{},afterString:()=>{},beforeStep:()=>{},afterStep:()=>{},afterComplete:()=>{}},o=`[${s}]:before {content: '.'; display: inline-block; width: 0; visibility: hidden;}`,a=e=>document.createElement(e),u=e=>document.createTextNode(e),l=(e,t="")=>{let s=a("style");s.id=t,s.appendChild(u(e)),document.head.appendChild(s)},h=t=>(e(t)||(t=[t/2,t/2]),t),d=(e,t)=>Math.abs(Math.random()*(e+t-(e-t))+(e-t));let p=e=>e/2;const c=e=>Array.from(e);let m=e=>([...e.childNodes].forEach((e=>{if(e.nodeValue)return[...e.nodeValue].forEach((t=>{e.parentNode.insertBefore(u(t),e)})),void e.remove();m(e)})),e);const f=e=>{let t=document.implementation.createHTMLDocument();return t.body.innerHTML=e,m(t.body)};function y(e,t=!1,s=!1){let r,n=e.querySelector(`.${i}`),o=document.createTreeWalker(e,NodeFilter.SHOW_ALL,{acceptNode:e=>{if(n&&s){if(e.classList?.contains(i))return NodeFilter.FILTER_ACCEPT;if(n.contains(e))return NodeFilter.FILTER_REJECT}return e.classList?.contains(i)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}}),a=[];for(;r=o.nextNode();)r.originalParent||(r.originalParent=r.parentNode),a.push(r);return t?a.reverse():a}function g(e,t=!0){return t?y(f(e)):c(e).map(u)}const b=({index:e,newIndex:t,queueItems:s,cleanUp:i})=>{for(let r=e+1;rNumber.isInteger(e),C=({queueItems:e,selector:t,cursorPosition:s,to:i})=>{if(P(t))return-1*t;let r=new RegExp("END","i").test(i),n=t?[...e].reverse().findIndex((({char:e})=>{let s=e.parentElement,i=s.matches(t);return!(!r||!i)||i&&s.firstChild.isSameNode(e)})):-1;return n<0&&(n=r?0:e.length-1),n-s+(r?0:1)},I=(e,t)=>new Array(t).fill(e);let v=e=>new Promise((t=>{requestAnimationFrame((async()=>{t(await e())}))})),w=e=>e?.getAnimations().find((t=>t.id===e.dataset.tiAnimationId)),T=({cursor:e,frames:t,options:s})=>{let i=e.animate(t,s);return i.pause(),i.id=e.dataset.tiAnimationId,v((()=>{v((()=>{i.play()}))})),i},q=e=>e.func?.call(null),S=async({index:e,queueItems:t,wait:s,cursor:i,cursorOptions:r})=>{let n=t[e][1],o=[],a=e,u=n,l=()=>u&&!u.delay,h=n.shouldPauseCursor()&&r.autoPause;for(;l();)o.push(u),l()&&a++,u=t[a]?t[a][1]:null;if(o.length)return await v((async()=>{for(let e of o)await q(e)})),a-1;let d,p=w(i);return p&&(d={...p.effect.getComputedTiming(),delay:h?r.autoPauseDelay:0}),await s((async()=>{p&&h&&p.cancel(),await v((()=>{q(n)}))}),n.delay),await(({cursor:e,options:t,cursorOptions:s})=>{if(!e||!s)return;let i,r=w(e);r&&(t.delay=r.effect.getComputedTiming().delay,i=r.currentTime,r.cancel());let n=T({cursor:e,frames:s.animation.frames,options:t});return i&&(n.currentTime=i),n})({cursor:i,options:d,cursorOptions:r}),e};const N=e=>"value"in e;let A=e=>"function"==typeof e?e():e,E=(e,t=document,s=!1)=>t["querySelector"+(s?"All":"")](e);const L=(e,t)=>Object.assign({},e,t);let x={"font-family":"","font-weight":"","font-size":"","font-style":"","line-height":"",color:"",transform:"translateX(-.125em)"};return class{element;timeouts;cursorPosition;predictedCursorPosition;statuses={started:!1,completed:!1,frozen:!1,destroyed:!1};opts;id;queue;cursor;unfreeze=()=>{};constructor(e,s={}){var i;this.opts=L(n,s),this.element="string"==typeof(i=e)?E(i):i,this.timeouts=[],this.cursorPosition=0,this.unfreeze=()=>{},this.predictedCursorPosition=null,this.statuses=L({},r),this.id=Math.random().toString().substring(2,9),this.queue=function(e){let s=function(e){return t(e).forEach((e=>n.set(Symbol(e.char?.innerText),i({...e})))),this},i=e=>(e.shouldPauseCursor=function(){return Boolean(this.typeable||this.cursorable||this.deletable)},e),r=()=>Array.from(n.values()),n=new Map;return s(e),{add:s,set:function(e,t){let s=[...n.keys()];n.set(s[e],i(t))},wipe:function(){n=new Map,s(e)},done:(e,t=!1)=>t?n.delete(e):n.get(e).done=!0,reset:function(){n.forEach((e=>delete e.done))},destroy:e=>n.delete(e),getItems:(e=!1)=>e?r():r().filter((e=>!e.done)),getQueue:()=>n,getTypeable:()=>r().filter((e=>e.typeable))}}([{delay:this.opts.startDelay}]),this.#e(s),this.cursor=this.#t(),this.element.dataset.typeitId=this.id,l(o),this.opts.strings.length&&this.#s()}go(){return this.statuses.started?this:(this.#i(),this.opts.waitUntilVisible?(e=this.element,t=this.#r.bind(this),new IntersectionObserver(((s,i)=>{s.forEach((s=>{s.isIntersecting&&(t(),i.unobserve(e))}))}),{threshold:1}).observe(e),this):(this.#r(),this));var e,t}destroy(e=!0){this.timeouts=(this.timeouts.forEach(clearTimeout),[]),A(e)&&this.cursor&&this.#n(this.cursor),this.statuses.destroyed=!0}reset(e){!this.is("destroyed")&&this.destroy(),e?(this.queue.wipe(),e(this)):this.queue.reset(),this.cursorPosition=0;for(let t in this.statuses)this.statuses[t]=!1;return this.element[this.#o()?"value":"innerHTML"]="",this}is=function(e){return this.statuses[e]};type(e,t={}){e=A(e);let{instant:s}=t,i=this.#a(t),r=g(e,this.opts.html).map((e=>{return{func:()=>this.#u(e),char:e,delay:s||(t=e,/<(.+)>(.*?)<\/(.+)>/.test(t.outerHTML))?0:this.#l(),typeable:e.nodeType===Node.TEXT_NODE};var t})),n=[i[0],{func:async()=>await this.opts.beforeString(e,this)},...r,{func:async()=>await this.opts.afterString(e,this)},i[1]];return this.#h(n,t)}break(e={}){return this.#h({func:()=>this.#u(a("BR")),typeable:!0},e)}move(e,t={}){e=A(e);let s=this.#a(t),{instant:i,to:r}=t,n=C({queueItems:this.queue.getTypeable(),selector:null===e?"":e,to:r,cursorPosition:this.#d}),o=n<0?-1:1;return this.predictedCursorPosition=this.#d+n,this.#h([s[0],...I({func:()=>this.#p(o),delay:i?0:this.#l(),cursorable:!0},Math.abs(n)),s[1]],t)}exec(e,t={}){let s=this.#a(t);return this.#h([s[0],{func:()=>e(this)},s[1]],t)}options(e,t={}){return e=A(e),this.#c(e),this.#h({},t)}pause(e,t={}){return this.#h({delay:A(e)},t)}delete(e=null,t={}){e=A(e);let s=this.#a(t),i=e,{instant:r,to:n}=t,o=this.queue.getTypeable(),a=(()=>null===i?o.length:P(i)?i:C({queueItems:o,selector:i,cursorPosition:this.#d,to:n}))();return this.#h([s[0],...I({func:this.#m.bind(this),delay:r?0:this.#l(1),deletable:!0},a),s[1]],t)}freeze(){this.statuses.frozen=!0}flush(e=()=>{}){return this.#i(),this.#r(!1).then(e),this}getQueue(){return this.queue}getOptions(){return this.opts}updateOptions(e){return this.#c(e)}getElement(){return this.element}empty(e={}){return this.#h({func:this.#f.bind(this)},e)}async#f(){this.#o()?this.element.value="":this.#y.forEach(this.#n.bind(this))}async#r(e=!0){this.statuses.started=!0;let t=t=>{this.queue.done(t,!e)};try{let s=[...this.queue.getQueue()];for(let e=0;e{await this.#P(i[0]),this.#r()}),i[1])}catch(s){}return this}async#p(e){var t,s,r;this.cursorPosition=(t=e,s=this.cursorPosition,r=this.#y,Math.min(Math.max(s+t,0),r.length)),((e,t,s)=>{let r=t[s-1],n=E(`.${i}`,e);(e=r?.parentNode||e).insertBefore(n,r||null)})(this.element,this.#y,this.cursorPosition)}async#P(e){let t=this.#d;t&&await this.#p({value:t});let s=this.#y.map((e=>[Symbol(),{func:this.#m.bind(this),delay:this.#l(1),deletable:!0,shouldPauseCursor:()=>!0}]));for(let i=0;i{this.unfreeze=()=>{this.statuses.frozen=!1,e()}})),s||await this.opts.beforeStep(this),await((e,t,s)=>new Promise((i=>{s.push(setTimeout((async()=>{await e(),i()}),t||0))})))(e,t,this.timeouts),s||await this.opts.afterStep(this)}async#i(){if(!this.#o()&&this.cursor&&this.element.appendChild(this.cursor),this.#C){((e,t)=>{let r=`[${s}='${e}'] .${i}`,n=getComputedStyle(t),o=Object.entries(x).reduce(((e,[t,s])=>`${e} ${t}: var(--ti-cursor-${t}, ${s||n[t]});`),"");l(`${r} { display: inline-block; width: 0; ${o} }`,e)})(this.id,this.element),this.cursor.dataset.tiAnimationId=this.id;let{animation:e}=this.opts.cursor,{frames:t,options:r}=e;T({frames:t,cursor:this.cursor,options:{duration:this.opts.cursorSpeed,...r}})}}#o(){return N(this.element)}#h(e,t){return this.queue.add(e),this.#I(t),this}#I(e={}){let t=e.delay;t&&this.queue.add({delay:t})}#a(e={}){return[{func:()=>this.#c(e)},{func:()=>this.#c(this.opts)}]}async#c(e){this.opts=L(this.opts,e)}#s(){let e=this.opts.strings.filter((e=>!!e));e.forEach(((t,s)=>{if(this.type(t),s+1===e.length)return;let i=this.opts.breakLines?[{func:()=>this.#u(a("BR")),typeable:!0}]:I({func:this.#m.bind(this),delay:this.#l(1)},this.queue.getTypeable().length);this.#v(i)}))}#e=e=>{this.opts.cursor=(e=>{if("object"==typeof e){let t={},{frames:s,options:i}=n.cursor.animation;return t.animation=e.animation||{},t.animation.frames=e.animation?.frames||s,t.animation.options=L(i,e.animation?.options||{}),t.autoPause=e.autoPause??n.cursor.autoPause,t.autoPauseDelay=e.autoPauseDelay||n.cursor.autoPauseDelay,t}return!0===e?n.cursor:e})(e.cursor??n.cursor),this.opts.strings=this.#w(t(this.opts.strings)),this.opts=L(this.opts,{html:!this.#T&&this.opts.html,nextStringDelay:h(this.opts.nextStringDelay),loopDelay:h(this.opts.loopDelay)})};#w(e){let t=this.element.innerHTML;return t?(this.element.innerHTML="",this.opts.startDelete?(this.element.innerHTML=t,m(this.element),this.#v(I({func:this.#m.bind(this),delay:this.#l(1),deletable:!0},this.#y.length)),e):(s=t,s.replace(//g,"").trim().split(//)).concat(e)):e;var s}#t(){if(this.#T)return null;let e=a("span");return e.className=i,this.#C?(e.innerHTML=f(this.opts.cursorChar).innerHTML,e):(e.style.visibility="hidden",e)}#v(e){let t=this.opts.nextStringDelay;this.queue.add([{delay:t[0]},...e,{delay:t[1]}])}#u(e){((e,t)=>{if(N(e))return void(e.value=`${e.value}${t.textContent}`);t.innerHTML="";let s=(r=t.originalParent,/body/i.test(r?.tagName)?e:t.originalParent||e);var r;s.insertBefore(t,E("."+i,s)||null)})(this.element,e)}#m(){this.#y.length&&(this.#T?this.element.value=this.element.value.slice(0,-1):this.#n(this.#y[this.cursorPosition]))}#n(e){((e,t)=>{if(!e)return;let s=e.parentNode;(s.childNodes.length>1||s.isSameNode(t)?e:s).remove()})(e,this.element)}#l(e=0){return function(e){let{speed:t,deleteSpeed:s,lifeLike:i}=e;return s=null!==s?s:t/3,i?[d(t,p(t)),d(s,p(s))]:[t,s]}(this.opts)[e]}get#d(){return this.predictedCursorPosition??this.cursorPosition}get#T(){return N(this.element)}get#C(){return!!this.opts.cursor&&!this.#T}get#y(){return e=this.element,N(e)?c(e.value):y(e,!0).filter((e=>!(e.childNodes.length>0)));var e}}})); diff --git a/exampleSite/content/users/50-nuances-octets.fr/feature.jpg b/exampleSite/content/users/50-nuances-octets.fr/feature.jpg index a587900d..893ce204 100644 Binary files a/exampleSite/content/users/50-nuances-octets.fr/feature.jpg and b/exampleSite/content/users/50-nuances-octets.fr/feature.jpg differ diff --git a/exampleSite/content/users/Adam Madej - Gameplay Animator/feature.jpg b/exampleSite/content/users/Adam Madej - Gameplay Animator/feature.jpg index ab68c825..318ce266 100644 Binary files a/exampleSite/content/users/Adam Madej - Gameplay Animator/feature.jpg and b/exampleSite/content/users/Adam Madej - Gameplay Animator/feature.jpg differ diff --git a/exampleSite/content/users/Adam Madej - Gameplay Animator/index.it.md b/exampleSite/content/users/Adam Madej - Gameplay Animator/index.it.md index 49320862..ffdb4467 100644 --- a/exampleSite/content/users/Adam Madej - Gameplay Animator/index.it.md +++ b/exampleSite/content/users/Adam Madej - Gameplay Animator/index.it.md @@ -2,7 +2,7 @@ title: "Adam Madej - Gameplay Animator" tags: [Sito portfolio, Blog, Sito personale] externalUrl: "http://www.adammadej.com/" - weight: 741 + weight: 721 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Adam Madej - Gameplay Animator/index.ja.md b/exampleSite/content/users/Adam Madej - Gameplay Animator/index.ja.md index e03ff452..a5554129 100644 --- a/exampleSite/content/users/Adam Madej - Gameplay Animator/index.ja.md +++ b/exampleSite/content/users/Adam Madej - Gameplay Animator/index.ja.md @@ -2,7 +2,7 @@ title: "Adam Madej - Gameplay Animator" tags: [ポートフォリオサイト, ブログ, 個人サイト] externalUrl: "http://www.adammadej.com/" - weight: 741 + weight: 721 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Adam Madej - Gameplay Animator/index.md b/exampleSite/content/users/Adam Madej - Gameplay Animator/index.md index c869770d..a6db602c 100644 --- a/exampleSite/content/users/Adam Madej - Gameplay Animator/index.md +++ b/exampleSite/content/users/Adam Madej - Gameplay Animator/index.md @@ -2,7 +2,7 @@ title: "Adam Madej - Gameplay Animator" tags: [Portfolio Site,Blog,Personal Site] externalUrl: "http://www.adammadej.com/" - weight: 741 + weight: 721 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Adam Madej - Gameplay Animator/index.zh-cn.md b/exampleSite/content/users/Adam Madej - Gameplay Animator/index.zh-cn.md index 8fc05e8f..c7071c2b 100644 --- a/exampleSite/content/users/Adam Madej - Gameplay Animator/index.zh-cn.md +++ b/exampleSite/content/users/Adam Madej - Gameplay Animator/index.zh-cn.md @@ -2,7 +2,7 @@ title: "Adam Madej - Gameplay Animator" tags: [作品集网站, 博客, 个人网站] externalUrl: "http://www.adammadej.com/" - weight: 741 + weight: 721 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Beauty Formulation/feature.jpg b/exampleSite/content/users/Beauty Formulation/feature.jpg index 1eb49f55..f913a04f 100644 Binary files a/exampleSite/content/users/Beauty Formulation/feature.jpg and b/exampleSite/content/users/Beauty Formulation/feature.jpg differ diff --git a/exampleSite/content/users/Beauty Formulation/index.it.md b/exampleSite/content/users/Beauty Formulation/index.it.md index c0dffb46..1bd7d7de 100644 --- a/exampleSite/content/users/Beauty Formulation/index.it.md +++ b/exampleSite/content/users/Beauty Formulation/index.it.md @@ -2,7 +2,7 @@ title: "Beauty Formulation" tags: [Sito aziendale] externalUrl: "https://www.beautyformulation.com/" - weight: 811 + weight: 791 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Beauty Formulation/index.ja.md b/exampleSite/content/users/Beauty Formulation/index.ja.md index 0daa1c49..8830a2dd 100644 --- a/exampleSite/content/users/Beauty Formulation/index.ja.md +++ b/exampleSite/content/users/Beauty Formulation/index.ja.md @@ -2,7 +2,7 @@ title: "Beauty Formulation" tags: [企業サイト] externalUrl: "https://www.beautyformulation.com/" - weight: 811 + weight: 791 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Beauty Formulation/index.md b/exampleSite/content/users/Beauty Formulation/index.md index 01ea5d17..9ed0a86b 100644 --- a/exampleSite/content/users/Beauty Formulation/index.md +++ b/exampleSite/content/users/Beauty Formulation/index.md @@ -2,7 +2,7 @@ title: "Beauty Formulation" tags: [Company site] externalUrl: "https://www.beautyformulation.com/" - weight: 811 + weight: 791 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Beauty Formulation/index.zh-cn.md b/exampleSite/content/users/Beauty Formulation/index.zh-cn.md index 24f9dceb..11cc29c7 100644 --- a/exampleSite/content/users/Beauty Formulation/index.zh-cn.md +++ b/exampleSite/content/users/Beauty Formulation/index.zh-cn.md @@ -2,7 +2,7 @@ title: "Beauty Formulation" tags: [公司网站] externalUrl: "https://www.beautyformulation.com/" - weight: 811 + weight: 791 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/BoringTech.net/feature.jpg b/exampleSite/content/users/BoringTech.net/feature.jpg index b3765f1d..5bdccdc5 100644 Binary files a/exampleSite/content/users/BoringTech.net/feature.jpg and b/exampleSite/content/users/BoringTech.net/feature.jpg differ diff --git a/exampleSite/content/users/BoringTech.net/index.it.md b/exampleSite/content/users/BoringTech.net/index.it.md index ac986e1b..07f4b45b 100644 --- a/exampleSite/content/users/BoringTech.net/index.it.md +++ b/exampleSite/content/users/BoringTech.net/index.it.md @@ -2,7 +2,7 @@ title: "BoringTech.net" tags: [Sito personale, Blog] externalUrl: "https://boringtech.net/" - weight: 611 + weight: 591 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/BoringTech.net/index.ja.md b/exampleSite/content/users/BoringTech.net/index.ja.md index 34986020..763706c3 100644 --- a/exampleSite/content/users/BoringTech.net/index.ja.md +++ b/exampleSite/content/users/BoringTech.net/index.ja.md @@ -2,7 +2,7 @@ title: "BoringTech.net" tags: [個人サイト, ブログ] externalUrl: "https://boringtech.net/" - weight: 611 + weight: 591 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/BoringTech.net/index.md b/exampleSite/content/users/BoringTech.net/index.md index 5011783b..a82b1779 100644 --- a/exampleSite/content/users/BoringTech.net/index.md +++ b/exampleSite/content/users/BoringTech.net/index.md @@ -2,7 +2,7 @@ title: "BoringTech.net" tags: [Personal Site,Blog] externalUrl: "https://boringtech.net/" - weight: 611 + weight: 591 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/BoringTech.net/index.zh-cn.md b/exampleSite/content/users/BoringTech.net/index.zh-cn.md index b132280f..2141f9b6 100644 --- a/exampleSite/content/users/BoringTech.net/index.zh-cn.md +++ b/exampleSite/content/users/BoringTech.net/index.zh-cn.md @@ -2,7 +2,7 @@ title: "BoringTech.net" tags: [个人网站, 博客] externalUrl: "https://boringtech.net/" - weight: 611 + weight: 591 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/DXPetti.com/feature.jpg b/exampleSite/content/users/DXPetti.com/feature.jpg index 596f7954..dee05ada 100644 Binary files a/exampleSite/content/users/DXPetti.com/feature.jpg and b/exampleSite/content/users/DXPetti.com/feature.jpg differ diff --git a/exampleSite/content/users/DXPetti.com/index.it.md b/exampleSite/content/users/DXPetti.com/index.it.md index 6d59e1f7..97c478c4 100644 --- a/exampleSite/content/users/DXPetti.com/index.it.md +++ b/exampleSite/content/users/DXPetti.com/index.it.md @@ -2,7 +2,7 @@ title: "DXPetti.com" tags: [Sito personale, Blog] externalUrl: "https://www.dxpetti.com/" - weight: 651 + weight: 631 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/DXPetti.com/index.ja.md b/exampleSite/content/users/DXPetti.com/index.ja.md index bf782cbb..85e7e0af 100644 --- a/exampleSite/content/users/DXPetti.com/index.ja.md +++ b/exampleSite/content/users/DXPetti.com/index.ja.md @@ -2,7 +2,7 @@ title: "DXPetti.com" tags: [個人サイト, ブログ] externalUrl: "https://www.dxpetti.com/" - weight: 651 + weight: 631 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/DXPetti.com/index.md b/exampleSite/content/users/DXPetti.com/index.md index 6038e3c5..260962e0 100644 --- a/exampleSite/content/users/DXPetti.com/index.md +++ b/exampleSite/content/users/DXPetti.com/index.md @@ -2,7 +2,7 @@ title: "DXPetti.com" tags: [Personal site,Blog] externalUrl: "https://www.dxpetti.com/" - weight: 651 + weight: 631 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/DXPetti.com/index.zh-cn.md b/exampleSite/content/users/DXPetti.com/index.zh-cn.md index cf30df6a..163f653f 100644 --- a/exampleSite/content/users/DXPetti.com/index.zh-cn.md +++ b/exampleSite/content/users/DXPetti.com/index.zh-cn.md @@ -2,7 +2,7 @@ title: "DXPetti.com" tags: [个人网站, 博客] externalUrl: "https://www.dxpetti.com/" - weight: 651 + weight: 631 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Ignacio Conde/feature.jpg b/exampleSite/content/users/Ignacio Conde/feature.jpg index 3fdd71d3..35356b5b 100644 Binary files a/exampleSite/content/users/Ignacio Conde/feature.jpg and b/exampleSite/content/users/Ignacio Conde/feature.jpg differ diff --git a/exampleSite/content/users/Ignacio Conde/index.it.md b/exampleSite/content/users/Ignacio Conde/index.it.md index 12921150..e9a61330 100644 --- a/exampleSite/content/users/Ignacio Conde/index.it.md +++ b/exampleSite/content/users/Ignacio Conde/index.it.md @@ -2,7 +2,7 @@ title: "Ignacio Conde" tags: [Sito personale, Sito portfolio, Sviluppatore di software, Sviluppatore di videogiochi] externalUrl: "http://www.ignaciomconde.com/" - weight: 781 + weight: 761 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Ignacio Conde/index.ja.md b/exampleSite/content/users/Ignacio Conde/index.ja.md index 48d2ddc9..c189e981 100644 --- a/exampleSite/content/users/Ignacio Conde/index.ja.md +++ b/exampleSite/content/users/Ignacio Conde/index.ja.md @@ -2,7 +2,7 @@ title: "Ignacio Conde" tags: [個人サイト, ポートフォリオサイト, ソフトウェア開発者, ビデオゲーム開発者] externalUrl: "http://www.ignaciomconde.com/" - weight: 781 + weight: 761 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Ignacio Conde/index.md b/exampleSite/content/users/Ignacio Conde/index.md index dec5b031..2ff54d4b 100644 --- a/exampleSite/content/users/Ignacio Conde/index.md +++ b/exampleSite/content/users/Ignacio Conde/index.md @@ -2,7 +2,7 @@ title: "Ignacio Conde" tags: [Personal Site,Portfolio Site,Software Developer,Videogame Developer] externalUrl: "http://www.ignaciomconde.com/" - weight: 781 + weight: 761 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Ignacio Conde/index.zh-cn.md b/exampleSite/content/users/Ignacio Conde/index.zh-cn.md index 08e84b1a..e2cad15e 100644 --- a/exampleSite/content/users/Ignacio Conde/index.zh-cn.md +++ b/exampleSite/content/users/Ignacio Conde/index.zh-cn.md @@ -2,7 +2,7 @@ title: "Ignacio Conde" tags: [个人网站, 作品集网站, 软件开发人员, 视频游戏开发商] externalUrl: "http://www.ignaciomconde.com/" - weight: 781 + weight: 761 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Jinbo Pan - Blog/feature.jpg b/exampleSite/content/users/Jinbo Pan - Blog/feature.jpg deleted file mode 100644 index 6710ffff..00000000 Binary files a/exampleSite/content/users/Jinbo Pan - Blog/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/Jinbo Pan - Blog/index.it.md b/exampleSite/content/users/Jinbo Pan - Blog/index.it.md deleted file mode 100644 index 083aaaa2..00000000 --- a/exampleSite/content/users/Jinbo Pan - Blog/index.it.md +++ /dev/null @@ -1,14 +0,0 @@ ---- - title: "Jinbo Pan - Blog" - tags: [Sito personale, Blog, Blog sulla tecnologia] - externalUrl: "https://www.panjinbo.com/" - weight: 851 - showDate: false - showAuthor: false - showReadingTime: false - showEdit: false - showLikes: false - showViews: false - layoutBackgroundHeaderSpace: false - --- - diff --git a/exampleSite/content/users/Jinbo Pan - Blog/index.ja.md b/exampleSite/content/users/Jinbo Pan - Blog/index.ja.md deleted file mode 100644 index b3dd427f..00000000 --- a/exampleSite/content/users/Jinbo Pan - Blog/index.ja.md +++ /dev/null @@ -1,14 +0,0 @@ ---- - title: "Jinbo Pan - Blog" - tags: [個人サイト, ブログ, テクノロジーブログ] - externalUrl: "https://www.panjinbo.com/" - weight: 851 - showDate: false - showAuthor: false - showReadingTime: false - showEdit: false - showLikes: false - showViews: false - layoutBackgroundHeaderSpace: false - --- - diff --git a/exampleSite/content/users/Jinbo Pan - Blog/index.md b/exampleSite/content/users/Jinbo Pan - Blog/index.md deleted file mode 100644 index d59de76e..00000000 --- a/exampleSite/content/users/Jinbo Pan - Blog/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- - title: "Jinbo Pan - Blog" - tags: [Personal Site,Blog,Technology Blog] - externalUrl: "https://www.panjinbo.com/" - weight: 851 - showDate: false - showAuthor: false - showReadingTime: false - showEdit: false - showLikes: false - showViews: false - layoutBackgroundHeaderSpace: false - --- diff --git a/exampleSite/content/users/Jinbo Pan - Blog/index.zh-cn.md b/exampleSite/content/users/Jinbo Pan - Blog/index.zh-cn.md deleted file mode 100644 index f8584caf..00000000 --- a/exampleSite/content/users/Jinbo Pan - Blog/index.zh-cn.md +++ /dev/null @@ -1,14 +0,0 @@ ---- - title: "Jinbo Pan - Blog" - tags: [个人网站, 博客, 技术博客] - externalUrl: "https://www.panjinbo.com/" - weight: 851 - showDate: false - showAuthor: false - showReadingTime: false - showEdit: false - showLikes: false - showViews: false - layoutBackgroundHeaderSpace: false - --- - diff --git a/exampleSite/content/users/Joshua Blais/feature.jpg b/exampleSite/content/users/Joshua Blais/feature.jpg index 9f242d57..cab24c17 100644 Binary files a/exampleSite/content/users/Joshua Blais/feature.jpg and b/exampleSite/content/users/Joshua Blais/feature.jpg differ diff --git a/exampleSite/content/users/Joshua Blais/index.it.md b/exampleSite/content/users/Joshua Blais/index.it.md index 80e6db81..e36c0362 100644 --- a/exampleSite/content/users/Joshua Blais/index.it.md +++ b/exampleSite/content/users/Joshua Blais/index.it.md @@ -2,7 +2,7 @@ title: "Joshua Blais" tags: [Sito personale, Autore, Giardino digitale] externalUrl: "https://joshblais.com/" - weight: 801 + weight: 781 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Joshua Blais/index.ja.md b/exampleSite/content/users/Joshua Blais/index.ja.md index 73a5b782..d69fbc26 100644 --- a/exampleSite/content/users/Joshua Blais/index.ja.md +++ b/exampleSite/content/users/Joshua Blais/index.ja.md @@ -2,7 +2,7 @@ title: "Joshua Blais" tags: [個人サイト, 著者, デジタルガーデン] externalUrl: "https://joshblais.com/" - weight: 801 + weight: 781 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Joshua Blais/index.md b/exampleSite/content/users/Joshua Blais/index.md index c5c6d76b..32f30eef 100644 --- a/exampleSite/content/users/Joshua Blais/index.md +++ b/exampleSite/content/users/Joshua Blais/index.md @@ -2,7 +2,7 @@ title: "Joshua Blais" tags: [Personal Site,Author,Digital Garden] externalUrl: "https://joshblais.com/" - weight: 801 + weight: 781 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Joshua Blais/index.zh-cn.md b/exampleSite/content/users/Joshua Blais/index.zh-cn.md index 68a07c3f..453af07c 100644 --- a/exampleSite/content/users/Joshua Blais/index.zh-cn.md +++ b/exampleSite/content/users/Joshua Blais/index.zh-cn.md @@ -2,7 +2,7 @@ title: "Joshua Blais" tags: [个人网站, 作者, 数字花园] externalUrl: "https://joshblais.com/" - weight: 801 + weight: 781 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/MEM v ENNBEE/feature.jpg b/exampleSite/content/users/MEM v ENNBEE/feature.jpg index 191cb1bc..1de88c22 100644 Binary files a/exampleSite/content/users/MEM v ENNBEE/feature.jpg and b/exampleSite/content/users/MEM v ENNBEE/feature.jpg differ diff --git a/exampleSite/content/users/MEM v ENNBEE/index.it.md b/exampleSite/content/users/MEM v ENNBEE/index.it.md index f8e3e9df..4303e9d9 100644 --- a/exampleSite/content/users/MEM v ENNBEE/index.it.md +++ b/exampleSite/content/users/MEM v ENNBEE/index.it.md @@ -2,7 +2,7 @@ title: "MEM v ENNBEE" tags: [Blog sulla tecnologia, Sito personale] externalUrl: "https://memv.ennbee.uk/" - weight: 791 + weight: 771 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/MEM v ENNBEE/index.ja.md b/exampleSite/content/users/MEM v ENNBEE/index.ja.md index 352a4ec2..69cafa9b 100644 --- a/exampleSite/content/users/MEM v ENNBEE/index.ja.md +++ b/exampleSite/content/users/MEM v ENNBEE/index.ja.md @@ -2,7 +2,7 @@ title: "MEM v ENNBEE" tags: [テクノロジーブログ, 個人サイト] externalUrl: "https://memv.ennbee.uk/" - weight: 791 + weight: 771 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/MEM v ENNBEE/index.md b/exampleSite/content/users/MEM v ENNBEE/index.md index b74abac8..53acdcfa 100644 --- a/exampleSite/content/users/MEM v ENNBEE/index.md +++ b/exampleSite/content/users/MEM v ENNBEE/index.md @@ -2,7 +2,7 @@ title: "MEM v ENNBEE" tags: [Technology Blog,Personal site] externalUrl: "https://memv.ennbee.uk/" - weight: 791 + weight: 771 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/MEM v ENNBEE/index.zh-cn.md b/exampleSite/content/users/MEM v ENNBEE/index.zh-cn.md index 56eabf92..9e7b5d7d 100644 --- a/exampleSite/content/users/MEM v ENNBEE/index.zh-cn.md +++ b/exampleSite/content/users/MEM v ENNBEE/index.zh-cn.md @@ -2,7 +2,7 @@ title: "MEM v ENNBEE" tags: [技术博客, 个人网站] externalUrl: "https://memv.ennbee.uk/" - weight: 791 + weight: 771 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Mare_Infinitus/feature.jpg b/exampleSite/content/users/Mare_Infinitus/feature.jpg deleted file mode 100644 index d6ca91d8..00000000 Binary files a/exampleSite/content/users/Mare_Infinitus/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/Middle of Nowhere/feature.jpg b/exampleSite/content/users/Middle of Nowhere/feature.jpg index 4db9c345..80f96694 100644 Binary files a/exampleSite/content/users/Middle of Nowhere/feature.jpg and b/exampleSite/content/users/Middle of Nowhere/feature.jpg differ diff --git a/exampleSite/content/users/Middle of Nowhere/index.it.md b/exampleSite/content/users/Middle of Nowhere/index.it.md index 16147833..1b45f9c9 100644 --- a/exampleSite/content/users/Middle of Nowhere/index.it.md +++ b/exampleSite/content/users/Middle of Nowhere/index.it.md @@ -2,7 +2,7 @@ title: "Middle of Nowhere" tags: [Sito personale, Blog] externalUrl: "https://blog.wtcx.dev/" - weight: 821 + weight: 801 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Middle of Nowhere/index.ja.md b/exampleSite/content/users/Middle of Nowhere/index.ja.md index 83dc17ca..d4ea24cb 100644 --- a/exampleSite/content/users/Middle of Nowhere/index.ja.md +++ b/exampleSite/content/users/Middle of Nowhere/index.ja.md @@ -2,7 +2,7 @@ title: "Middle of Nowhere" tags: [個人サイト, ブログ] externalUrl: "https://blog.wtcx.dev/" - weight: 821 + weight: 801 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Middle of Nowhere/index.md b/exampleSite/content/users/Middle of Nowhere/index.md index 256728e1..9d0ed8e4 100644 --- a/exampleSite/content/users/Middle of Nowhere/index.md +++ b/exampleSite/content/users/Middle of Nowhere/index.md @@ -2,7 +2,7 @@ title: "Middle of Nowhere" tags: [Personal Site,Blog] externalUrl: "https://blog.wtcx.dev/" - weight: 821 + weight: 801 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Middle of Nowhere/index.zh-cn.md b/exampleSite/content/users/Middle of Nowhere/index.zh-cn.md index fb7e8af0..e6467cd7 100644 --- a/exampleSite/content/users/Middle of Nowhere/index.zh-cn.md +++ b/exampleSite/content/users/Middle of Nowhere/index.zh-cn.md @@ -2,7 +2,7 @@ title: "Middle of Nowhere" tags: [个人网站, 博客] externalUrl: "https://blog.wtcx.dev/" - weight: 821 + weight: 801 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Synaptic Sugar/feature.jpg b/exampleSite/content/users/Synaptic Sugar/feature.jpg index 720c52c6..dca62606 100644 Binary files a/exampleSite/content/users/Synaptic Sugar/feature.jpg and b/exampleSite/content/users/Synaptic Sugar/feature.jpg differ diff --git a/exampleSite/content/users/Synaptic Sugar/index.it.md b/exampleSite/content/users/Synaptic Sugar/index.it.md index 26ebc11f..82910a0d 100644 --- a/exampleSite/content/users/Synaptic Sugar/index.it.md +++ b/exampleSite/content/users/Synaptic Sugar/index.it.md @@ -2,7 +2,7 @@ title: "Synaptic Sugar" tags: [Sviluppatore di videogiochi] externalUrl: "https://synapticsugar.games" - weight: 761 + weight: 741 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Synaptic Sugar/index.ja.md b/exampleSite/content/users/Synaptic Sugar/index.ja.md index e70fcce4..ced1adec 100644 --- a/exampleSite/content/users/Synaptic Sugar/index.ja.md +++ b/exampleSite/content/users/Synaptic Sugar/index.ja.md @@ -2,7 +2,7 @@ title: "Synaptic Sugar" tags: [ビデオゲーム開発者] externalUrl: "https://synapticsugar.games" - weight: 761 + weight: 741 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Synaptic Sugar/index.md b/exampleSite/content/users/Synaptic Sugar/index.md index 274ae38f..db98a58a 100644 --- a/exampleSite/content/users/Synaptic Sugar/index.md +++ b/exampleSite/content/users/Synaptic Sugar/index.md @@ -2,7 +2,7 @@ title: "Synaptic Sugar" tags: [Videogame Developer] externalUrl: "https://synapticsugar.games" - weight: 761 + weight: 741 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Synaptic Sugar/index.zh-cn.md b/exampleSite/content/users/Synaptic Sugar/index.zh-cn.md index e9ea1935..c24a0427 100644 --- a/exampleSite/content/users/Synaptic Sugar/index.zh-cn.md +++ b/exampleSite/content/users/Synaptic Sugar/index.zh-cn.md @@ -2,7 +2,7 @@ title: "Synaptic Sugar" tags: [视频游戏开发商] externalUrl: "https://synapticsugar.games" - weight: 761 + weight: 741 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/UmmIt - Blog/feature.jpg b/exampleSite/content/users/UmmIt - Blog/feature.jpg index 864c5552..fdd2fe51 100644 Binary files a/exampleSite/content/users/UmmIt - Blog/feature.jpg and b/exampleSite/content/users/UmmIt - Blog/feature.jpg differ diff --git a/exampleSite/content/users/UmmIt - Blog/index.it.md b/exampleSite/content/users/UmmIt - Blog/index.it.md index 25db0b14..c7471221 100644 --- a/exampleSite/content/users/UmmIt - Blog/index.it.md +++ b/exampleSite/content/users/UmmIt - Blog/index.it.md @@ -2,7 +2,7 @@ title: "UmmIt - Blog" tags: [Sito personale, Blog, Blog sulla tecnologia] externalUrl: "https://blog.ummit.dev/" - weight: 831 + weight: 811 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/UmmIt - Blog/index.ja.md b/exampleSite/content/users/UmmIt - Blog/index.ja.md index 7922c851..a42cae94 100644 --- a/exampleSite/content/users/UmmIt - Blog/index.ja.md +++ b/exampleSite/content/users/UmmIt - Blog/index.ja.md @@ -2,7 +2,7 @@ title: "UmmIt - Blog" tags: [個人サイト, ブログ, テクノロジーブログ] externalUrl: "https://blog.ummit.dev/" - weight: 831 + weight: 811 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/UmmIt - Blog/index.md b/exampleSite/content/users/UmmIt - Blog/index.md index 5043d902..eaa090c7 100644 --- a/exampleSite/content/users/UmmIt - Blog/index.md +++ b/exampleSite/content/users/UmmIt - Blog/index.md @@ -2,7 +2,7 @@ title: "UmmIt - Blog" tags: [Personal Site,Blog,Technology Blog] externalUrl: "https://blog.ummit.dev/" - weight: 831 + weight: 811 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/UmmIt - Blog/index.zh-cn.md b/exampleSite/content/users/UmmIt - Blog/index.zh-cn.md index d3c0113b..389c2207 100644 --- a/exampleSite/content/users/UmmIt - Blog/index.zh-cn.md +++ b/exampleSite/content/users/UmmIt - Blog/index.zh-cn.md @@ -2,7 +2,7 @@ title: "UmmIt - Blog" tags: [个人网站, 博客, 技术博客] externalUrl: "https://blog.ummit.dev/" - weight: 831 + weight: 811 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Xeonzilla’s Note/feature.jpg b/exampleSite/content/users/Xeonzilla’s Note/feature.jpg new file mode 100644 index 00000000..b345ede4 Binary files /dev/null and b/exampleSite/content/users/Xeonzilla’s Note/feature.jpg differ diff --git a/exampleSite/content/users/jundimubarok.com/index.it.md b/exampleSite/content/users/Xeonzilla’s Note/index.it.md similarity index 61% rename from exampleSite/content/users/jundimubarok.com/index.it.md rename to exampleSite/content/users/Xeonzilla’s Note/index.it.md index dcb538a6..02827f6e 100644 --- a/exampleSite/content/users/jundimubarok.com/index.it.md +++ b/exampleSite/content/users/Xeonzilla’s Note/index.it.md @@ -1,8 +1,8 @@ --- - title: "jundimubarok.com" - tags: [Sito personale] - externalUrl: "https://jundimubarok.com/" - weight: 431 + title: "Xeonzilla’s Note" + tags: [Sito personale, Blog] + externalUrl: "https://xeonzilla.github.io" + weight: 891 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Xeonzilla’s Note/index.ja.md b/exampleSite/content/users/Xeonzilla’s Note/index.ja.md new file mode 100644 index 00000000..250be827 --- /dev/null +++ b/exampleSite/content/users/Xeonzilla’s Note/index.ja.md @@ -0,0 +1,14 @@ +--- + title: "Xeonzilla’s Note" + tags: [個人サイト, ブログ] + externalUrl: "https://xeonzilla.github.io" + weight: 891 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- + diff --git a/exampleSite/content/users/Xeonzilla’s Note/index.md b/exampleSite/content/users/Xeonzilla’s Note/index.md new file mode 100644 index 00000000..481d294f --- /dev/null +++ b/exampleSite/content/users/Xeonzilla’s Note/index.md @@ -0,0 +1,13 @@ +--- + title: "Xeonzilla’s Note" + tags: [Personal site,Blog] + externalUrl: "https://xeonzilla.github.io" + weight: 891 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- diff --git a/exampleSite/content/users/Xeonzilla’s Note/index.zh-cn.md b/exampleSite/content/users/Xeonzilla’s Note/index.zh-cn.md new file mode 100644 index 00000000..f35a1567 --- /dev/null +++ b/exampleSite/content/users/Xeonzilla’s Note/index.zh-cn.md @@ -0,0 +1,14 @@ +--- + title: "Xeonzilla’s Note" + tags: [个人网站, 博客] + externalUrl: "https://xeonzilla.github.io" + weight: 891 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- + diff --git a/exampleSite/content/users/aakashnand.com/feature.jpg b/exampleSite/content/users/aakashnand.com/feature.jpg index 5515df20..afba3343 100644 Binary files a/exampleSite/content/users/aakashnand.com/feature.jpg and b/exampleSite/content/users/aakashnand.com/feature.jpg differ diff --git a/exampleSite/content/users/aakashnand.com/index.it.md b/exampleSite/content/users/aakashnand.com/index.it.md index e8dafee3..3f9aa8de 100644 --- a/exampleSite/content/users/aakashnand.com/index.it.md +++ b/exampleSite/content/users/aakashnand.com/index.it.md @@ -2,7 +2,7 @@ title: "aakashnand.com" tags: [Sito personale] externalUrl: "https://aakashnand.com/" - weight: 701 + weight: 681 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/aakashnand.com/index.ja.md b/exampleSite/content/users/aakashnand.com/index.ja.md index a54b5687..9eb14611 100644 --- a/exampleSite/content/users/aakashnand.com/index.ja.md +++ b/exampleSite/content/users/aakashnand.com/index.ja.md @@ -2,7 +2,7 @@ title: "aakashnand.com" tags: [個人サイト] externalUrl: "https://aakashnand.com/" - weight: 701 + weight: 681 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/aakashnand.com/index.md b/exampleSite/content/users/aakashnand.com/index.md index 607d2a99..4365c43f 100644 --- a/exampleSite/content/users/aakashnand.com/index.md +++ b/exampleSite/content/users/aakashnand.com/index.md @@ -2,7 +2,7 @@ title: "aakashnand.com" tags: [Personal site] externalUrl: "https://aakashnand.com/" - weight: 701 + weight: 681 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/aakashnand.com/index.zh-cn.md b/exampleSite/content/users/aakashnand.com/index.zh-cn.md index 96f29f1c..374c1db5 100644 --- a/exampleSite/content/users/aakashnand.com/index.zh-cn.md +++ b/exampleSite/content/users/aakashnand.com/index.zh-cn.md @@ -2,7 +2,7 @@ title: "aakashnand.com" tags: [个人网站] externalUrl: "https://aakashnand.com/" - weight: 701 + weight: 681 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/adilhyz.github.io/feature.jpg b/exampleSite/content/users/adilhyz.github.io/feature.jpg index 3d5368aa..2e975e97 100644 Binary files a/exampleSite/content/users/adilhyz.github.io/feature.jpg and b/exampleSite/content/users/adilhyz.github.io/feature.jpg differ diff --git a/exampleSite/content/users/adilhyz.github.io/index.it.md b/exampleSite/content/users/adilhyz.github.io/index.it.md index a026dead..78590064 100644 --- a/exampleSite/content/users/adilhyz.github.io/index.it.md +++ b/exampleSite/content/users/adilhyz.github.io/index.it.md @@ -2,7 +2,7 @@ title: "adilhyz.github.io" tags: [Sito personale] externalUrl: "https://adilhyz.github.io" - weight: 511 + weight: 491 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/adilhyz.github.io/index.ja.md b/exampleSite/content/users/adilhyz.github.io/index.ja.md index 60e6ee86..8d639694 100644 --- a/exampleSite/content/users/adilhyz.github.io/index.ja.md +++ b/exampleSite/content/users/adilhyz.github.io/index.ja.md @@ -2,7 +2,7 @@ title: "adilhyz.github.io" tags: [個人サイト] externalUrl: "https://adilhyz.github.io" - weight: 511 + weight: 491 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/adilhyz.github.io/index.md b/exampleSite/content/users/adilhyz.github.io/index.md index fa7e3790..15c3e645 100644 --- a/exampleSite/content/users/adilhyz.github.io/index.md +++ b/exampleSite/content/users/adilhyz.github.io/index.md @@ -2,7 +2,7 @@ title: "adilhyz.github.io" tags: [Personal site] externalUrl: "https://adilhyz.github.io" - weight: 511 + weight: 491 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/adilhyz.github.io/index.zh-cn.md b/exampleSite/content/users/adilhyz.github.io/index.zh-cn.md index 48272b0a..be9c206d 100644 --- a/exampleSite/content/users/adilhyz.github.io/index.zh-cn.md +++ b/exampleSite/content/users/adilhyz.github.io/index.zh-cn.md @@ -2,7 +2,7 @@ title: "adilhyz.github.io" tags: [个人网站] externalUrl: "https://adilhyz.github.io" - weight: 511 + weight: 491 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/adir1.com/feature.jpg b/exampleSite/content/users/adir1.com/feature.jpg index ac030a31..c12d9f12 100644 Binary files a/exampleSite/content/users/adir1.com/feature.jpg and b/exampleSite/content/users/adir1.com/feature.jpg differ diff --git a/exampleSite/content/users/alanctanner.com/feature.jpg b/exampleSite/content/users/alanctanner.com/feature.jpg index c852bf32..d6aa3dac 100644 Binary files a/exampleSite/content/users/alanctanner.com/feature.jpg and b/exampleSite/content/users/alanctanner.com/feature.jpg differ diff --git a/exampleSite/content/users/alejandro-ao.com/feature.jpg b/exampleSite/content/users/alejandro-ao.com/feature.jpg index 74dd281a..b384a142 100644 Binary files a/exampleSite/content/users/alejandro-ao.com/feature.jpg and b/exampleSite/content/users/alejandro-ao.com/feature.jpg differ diff --git a/exampleSite/content/users/alxhslm.github.io/index.it.md b/exampleSite/content/users/alxhslm.github.io/index.it.md index c83e406c..f2c812d7 100644 --- a/exampleSite/content/users/alxhslm.github.io/index.it.md +++ b/exampleSite/content/users/alxhslm.github.io/index.it.md @@ -2,7 +2,7 @@ title: "alxhslm.github.io" tags: [Sito personale] externalUrl: "https://alxhslm.github.io/" - weight: 631 + weight: 611 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/alxhslm.github.io/index.ja.md b/exampleSite/content/users/alxhslm.github.io/index.ja.md index 41a64c69..8e4e4446 100644 --- a/exampleSite/content/users/alxhslm.github.io/index.ja.md +++ b/exampleSite/content/users/alxhslm.github.io/index.ja.md @@ -2,7 +2,7 @@ title: "alxhslm.github.io" tags: [個人サイト] externalUrl: "https://alxhslm.github.io/" - weight: 631 + weight: 611 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/alxhslm.github.io/index.md b/exampleSite/content/users/alxhslm.github.io/index.md index 742571c3..94a525bb 100644 --- a/exampleSite/content/users/alxhslm.github.io/index.md +++ b/exampleSite/content/users/alxhslm.github.io/index.md @@ -2,7 +2,7 @@ title: "alxhslm.github.io" tags: [Personal Site] externalUrl: "https://alxhslm.github.io/" - weight: 631 + weight: 611 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/alxhslm.github.io/index.zh-cn.md b/exampleSite/content/users/alxhslm.github.io/index.zh-cn.md index b5306435..ef5fafc9 100644 --- a/exampleSite/content/users/alxhslm.github.io/index.zh-cn.md +++ b/exampleSite/content/users/alxhslm.github.io/index.zh-cn.md @@ -2,7 +2,7 @@ title: "alxhslm.github.io" tags: [个人网站] externalUrl: "https://alxhslm.github.io/" - weight: 631 + weight: 611 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/andrealucchini.com/feature.jpg b/exampleSite/content/users/andrealucchini.com/feature.jpg index 68747aa7..71a8a3d5 100644 Binary files a/exampleSite/content/users/andrealucchini.com/feature.jpg and b/exampleSite/content/users/andrealucchini.com/feature.jpg differ diff --git a/exampleSite/content/users/andrealucchini.com/index.it.md b/exampleSite/content/users/andrealucchini.com/index.it.md index 6fab61b1..3f83a3d5 100644 --- a/exampleSite/content/users/andrealucchini.com/index.it.md +++ b/exampleSite/content/users/andrealucchini.com/index.it.md @@ -2,7 +2,7 @@ title: "andrealucchini.com" tags: [Sito personale, Blog] externalUrl: "https://andrealucchini.com" - weight: 891 + weight: 851 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/andrealucchini.com/index.ja.md b/exampleSite/content/users/andrealucchini.com/index.ja.md index b12b4b6f..985d9f68 100644 --- a/exampleSite/content/users/andrealucchini.com/index.ja.md +++ b/exampleSite/content/users/andrealucchini.com/index.ja.md @@ -2,7 +2,7 @@ title: "andrealucchini.com" tags: [個人サイト, ブログ] externalUrl: "https://andrealucchini.com" - weight: 891 + weight: 851 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/andrealucchini.com/index.md b/exampleSite/content/users/andrealucchini.com/index.md index 28e3156c..a44bac3b 100644 --- a/exampleSite/content/users/andrealucchini.com/index.md +++ b/exampleSite/content/users/andrealucchini.com/index.md @@ -2,7 +2,7 @@ title: "andrealucchini.com" tags: [Personal site,Blog] externalUrl: "https://andrealucchini.com" - weight: 891 + weight: 851 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/andrealucchini.com/index.zh-cn.md b/exampleSite/content/users/andrealucchini.com/index.zh-cn.md index 8be93d50..750dd875 100644 --- a/exampleSite/content/users/andrealucchini.com/index.zh-cn.md +++ b/exampleSite/content/users/andrealucchini.com/index.zh-cn.md @@ -2,7 +2,7 @@ title: "andrealucchini.com" tags: [个人网站, 博客] externalUrl: "https://andrealucchini.com" - weight: 891 + weight: 851 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/asterisk.lol/feature.jpg b/exampleSite/content/users/asterisk.lol/feature.jpg index 03ab9e54..946a7786 100644 Binary files a/exampleSite/content/users/asterisk.lol/feature.jpg and b/exampleSite/content/users/asterisk.lol/feature.jpg differ diff --git a/exampleSite/content/users/asterisk.lol/index.it.md b/exampleSite/content/users/asterisk.lol/index.it.md index b6b3b6c9..92a13a60 100644 --- a/exampleSite/content/users/asterisk.lol/index.it.md +++ b/exampleSite/content/users/asterisk.lol/index.it.md @@ -2,7 +2,7 @@ title: "asterisk.lol" tags: [Blog, Sito personale] externalUrl: "https://asterisk.lol" - weight: 661 + weight: 641 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/asterisk.lol/index.ja.md b/exampleSite/content/users/asterisk.lol/index.ja.md index 36d332dd..d2df9b2a 100644 --- a/exampleSite/content/users/asterisk.lol/index.ja.md +++ b/exampleSite/content/users/asterisk.lol/index.ja.md @@ -2,7 +2,7 @@ title: "asterisk.lol" tags: [ブログ, 個人サイト] externalUrl: "https://asterisk.lol" - weight: 661 + weight: 641 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/asterisk.lol/index.md b/exampleSite/content/users/asterisk.lol/index.md index cb09f211..92c746a1 100644 --- a/exampleSite/content/users/asterisk.lol/index.md +++ b/exampleSite/content/users/asterisk.lol/index.md @@ -2,7 +2,7 @@ title: "asterisk.lol" tags: [Blog,Personal Site] externalUrl: "https://asterisk.lol" - weight: 661 + weight: 641 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/asterisk.lol/index.zh-cn.md b/exampleSite/content/users/asterisk.lol/index.zh-cn.md index 63a670d5..9c87688b 100644 --- a/exampleSite/content/users/asterisk.lol/index.zh-cn.md +++ b/exampleSite/content/users/asterisk.lol/index.zh-cn.md @@ -2,7 +2,7 @@ title: "asterisk.lol" tags: [博客, 个人网站] externalUrl: "https://asterisk.lol" - weight: 661 + weight: 641 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/bbagwang.com/feature.jpg b/exampleSite/content/users/bbagwang.com/feature.jpg index fcbd8729..dac732d2 100644 Binary files a/exampleSite/content/users/bbagwang.com/feature.jpg and b/exampleSite/content/users/bbagwang.com/feature.jpg differ diff --git a/exampleSite/content/users/bbagwang.com/index.it.md b/exampleSite/content/users/bbagwang.com/index.it.md index 3f64bd08..7567daf3 100644 --- a/exampleSite/content/users/bbagwang.com/index.it.md +++ b/exampleSite/content/users/bbagwang.com/index.it.md @@ -2,7 +2,7 @@ title: "bbagwang.com" tags: [Sito personale] externalUrl: "https://bbagwang.com" - weight: 451 + weight: 431 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/bbagwang.com/index.ja.md b/exampleSite/content/users/bbagwang.com/index.ja.md index 46342de0..4170f9bd 100644 --- a/exampleSite/content/users/bbagwang.com/index.ja.md +++ b/exampleSite/content/users/bbagwang.com/index.ja.md @@ -2,7 +2,7 @@ title: "bbagwang.com" tags: [個人サイト] externalUrl: "https://bbagwang.com" - weight: 451 + weight: 431 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/bbagwang.com/index.md b/exampleSite/content/users/bbagwang.com/index.md index 7d246268..5d999154 100644 --- a/exampleSite/content/users/bbagwang.com/index.md +++ b/exampleSite/content/users/bbagwang.com/index.md @@ -2,7 +2,7 @@ title: "bbagwang.com" tags: [Personal site] externalUrl: "https://bbagwang.com" - weight: 451 + weight: 431 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/bbagwang.com/index.zh-cn.md b/exampleSite/content/users/bbagwang.com/index.zh-cn.md index 0e9ff9e7..1cf4a166 100644 --- a/exampleSite/content/users/bbagwang.com/index.zh-cn.md +++ b/exampleSite/content/users/bbagwang.com/index.zh-cn.md @@ -2,7 +2,7 @@ title: "bbagwang.com" tags: [个人网站] externalUrl: "https://bbagwang.com" - weight: 451 + weight: 431 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg b/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg index 6e19f11a..c4812fbd 100644 Binary files a/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg and b/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg differ diff --git a/exampleSite/content/users/blog.muffn.io/feature.jpg b/exampleSite/content/users/blog.muffn.io/feature.jpg index 8928a4fb..78348257 100644 Binary files a/exampleSite/content/users/blog.muffn.io/feature.jpg and b/exampleSite/content/users/blog.muffn.io/feature.jpg differ diff --git a/exampleSite/content/users/blog.stonegarden.dev/feature.jpg b/exampleSite/content/users/blog.stonegarden.dev/feature.jpg index 1ebacf90..a8cb0bd0 100644 Binary files a/exampleSite/content/users/blog.stonegarden.dev/feature.jpg and b/exampleSite/content/users/blog.stonegarden.dev/feature.jpg differ diff --git a/exampleSite/content/users/blog.stonegarden.dev/index.it.md b/exampleSite/content/users/blog.stonegarden.dev/index.it.md index 3bd9d4e3..b577869f 100644 --- a/exampleSite/content/users/blog.stonegarden.dev/index.it.md +++ b/exampleSite/content/users/blog.stonegarden.dev/index.it.md @@ -2,7 +2,7 @@ title: "blog.stonegarden.dev" tags: [Sito personale] externalUrl: "https://blog.stonegarden.dev/" - weight: 591 + weight: 571 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/blog.stonegarden.dev/index.ja.md b/exampleSite/content/users/blog.stonegarden.dev/index.ja.md index 0528e967..585892f7 100644 --- a/exampleSite/content/users/blog.stonegarden.dev/index.ja.md +++ b/exampleSite/content/users/blog.stonegarden.dev/index.ja.md @@ -2,7 +2,7 @@ title: "blog.stonegarden.dev" tags: [個人サイト] externalUrl: "https://blog.stonegarden.dev/" - weight: 591 + weight: 571 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/blog.stonegarden.dev/index.md b/exampleSite/content/users/blog.stonegarden.dev/index.md index aa27cbe7..44eef2f9 100644 --- a/exampleSite/content/users/blog.stonegarden.dev/index.md +++ b/exampleSite/content/users/blog.stonegarden.dev/index.md @@ -2,7 +2,7 @@ title: "blog.stonegarden.dev" tags: [Personal Site] externalUrl: "https://blog.stonegarden.dev/" - weight: 591 + weight: 571 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/blog.stonegarden.dev/index.zh-cn.md b/exampleSite/content/users/blog.stonegarden.dev/index.zh-cn.md index e43974e5..08043e41 100644 --- a/exampleSite/content/users/blog.stonegarden.dev/index.zh-cn.md +++ b/exampleSite/content/users/blog.stonegarden.dev/index.zh-cn.md @@ -2,7 +2,7 @@ title: "blog.stonegarden.dev" tags: [个人网站] externalUrl: "https://blog.stonegarden.dev/" - weight: 591 + weight: 571 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/brendanwallace.github.io/feature.jpg b/exampleSite/content/users/brendanwallace.github.io/feature.jpg index c2a17126..4a70cbf7 100644 Binary files a/exampleSite/content/users/brendanwallace.github.io/feature.jpg and b/exampleSite/content/users/brendanwallace.github.io/feature.jpg differ diff --git a/exampleSite/content/users/ciicadalab.github.io/feature.jpg b/exampleSite/content/users/ciicadalab.github.io/feature.jpg index 07eb1896..0506a281 100644 Binary files a/exampleSite/content/users/ciicadalab.github.io/feature.jpg and b/exampleSite/content/users/ciicadalab.github.io/feature.jpg differ diff --git a/exampleSite/content/users/clemsau.com/feature.jpg b/exampleSite/content/users/clemsau.com/feature.jpg index c6a0dde8..c9e2a694 100644 Binary files a/exampleSite/content/users/clemsau.com/feature.jpg and b/exampleSite/content/users/clemsau.com/feature.jpg differ diff --git a/exampleSite/content/users/cuttontail.blog/feature.jpg b/exampleSite/content/users/cuttontail.blog/feature.jpg deleted file mode 100644 index fe93f6a3..00000000 Binary files a/exampleSite/content/users/cuttontail.blog/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/deepumohan.com-tech/index.it.md b/exampleSite/content/users/deepumohan.com-tech/index.it.md index 05dc1079..058a5085 100644 --- a/exampleSite/content/users/deepumohan.com-tech/index.it.md +++ b/exampleSite/content/users/deepumohan.com-tech/index.it.md @@ -2,7 +2,7 @@ title: "deepumohan.com/tech" tags: [Blog sulla tecnologia] externalUrl: "https://deepumohan.com/tech/" - weight: 541 + weight: 521 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/deepumohan.com-tech/index.ja.md b/exampleSite/content/users/deepumohan.com-tech/index.ja.md index 7b077f9e..f0a03137 100644 --- a/exampleSite/content/users/deepumohan.com-tech/index.ja.md +++ b/exampleSite/content/users/deepumohan.com-tech/index.ja.md @@ -2,7 +2,7 @@ title: "deepumohan.com/tech" tags: [テクノロジーブログ] externalUrl: "https://deepumohan.com/tech/" - weight: 541 + weight: 521 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/deepumohan.com-tech/index.md b/exampleSite/content/users/deepumohan.com-tech/index.md index 8ec365bf..cdcb00ac 100644 --- a/exampleSite/content/users/deepumohan.com-tech/index.md +++ b/exampleSite/content/users/deepumohan.com-tech/index.md @@ -2,7 +2,7 @@ title: "deepumohan.com/tech" tags: [Technology Blog] externalUrl: "https://deepumohan.com/tech/" - weight: 541 + weight: 521 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/deepumohan.com-tech/index.zh-cn.md b/exampleSite/content/users/deepumohan.com-tech/index.zh-cn.md index 6a4a31a9..fab71f5a 100644 --- a/exampleSite/content/users/deepumohan.com-tech/index.zh-cn.md +++ b/exampleSite/content/users/deepumohan.com-tech/index.zh-cn.md @@ -2,7 +2,7 @@ title: "deepumohan.com/tech" tags: [技术博客] externalUrl: "https://deepumohan.com/tech/" - weight: 541 + weight: 521 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/dizzytech.de/feature.jpg b/exampleSite/content/users/dizzytech.de/feature.jpg index 0580cf26..7b510228 100644 Binary files a/exampleSite/content/users/dizzytech.de/feature.jpg and b/exampleSite/content/users/dizzytech.de/feature.jpg differ diff --git a/exampleSite/content/users/eallion.com/feature.jpg b/exampleSite/content/users/eallion.com/feature.jpg index 2ba4f768..47be463c 100644 Binary files a/exampleSite/content/users/eallion.com/feature.jpg and b/exampleSite/content/users/eallion.com/feature.jpg differ diff --git a/exampleSite/content/users/eallion.com/index.it.md b/exampleSite/content/users/eallion.com/index.it.md index 1c2ec51f..dff43d17 100644 --- a/exampleSite/content/users/eallion.com/index.it.md +++ b/exampleSite/content/users/eallion.com/index.it.md @@ -2,7 +2,7 @@ title: "eallion.com" tags: [Blog, Sito personale] externalUrl: "http://www.eallion.com/" - weight: 751 + weight: 731 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/eallion.com/index.ja.md b/exampleSite/content/users/eallion.com/index.ja.md index 4eda6701..0dac6311 100644 --- a/exampleSite/content/users/eallion.com/index.ja.md +++ b/exampleSite/content/users/eallion.com/index.ja.md @@ -2,7 +2,7 @@ title: "eallion.com" tags: [ブログ, 個人サイト] externalUrl: "http://www.eallion.com/" - weight: 751 + weight: 731 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/eallion.com/index.md b/exampleSite/content/users/eallion.com/index.md index 0c6c2efe..8f75a565 100644 --- a/exampleSite/content/users/eallion.com/index.md +++ b/exampleSite/content/users/eallion.com/index.md @@ -2,7 +2,7 @@ title: "eallion.com" tags: [Blog,Personal Site] externalUrl: "http://www.eallion.com/" - weight: 751 + weight: 731 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/eallion.com/index.zh-cn.md b/exampleSite/content/users/eallion.com/index.zh-cn.md index 52fc2506..4d29c4f6 100644 --- a/exampleSite/content/users/eallion.com/index.zh-cn.md +++ b/exampleSite/content/users/eallion.com/index.zh-cn.md @@ -2,7 +2,7 @@ title: "eallion.com" tags: [博客, 个人网站] externalUrl: "http://www.eallion.com/" - weight: 751 + weight: 731 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ekwska.com/feature.jpg b/exampleSite/content/users/ekwska.com/feature.jpg index 677da4fb..55d5814b 100644 Binary files a/exampleSite/content/users/ekwska.com/feature.jpg and b/exampleSite/content/users/ekwska.com/feature.jpg differ diff --git a/exampleSite/content/users/ekwska.com/index.it.md b/exampleSite/content/users/ekwska.com/index.it.md index 6849b5aa..ae43c56b 100644 --- a/exampleSite/content/users/ekwska.com/index.it.md +++ b/exampleSite/content/users/ekwska.com/index.it.md @@ -2,7 +2,7 @@ title: "ekwska.com" tags: [Blog personale] externalUrl: "https://ekwska.com" - weight: 681 + weight: 661 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ekwska.com/index.ja.md b/exampleSite/content/users/ekwska.com/index.ja.md index ca251c57..97e0be4e 100644 --- a/exampleSite/content/users/ekwska.com/index.ja.md +++ b/exampleSite/content/users/ekwska.com/index.ja.md @@ -2,7 +2,7 @@ title: "ekwska.com" tags: [個人ブログ] externalUrl: "https://ekwska.com" - weight: 681 + weight: 661 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ekwska.com/index.md b/exampleSite/content/users/ekwska.com/index.md index 9317ff49..4c6afacc 100644 --- a/exampleSite/content/users/ekwska.com/index.md +++ b/exampleSite/content/users/ekwska.com/index.md @@ -2,7 +2,7 @@ title: "ekwska.com" tags: [Personal blog] externalUrl: "https://ekwska.com" - weight: 681 + weight: 661 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ekwska.com/index.zh-cn.md b/exampleSite/content/users/ekwska.com/index.zh-cn.md index 2d65de10..4fbaf8fa 100644 --- a/exampleSite/content/users/ekwska.com/index.zh-cn.md +++ b/exampleSite/content/users/ekwska.com/index.zh-cn.md @@ -2,7 +2,7 @@ title: "ekwska.com" tags: [个人博客] externalUrl: "https://ekwska.com" - weight: 681 + weight: 661 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/fahru.my.id/feature.jpg b/exampleSite/content/users/fahru.my.id/feature.jpg index 0e626478..bcad5a03 100644 Binary files a/exampleSite/content/users/fahru.my.id/feature.jpg and b/exampleSite/content/users/fahru.my.id/feature.jpg differ diff --git a/exampleSite/content/users/fugugames.com/feature.jpg b/exampleSite/content/users/fugugames.com/feature.jpg index b56a551a..208c6359 100644 Binary files a/exampleSite/content/users/fugugames.com/feature.jpg and b/exampleSite/content/users/fugugames.com/feature.jpg differ diff --git a/exampleSite/content/users/glomyer.dev/feature.jpg b/exampleSite/content/users/glomyer.dev/feature.jpg new file mode 100644 index 00000000..4252fe8b Binary files /dev/null and b/exampleSite/content/users/glomyer.dev/feature.jpg differ diff --git a/exampleSite/content/users/cuttontail.blog/index.it.md b/exampleSite/content/users/glomyer.dev/index.it.md similarity index 71% rename from exampleSite/content/users/cuttontail.blog/index.it.md rename to exampleSite/content/users/glomyer.dev/index.it.md index 0079b2bb..d01f7816 100644 --- a/exampleSite/content/users/cuttontail.blog/index.it.md +++ b/exampleSite/content/users/glomyer.dev/index.it.md @@ -1,8 +1,8 @@ --- - title: "cuttontail.blog" + title: "glomyer.dev" tags: [Sito personale] - externalUrl: "https://cuttontail.blog" - weight: 51 + externalUrl: "https://luizglomyer.github.io/" + weight: 861 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/jundimubarok.com/index.ja.md b/exampleSite/content/users/glomyer.dev/index.ja.md similarity index 71% rename from exampleSite/content/users/jundimubarok.com/index.ja.md rename to exampleSite/content/users/glomyer.dev/index.ja.md index 80fa290a..291aabc6 100644 --- a/exampleSite/content/users/jundimubarok.com/index.ja.md +++ b/exampleSite/content/users/glomyer.dev/index.ja.md @@ -1,8 +1,8 @@ --- - title: "jundimubarok.com" + title: "glomyer.dev" tags: [個人サイト] - externalUrl: "https://jundimubarok.com/" - weight: 431 + externalUrl: "https://luizglomyer.github.io/" + weight: 861 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/jundimubarok.com/index.md b/exampleSite/content/users/glomyer.dev/index.md similarity index 71% rename from exampleSite/content/users/jundimubarok.com/index.md rename to exampleSite/content/users/glomyer.dev/index.md index 6293f191..53d2d20d 100644 --- a/exampleSite/content/users/jundimubarok.com/index.md +++ b/exampleSite/content/users/glomyer.dev/index.md @@ -1,8 +1,8 @@ --- - title: "jundimubarok.com" + title: "glomyer.dev" tags: [Personal site] - externalUrl: "https://jundimubarok.com/" - weight: 431 + externalUrl: "https://luizglomyer.github.io/" + weight: 861 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/cuttontail.blog/index.zh-cn.md b/exampleSite/content/users/glomyer.dev/index.zh-cn.md similarity index 71% rename from exampleSite/content/users/cuttontail.blog/index.zh-cn.md rename to exampleSite/content/users/glomyer.dev/index.zh-cn.md index 3b356365..98971361 100644 --- a/exampleSite/content/users/cuttontail.blog/index.zh-cn.md +++ b/exampleSite/content/users/glomyer.dev/index.zh-cn.md @@ -1,8 +1,8 @@ --- - title: "cuttontail.blog" + title: "glomyer.dev" tags: [个人网站] - externalUrl: "https://cuttontail.blog" - weight: 51 + externalUrl: "https://luizglomyer.github.io/" + weight: 861 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/gma.name/feature.jpg b/exampleSite/content/users/gma.name/feature.jpg index 3e98e2f1..8e5bf911 100644 Binary files a/exampleSite/content/users/gma.name/feature.jpg and b/exampleSite/content/users/gma.name/feature.jpg differ diff --git a/exampleSite/content/users/gma.name/index.it.md b/exampleSite/content/users/gma.name/index.it.md index 9ada3486..1784f6e7 100644 --- a/exampleSite/content/users/gma.name/index.it.md +++ b/exampleSite/content/users/gma.name/index.it.md @@ -2,7 +2,7 @@ title: "gma.name" tags: [Sito personale] externalUrl: "https://gma.name" - weight: 481 + weight: 461 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/gma.name/index.ja.md b/exampleSite/content/users/gma.name/index.ja.md index f67d1e62..f091dd4d 100644 --- a/exampleSite/content/users/gma.name/index.ja.md +++ b/exampleSite/content/users/gma.name/index.ja.md @@ -2,7 +2,7 @@ title: "gma.name" tags: [個人サイト] externalUrl: "https://gma.name" - weight: 481 + weight: 461 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/gma.name/index.md b/exampleSite/content/users/gma.name/index.md index 23f1d994..36e00378 100644 --- a/exampleSite/content/users/gma.name/index.md +++ b/exampleSite/content/users/gma.name/index.md @@ -2,7 +2,7 @@ title: "gma.name" tags: [Personal site] externalUrl: "https://gma.name" - weight: 481 + weight: 461 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/gma.name/index.zh-cn.md b/exampleSite/content/users/gma.name/index.zh-cn.md index 19b1c3f6..cea7082a 100644 --- a/exampleSite/content/users/gma.name/index.zh-cn.md +++ b/exampleSite/content/users/gma.name/index.zh-cn.md @@ -2,7 +2,7 @@ title: "gma.name" tags: [个人网站] externalUrl: "https://gma.name" - weight: 481 + weight: 461 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/halcyonstraits.com/feature.jpg b/exampleSite/content/users/halcyonstraits.com/feature.jpg index 285c1245..63fc2214 100644 Binary files a/exampleSite/content/users/halcyonstraits.com/feature.jpg and b/exampleSite/content/users/halcyonstraits.com/feature.jpg differ diff --git a/exampleSite/content/users/hetong-re4per.com/feature.jpg b/exampleSite/content/users/hetong-re4per.com/feature.jpg new file mode 100644 index 00000000..695c6731 Binary files /dev/null and b/exampleSite/content/users/hetong-re4per.com/feature.jpg differ diff --git a/exampleSite/content/users/Mare_Infinitus/index.it.md b/exampleSite/content/users/hetong-re4per.com/index.it.md similarity index 71% rename from exampleSite/content/users/Mare_Infinitus/index.it.md rename to exampleSite/content/users/hetong-re4per.com/index.it.md index e2dcb518..58d856b4 100644 --- a/exampleSite/content/users/Mare_Infinitus/index.it.md +++ b/exampleSite/content/users/hetong-re4per.com/index.it.md @@ -1,8 +1,8 @@ --- - title: "Mare_Infinitus" + title: "hetong-re4per.com" tags: [Sito personale, Blog] - externalUrl: "https://lab.imgb.space" - weight: 721 + externalUrl: "https://hetong-re4per.com" + weight: 881 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Mare_Infinitus/index.ja.md b/exampleSite/content/users/hetong-re4per.com/index.ja.md similarity index 72% rename from exampleSite/content/users/Mare_Infinitus/index.ja.md rename to exampleSite/content/users/hetong-re4per.com/index.ja.md index 053a8ec1..cd348409 100644 --- a/exampleSite/content/users/Mare_Infinitus/index.ja.md +++ b/exampleSite/content/users/hetong-re4per.com/index.ja.md @@ -1,8 +1,8 @@ --- - title: "Mare_Infinitus" + title: "hetong-re4per.com" tags: [個人サイト, ブログ] - externalUrl: "https://lab.imgb.space" - weight: 721 + externalUrl: "https://hetong-re4per.com" + weight: 881 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Mare_Infinitus/index.md b/exampleSite/content/users/hetong-re4per.com/index.md similarity index 62% rename from exampleSite/content/users/Mare_Infinitus/index.md rename to exampleSite/content/users/hetong-re4per.com/index.md index 80a86a16..e44a4e1b 100644 --- a/exampleSite/content/users/Mare_Infinitus/index.md +++ b/exampleSite/content/users/hetong-re4per.com/index.md @@ -1,8 +1,8 @@ --- - title: "Mare_Infinitus" - tags: [Personal Site,Blog] - externalUrl: "https://lab.imgb.space" - weight: 721 + title: "hetong-re4per.com" + tags: [Personal site,Blog] + externalUrl: "https://hetong-re4per.com" + weight: 881 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Mare_Infinitus/index.zh-cn.md b/exampleSite/content/users/hetong-re4per.com/index.zh-cn.md similarity index 71% rename from exampleSite/content/users/Mare_Infinitus/index.zh-cn.md rename to exampleSite/content/users/hetong-re4per.com/index.zh-cn.md index 523a4cb8..5518af5e 100644 --- a/exampleSite/content/users/Mare_Infinitus/index.zh-cn.md +++ b/exampleSite/content/users/hetong-re4per.com/index.zh-cn.md @@ -1,8 +1,8 @@ --- - title: "Mare_Infinitus" + title: "hetong-re4per.com" tags: [个人网站, 博客] - externalUrl: "https://lab.imgb.space" - weight: 721 + externalUrl: "https://hetong-re4per.com" + weight: 881 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/hyperbowl3d.com/feature.jpg b/exampleSite/content/users/hyperbowl3d.com/feature.jpg index 672a2db2..132ac163 100644 Binary files a/exampleSite/content/users/hyperbowl3d.com/feature.jpg and b/exampleSite/content/users/hyperbowl3d.com/feature.jpg differ diff --git a/exampleSite/content/users/hyperbowl3d.com/index.it.md b/exampleSite/content/users/hyperbowl3d.com/index.it.md index f58fa1de..46d9873c 100644 --- a/exampleSite/content/users/hyperbowl3d.com/index.it.md +++ b/exampleSite/content/users/hyperbowl3d.com/index.it.md @@ -1,6 +1,6 @@ --- title: "hyperbowl3d.com" - tags: [Sito di gioco] + tags: [Sito di giochi] externalUrl: "https://hyperbowl3d.com/" weight: 291 showDate: false diff --git a/exampleSite/content/users/innerknowing/feature.jpg b/exampleSite/content/users/innerknowing/feature.jpg index 91f0be51..89a0fe6c 100644 Binary files a/exampleSite/content/users/innerknowing/feature.jpg and b/exampleSite/content/users/innerknowing/feature.jpg differ diff --git a/exampleSite/content/users/innerknowing/index.it.md b/exampleSite/content/users/innerknowing/index.it.md index fddfda22..295a3a98 100644 --- a/exampleSite/content/users/innerknowing/index.it.md +++ b/exampleSite/content/users/innerknowing/index.it.md @@ -2,7 +2,7 @@ title: "innerknowing" tags: [Sito personale, Modellatore] externalUrl: "https://innerknowing.xyz/en/" - weight: 711 + weight: 691 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/innerknowing/index.ja.md b/exampleSite/content/users/innerknowing/index.ja.md index 255933e7..124e3372 100644 --- a/exampleSite/content/users/innerknowing/index.ja.md +++ b/exampleSite/content/users/innerknowing/index.ja.md @@ -2,7 +2,7 @@ title: "innerknowing" tags: [個人サイト, モデラー] externalUrl: "https://innerknowing.xyz/en/" - weight: 711 + weight: 691 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/innerknowing/index.md b/exampleSite/content/users/innerknowing/index.md index 26785a9b..24d8004d 100644 --- a/exampleSite/content/users/innerknowing/index.md +++ b/exampleSite/content/users/innerknowing/index.md @@ -2,7 +2,7 @@ title: "innerknowing" tags: [Personal site,Modeller] externalUrl: "https://innerknowing.xyz/en/" - weight: 711 + weight: 691 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/innerknowing/index.zh-cn.md b/exampleSite/content/users/innerknowing/index.zh-cn.md index b77d2de3..7d4c6de7 100644 --- a/exampleSite/content/users/innerknowing/index.zh-cn.md +++ b/exampleSite/content/users/innerknowing/index.zh-cn.md @@ -2,7 +2,7 @@ title: "innerknowing" tags: [个人网站, 建模师] externalUrl: "https://innerknowing.xyz/en/" - weight: 711 + weight: 691 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/insidemordecai.com/feature.jpg b/exampleSite/content/users/insidemordecai.com/feature.jpg index 88fb9b96..6366dc48 100644 Binary files a/exampleSite/content/users/insidemordecai.com/feature.jpg and b/exampleSite/content/users/insidemordecai.com/feature.jpg differ diff --git a/exampleSite/content/users/jam.dsg.li/feature.jpg b/exampleSite/content/users/jam.dsg.li/feature.jpg index 0003b69b..5bf009f5 100644 Binary files a/exampleSite/content/users/jam.dsg.li/feature.jpg and b/exampleSite/content/users/jam.dsg.li/feature.jpg differ diff --git a/exampleSite/content/users/jamiemoxon.tech/feature.jpg b/exampleSite/content/users/jamiemoxon.tech/feature.jpg index 7e6c9058..fcc19fd6 100644 Binary files a/exampleSite/content/users/jamiemoxon.tech/feature.jpg and b/exampleSite/content/users/jamiemoxon.tech/feature.jpg differ diff --git a/exampleSite/content/users/jamiemoxon.tech/index.it.md b/exampleSite/content/users/jamiemoxon.tech/index.it.md index 45dff010..4e9ee475 100644 --- a/exampleSite/content/users/jamiemoxon.tech/index.it.md +++ b/exampleSite/content/users/jamiemoxon.tech/index.it.md @@ -2,7 +2,7 @@ title: "jamiemoxon.tech" tags: [Sito personale] externalUrl: "https://jamiemoxon.tech" - weight: 461 + weight: 441 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/jamiemoxon.tech/index.ja.md b/exampleSite/content/users/jamiemoxon.tech/index.ja.md index 1241c7e1..b3ee991a 100644 --- a/exampleSite/content/users/jamiemoxon.tech/index.ja.md +++ b/exampleSite/content/users/jamiemoxon.tech/index.ja.md @@ -2,7 +2,7 @@ title: "jamiemoxon.tech" tags: [個人サイト] externalUrl: "https://jamiemoxon.tech" - weight: 461 + weight: 441 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/jamiemoxon.tech/index.md b/exampleSite/content/users/jamiemoxon.tech/index.md index 5c497ece..3f5fbcd3 100644 --- a/exampleSite/content/users/jamiemoxon.tech/index.md +++ b/exampleSite/content/users/jamiemoxon.tech/index.md @@ -2,7 +2,7 @@ title: "jamiemoxon.tech" tags: [Personal site] externalUrl: "https://jamiemoxon.tech" - weight: 461 + weight: 441 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/jamiemoxon.tech/index.zh-cn.md b/exampleSite/content/users/jamiemoxon.tech/index.zh-cn.md index f20d97f4..023b847f 100644 --- a/exampleSite/content/users/jamiemoxon.tech/index.zh-cn.md +++ b/exampleSite/content/users/jamiemoxon.tech/index.zh-cn.md @@ -2,7 +2,7 @@ title: "jamiemoxon.tech" tags: [个人网站] externalUrl: "https://jamiemoxon.tech" - weight: 461 + weight: 441 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/joush007.github.io/feature.jpg b/exampleSite/content/users/joush007.github.io/feature.jpg index 9e070054..e25a6ee0 100644 Binary files a/exampleSite/content/users/joush007.github.io/feature.jpg and b/exampleSite/content/users/joush007.github.io/feature.jpg differ diff --git a/exampleSite/content/users/joush007.github.io/index.it.md b/exampleSite/content/users/joush007.github.io/index.it.md index fbfd54d2..dba36738 100644 --- a/exampleSite/content/users/joush007.github.io/index.it.md +++ b/exampleSite/content/users/joush007.github.io/index.it.md @@ -2,7 +2,7 @@ title: "joush007.github.io" tags: [Sito personale] externalUrl: "https://joush007.github.io" - weight: 561 + weight: 541 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/joush007.github.io/index.ja.md b/exampleSite/content/users/joush007.github.io/index.ja.md index ccea3db9..d87220ea 100644 --- a/exampleSite/content/users/joush007.github.io/index.ja.md +++ b/exampleSite/content/users/joush007.github.io/index.ja.md @@ -2,7 +2,7 @@ title: "joush007.github.io" tags: [個人サイト] externalUrl: "https://joush007.github.io" - weight: 561 + weight: 541 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/joush007.github.io/index.md b/exampleSite/content/users/joush007.github.io/index.md index a5885391..a72ac44a 100644 --- a/exampleSite/content/users/joush007.github.io/index.md +++ b/exampleSite/content/users/joush007.github.io/index.md @@ -2,7 +2,7 @@ title: "joush007.github.io" tags: [Personal Site] externalUrl: "https://joush007.github.io" - weight: 561 + weight: 541 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/joush007.github.io/index.zh-cn.md b/exampleSite/content/users/joush007.github.io/index.zh-cn.md index e4a79f3b..c987245f 100644 --- a/exampleSite/content/users/joush007.github.io/index.zh-cn.md +++ b/exampleSite/content/users/joush007.github.io/index.zh-cn.md @@ -2,7 +2,7 @@ title: "joush007.github.io" tags: [个人网站] externalUrl: "https://joush007.github.io" - weight: 561 + weight: 541 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/jundimubarok.com/feature.jpg b/exampleSite/content/users/jundimubarok.com/feature.jpg deleted file mode 100644 index cf7441ab..00000000 Binary files a/exampleSite/content/users/jundimubarok.com/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/karlukle.site/feature.jpg b/exampleSite/content/users/karlukle.site/feature.jpg index b50c8304..4bfd5559 100644 Binary files a/exampleSite/content/users/karlukle.site/feature.jpg and b/exampleSite/content/users/karlukle.site/feature.jpg differ diff --git a/exampleSite/content/users/karlukle.site/index.it.md b/exampleSite/content/users/karlukle.site/index.it.md index 9863fafe..a72db25c 100644 --- a/exampleSite/content/users/karlukle.site/index.it.md +++ b/exampleSite/content/users/karlukle.site/index.it.md @@ -2,7 +2,7 @@ title: "karlukle.site" tags: [Blog personale] externalUrl: "https://karlukle.site" - weight: 731 + weight: 711 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/karlukle.site/index.ja.md b/exampleSite/content/users/karlukle.site/index.ja.md index 390dbf8a..d91b245c 100644 --- a/exampleSite/content/users/karlukle.site/index.ja.md +++ b/exampleSite/content/users/karlukle.site/index.ja.md @@ -2,7 +2,7 @@ title: "karlukle.site" tags: [個人ブログ] externalUrl: "https://karlukle.site" - weight: 731 + weight: 711 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/karlukle.site/index.md b/exampleSite/content/users/karlukle.site/index.md index 0bef3590..00078ea8 100644 --- a/exampleSite/content/users/karlukle.site/index.md +++ b/exampleSite/content/users/karlukle.site/index.md @@ -2,7 +2,7 @@ title: "karlukle.site" tags: [Personal blog] externalUrl: "https://karlukle.site" - weight: 731 + weight: 711 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/karlukle.site/index.zh-cn.md b/exampleSite/content/users/karlukle.site/index.zh-cn.md index 36a3bcaf..db5b9f61 100644 --- a/exampleSite/content/users/karlukle.site/index.zh-cn.md +++ b/exampleSite/content/users/karlukle.site/index.zh-cn.md @@ -2,7 +2,7 @@ title: "karlukle.site" tags: [个人博客] externalUrl: "https://karlukle.site" - weight: 731 + weight: 711 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/kumacat.pages.dev/feature.jpg b/exampleSite/content/users/kumacat.pages.dev/feature.jpg index 46a75edb..a880c7f7 100644 Binary files a/exampleSite/content/users/kumacat.pages.dev/feature.jpg and b/exampleSite/content/users/kumacat.pages.dev/feature.jpg differ diff --git a/exampleSite/content/users/kumacat.pages.dev/index.it.md b/exampleSite/content/users/kumacat.pages.dev/index.it.md index 24984c09..9735a329 100644 --- a/exampleSite/content/users/kumacat.pages.dev/index.it.md +++ b/exampleSite/content/users/kumacat.pages.dev/index.it.md @@ -2,7 +2,7 @@ title: "kumacat.pages.dev" tags: [Sito personale, Blog] externalUrl: "https://kumacat.pages.dev" - weight: 881 + weight: 841 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/kumacat.pages.dev/index.ja.md b/exampleSite/content/users/kumacat.pages.dev/index.ja.md index 32ddc715..d6c25c27 100644 --- a/exampleSite/content/users/kumacat.pages.dev/index.ja.md +++ b/exampleSite/content/users/kumacat.pages.dev/index.ja.md @@ -2,7 +2,7 @@ title: "kumacat.pages.dev" tags: [個人サイト, ブログ] externalUrl: "https://kumacat.pages.dev" - weight: 881 + weight: 841 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/kumacat.pages.dev/index.md b/exampleSite/content/users/kumacat.pages.dev/index.md index 8511f387..65fbbcbe 100644 --- a/exampleSite/content/users/kumacat.pages.dev/index.md +++ b/exampleSite/content/users/kumacat.pages.dev/index.md @@ -2,7 +2,7 @@ title: "kumacat.pages.dev" tags: [Personal Site,Blog] externalUrl: "https://kumacat.pages.dev" - weight: 881 + weight: 841 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/kumacat.pages.dev/index.zh-cn.md b/exampleSite/content/users/kumacat.pages.dev/index.zh-cn.md index 6349bd64..0207a54a 100644 --- a/exampleSite/content/users/kumacat.pages.dev/index.zh-cn.md +++ b/exampleSite/content/users/kumacat.pages.dev/index.zh-cn.md @@ -2,7 +2,7 @@ title: "kumacat.pages.dev" tags: [个人网站, 博客] externalUrl: "https://kumacat.pages.dev" - weight: 881 + weight: 841 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/kylemalloy.com/index.it.md b/exampleSite/content/users/kylemalloy.com/index.it.md index 4c8f451e..2fd11853 100644 --- a/exampleSite/content/users/kylemalloy.com/index.it.md +++ b/exampleSite/content/users/kylemalloy.com/index.it.md @@ -2,7 +2,7 @@ title: "kylemalloy.com" tags: [Sito personale] externalUrl: "https://kylemalloy.com" - weight: 551 + weight: 531 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/kylemalloy.com/index.ja.md b/exampleSite/content/users/kylemalloy.com/index.ja.md index 08498050..a20f266d 100644 --- a/exampleSite/content/users/kylemalloy.com/index.ja.md +++ b/exampleSite/content/users/kylemalloy.com/index.ja.md @@ -2,7 +2,7 @@ title: "kylemalloy.com" tags: [個人サイト] externalUrl: "https://kylemalloy.com" - weight: 551 + weight: 531 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/kylemalloy.com/index.md b/exampleSite/content/users/kylemalloy.com/index.md index b5b0dec0..469a2c27 100644 --- a/exampleSite/content/users/kylemalloy.com/index.md +++ b/exampleSite/content/users/kylemalloy.com/index.md @@ -2,7 +2,7 @@ title: "kylemalloy.com" tags: [Personal site] externalUrl: "https://kylemalloy.com" - weight: 551 + weight: 531 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/kylemalloy.com/index.zh-cn.md b/exampleSite/content/users/kylemalloy.com/index.zh-cn.md index 3bc3da94..697a7d3a 100644 --- a/exampleSite/content/users/kylemalloy.com/index.zh-cn.md +++ b/exampleSite/content/users/kylemalloy.com/index.zh-cn.md @@ -2,7 +2,7 @@ title: "kylemalloy.com" tags: [个人网站] externalUrl: "https://kylemalloy.com" - weight: 551 + weight: 531 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/lazarusoverlook.com/feature.jpg b/exampleSite/content/users/lazarusoverlook.com/feature.jpg new file mode 100644 index 00000000..da7471a3 Binary files /dev/null and b/exampleSite/content/users/lazarusoverlook.com/feature.jpg differ diff --git a/exampleSite/content/users/lazarusoverlook.com/featured.webp b/exampleSite/content/users/lazarusoverlook.com/featured.webp deleted file mode 100644 index 03a2aca6..00000000 Binary files a/exampleSite/content/users/lazarusoverlook.com/featured.webp and /dev/null differ diff --git a/exampleSite/content/users/lazarusoverlook.com/index.it.md b/exampleSite/content/users/lazarusoverlook.com/index.it.md index 6e3bb490..27551ac4 100644 --- a/exampleSite/content/users/lazarusoverlook.com/index.it.md +++ b/exampleSite/content/users/lazarusoverlook.com/index.it.md @@ -1,8 +1,8 @@ --- title: "lazarusoverlook.com" tags: [Sito personale, Blog] - externalUrl: "https://lazarusoverlook.com/" - weight: 892 + externalUrl: "https://lazarusoverlook.com" + weight: 901 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/lazarusoverlook.com/index.ja.md b/exampleSite/content/users/lazarusoverlook.com/index.ja.md index e3f6d88a..5e7722d6 100644 --- a/exampleSite/content/users/lazarusoverlook.com/index.ja.md +++ b/exampleSite/content/users/lazarusoverlook.com/index.ja.md @@ -1,8 +1,8 @@ --- title: "lazarusoverlook.com" tags: [個人サイト, ブログ] - externalUrl: "https://lazarusoverlook.com/" - weight: 892 + externalUrl: "https://lazarusoverlook.com" + weight: 901 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/lazarusoverlook.com/index.md b/exampleSite/content/users/lazarusoverlook.com/index.md index a11932ee..9665a4f4 100644 --- a/exampleSite/content/users/lazarusoverlook.com/index.md +++ b/exampleSite/content/users/lazarusoverlook.com/index.md @@ -1,8 +1,8 @@ --- title: "lazarusoverlook.com" tags: [Personal site,Blog] - externalUrl: "https://lazarusoverlook.com/" - weight: 892 + externalUrl: "https://lazarusoverlook.com" + weight: 901 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/lazarusoverlook.com/index.zh-cn.md b/exampleSite/content/users/lazarusoverlook.com/index.zh-cn.md index 793b7ec3..7cf3d985 100644 --- a/exampleSite/content/users/lazarusoverlook.com/index.zh-cn.md +++ b/exampleSite/content/users/lazarusoverlook.com/index.zh-cn.md @@ -1,8 +1,8 @@ --- title: "lazarusoverlook.com" tags: [个人网站, 博客] - externalUrl: "https://lazarusoverlook.com/" - weight: 892 + externalUrl: "https://lazarusoverlook.com" + weight: 901 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/lelouvincx.github.io/feature.jpg b/exampleSite/content/users/lelouvincx.github.io/feature.jpg index 944d7350..9644886e 100644 Binary files a/exampleSite/content/users/lelouvincx.github.io/feature.jpg and b/exampleSite/content/users/lelouvincx.github.io/feature.jpg differ diff --git a/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg b/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg index 07569836..a8afefcb 100644 Binary files a/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg and b/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg differ diff --git a/exampleSite/content/users/m3upt.com/feature.jpg b/exampleSite/content/users/m3upt.com/feature.jpg index e4a3d67d..407a8d98 100644 Binary files a/exampleSite/content/users/m3upt.com/feature.jpg and b/exampleSite/content/users/m3upt.com/feature.jpg differ diff --git a/exampleSite/content/users/mariuskimmina.com/feature.jpg b/exampleSite/content/users/mariuskimmina.com/feature.jpg index 7481f0dc..77aedd74 100644 Binary files a/exampleSite/content/users/mariuskimmina.com/feature.jpg and b/exampleSite/content/users/mariuskimmina.com/feature.jpg differ diff --git a/exampleSite/content/users/marupanda.art-marucomics/feature.jpg b/exampleSite/content/users/marupanda.art-marucomics/feature.jpg index 92aea01d..54c805f3 100644 Binary files a/exampleSite/content/users/marupanda.art-marucomics/feature.jpg and b/exampleSite/content/users/marupanda.art-marucomics/feature.jpg differ diff --git a/exampleSite/content/users/mayer.life/feature.jpg b/exampleSite/content/users/mayer.life/feature.jpg index 03ec6b57..e2f125eb 100644 Binary files a/exampleSite/content/users/mayer.life/feature.jpg and b/exampleSite/content/users/mayer.life/feature.jpg differ diff --git a/exampleSite/content/users/mayer.life/index.it.md b/exampleSite/content/users/mayer.life/index.it.md index abc43bfd..9b4b30ca 100644 --- a/exampleSite/content/users/mayer.life/index.it.md +++ b/exampleSite/content/users/mayer.life/index.it.md @@ -2,7 +2,7 @@ title: "mayer.life" tags: [Sito personale] externalUrl: "https://mayer.life" - weight: 491 + weight: 471 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/mayer.life/index.ja.md b/exampleSite/content/users/mayer.life/index.ja.md index 5f3eb979..9caa7cdd 100644 --- a/exampleSite/content/users/mayer.life/index.ja.md +++ b/exampleSite/content/users/mayer.life/index.ja.md @@ -2,7 +2,7 @@ title: "mayer.life" tags: [個人サイト] externalUrl: "https://mayer.life" - weight: 491 + weight: 471 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/mayer.life/index.md b/exampleSite/content/users/mayer.life/index.md index 40d27444..2f1072e0 100644 --- a/exampleSite/content/users/mayer.life/index.md +++ b/exampleSite/content/users/mayer.life/index.md @@ -2,7 +2,7 @@ title: "mayer.life" tags: [Personal site] externalUrl: "https://mayer.life" - weight: 491 + weight: 471 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/mayer.life/index.zh-cn.md b/exampleSite/content/users/mayer.life/index.zh-cn.md index cb79cb32..a3b16ad3 100644 --- a/exampleSite/content/users/mayer.life/index.zh-cn.md +++ b/exampleSite/content/users/mayer.life/index.zh-cn.md @@ -2,7 +2,7 @@ title: "mayer.life" tags: [个人网站] externalUrl: "https://mayer.life" - weight: 491 + weight: 471 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/michaeldorner.de/feature.jpg b/exampleSite/content/users/michaeldorner.de/feature.jpg index 628ffe97..d41acd6f 100644 Binary files a/exampleSite/content/users/michaeldorner.de/feature.jpg and b/exampleSite/content/users/michaeldorner.de/feature.jpg differ diff --git a/exampleSite/content/users/michaeldorner.de/index.it.md b/exampleSite/content/users/michaeldorner.de/index.it.md index 73156709..39ac0ff9 100644 --- a/exampleSite/content/users/michaeldorner.de/index.it.md +++ b/exampleSite/content/users/michaeldorner.de/index.it.md @@ -2,7 +2,7 @@ title: "michaeldorner.de" tags: [Blog, Sito personale, Accademia] externalUrl: "https://www.michaeldorner.de" - weight: 771 + weight: 751 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/michaeldorner.de/index.ja.md b/exampleSite/content/users/michaeldorner.de/index.ja.md index 4dfe253e..7cbddefa 100644 --- a/exampleSite/content/users/michaeldorner.de/index.ja.md +++ b/exampleSite/content/users/michaeldorner.de/index.ja.md @@ -2,7 +2,7 @@ title: "michaeldorner.de" tags: [ブログ, 個人サイト, 学術界] externalUrl: "https://www.michaeldorner.de" - weight: 771 + weight: 751 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/michaeldorner.de/index.md b/exampleSite/content/users/michaeldorner.de/index.md index 616d553c..238a47e0 100644 --- a/exampleSite/content/users/michaeldorner.de/index.md +++ b/exampleSite/content/users/michaeldorner.de/index.md @@ -2,7 +2,7 @@ title: "michaeldorner.de" tags: [Blog,Personal Site,Academia] externalUrl: "https://www.michaeldorner.de" - weight: 771 + weight: 751 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/michaeldorner.de/index.zh-cn.md b/exampleSite/content/users/michaeldorner.de/index.zh-cn.md index e5c3fba6..929f6584 100644 --- a/exampleSite/content/users/michaeldorner.de/index.zh-cn.md +++ b/exampleSite/content/users/michaeldorner.de/index.zh-cn.md @@ -2,7 +2,7 @@ title: "michaeldorner.de" tags: [博客, 个人网站, 学术界] externalUrl: "https://www.michaeldorner.de" - weight: 771 + weight: 751 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/micheledinelli.github.io/feature.jpg b/exampleSite/content/users/micheledinelli.github.io/feature.jpg index 51499721..fdcb2e54 100644 Binary files a/exampleSite/content/users/micheledinelli.github.io/feature.jpg and b/exampleSite/content/users/micheledinelli.github.io/feature.jpg differ diff --git a/exampleSite/content/users/micheledinelli.github.io/index.it.md b/exampleSite/content/users/micheledinelli.github.io/index.it.md index 26409775..f50f77e0 100644 --- a/exampleSite/content/users/micheledinelli.github.io/index.it.md +++ b/exampleSite/content/users/micheledinelli.github.io/index.it.md @@ -2,7 +2,7 @@ title: "micheledinelli.github.io" tags: [Sito personale, Sito portfolio, Accademia] externalUrl: "https://micheledinelli.github.io" - weight: 871 + weight: 831 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/micheledinelli.github.io/index.ja.md b/exampleSite/content/users/micheledinelli.github.io/index.ja.md index 6dc4e41f..3e6834d2 100644 --- a/exampleSite/content/users/micheledinelli.github.io/index.ja.md +++ b/exampleSite/content/users/micheledinelli.github.io/index.ja.md @@ -2,7 +2,7 @@ title: "micheledinelli.github.io" tags: [個人サイト, ポートフォリオサイト, 学術界] externalUrl: "https://micheledinelli.github.io" - weight: 871 + weight: 831 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/micheledinelli.github.io/index.md b/exampleSite/content/users/micheledinelli.github.io/index.md index 4b586b44..ef39dea2 100644 --- a/exampleSite/content/users/micheledinelli.github.io/index.md +++ b/exampleSite/content/users/micheledinelli.github.io/index.md @@ -2,7 +2,7 @@ title: "micheledinelli.github.io" tags: [Personal Site,Portfolio Site,Academia] externalUrl: "https://micheledinelli.github.io" - weight: 871 + weight: 831 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/micheledinelli.github.io/index.zh-cn.md b/exampleSite/content/users/micheledinelli.github.io/index.zh-cn.md index a20a23ed..71d1c8a4 100644 --- a/exampleSite/content/users/micheledinelli.github.io/index.zh-cn.md +++ b/exampleSite/content/users/micheledinelli.github.io/index.zh-cn.md @@ -2,7 +2,7 @@ title: "micheledinelli.github.io" tags: [个人网站, 作品集网站, 学术界] externalUrl: "https://micheledinelli.github.io" - weight: 871 + weight: 831 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg b/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg index 908fde86..ed47d4ae 100644 Binary files a/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg and b/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg differ diff --git a/exampleSite/content/users/n9o.xyz/feature.jpg b/exampleSite/content/users/n9o.xyz/feature.jpg index eb992c16..778f4015 100644 Binary files a/exampleSite/content/users/n9o.xyz/feature.jpg and b/exampleSite/content/users/n9o.xyz/feature.jpg differ diff --git a/exampleSite/content/users/nick.bouwhuis.net/feature.jpg b/exampleSite/content/users/nick.bouwhuis.net/feature.jpg index 6a059b6c..00a54019 100644 Binary files a/exampleSite/content/users/nick.bouwhuis.net/feature.jpg and b/exampleSite/content/users/nick.bouwhuis.net/feature.jpg differ diff --git a/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg b/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg index 48e33fd9..d1e9744e 100644 Binary files a/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg and b/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg differ diff --git a/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg b/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg index 01d728a9..14f054a3 100644 Binary files a/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg and b/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg differ diff --git a/exampleSite/content/users/notes.bluesdriveamelia.space/index.it.md b/exampleSite/content/users/notes.bluesdriveamelia.space/index.it.md index 0de83473..abaea6b6 100644 --- a/exampleSite/content/users/notes.bluesdriveamelia.space/index.it.md +++ b/exampleSite/content/users/notes.bluesdriveamelia.space/index.it.md @@ -2,7 +2,7 @@ title: "notes.bluesdriveamelia.space" tags: [Blog, Sito personale] externalUrl: "https://notes.bluesdriveamelia.space/" - weight: 671 + weight: 651 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/notes.bluesdriveamelia.space/index.ja.md b/exampleSite/content/users/notes.bluesdriveamelia.space/index.ja.md index 17db9020..325e1b2f 100644 --- a/exampleSite/content/users/notes.bluesdriveamelia.space/index.ja.md +++ b/exampleSite/content/users/notes.bluesdriveamelia.space/index.ja.md @@ -2,7 +2,7 @@ title: "notes.bluesdriveamelia.space" tags: [ブログ, 個人サイト] externalUrl: "https://notes.bluesdriveamelia.space/" - weight: 671 + weight: 651 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/notes.bluesdriveamelia.space/index.md b/exampleSite/content/users/notes.bluesdriveamelia.space/index.md index d1aa5bd2..d2245e63 100644 --- a/exampleSite/content/users/notes.bluesdriveamelia.space/index.md +++ b/exampleSite/content/users/notes.bluesdriveamelia.space/index.md @@ -2,7 +2,7 @@ title: "notes.bluesdriveamelia.space" tags: [Blog,Personal site] externalUrl: "https://notes.bluesdriveamelia.space/" - weight: 671 + weight: 651 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/notes.bluesdriveamelia.space/index.zh-cn.md b/exampleSite/content/users/notes.bluesdriveamelia.space/index.zh-cn.md index 853c200d..1e735a05 100644 --- a/exampleSite/content/users/notes.bluesdriveamelia.space/index.zh-cn.md +++ b/exampleSite/content/users/notes.bluesdriveamelia.space/index.zh-cn.md @@ -2,7 +2,7 @@ title: "notes.bluesdriveamelia.space" tags: [博客, 个人网站] externalUrl: "https://notes.bluesdriveamelia.space/" - weight: 671 + weight: 651 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/nveshaan/index.it.md b/exampleSite/content/users/nveshaan/index.it.md index 0513c8e2..2cfcb9c3 100644 --- a/exampleSite/content/users/nveshaan/index.it.md +++ b/exampleSite/content/users/nveshaan/index.it.md @@ -2,7 +2,7 @@ title: "nveshaan" tags: [Sito personale] externalUrl: "https://nveshaan.github.io/" - weight: 861 + weight: 821 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/nveshaan/index.ja.md b/exampleSite/content/users/nveshaan/index.ja.md index e91f580e..b5b9dca0 100644 --- a/exampleSite/content/users/nveshaan/index.ja.md +++ b/exampleSite/content/users/nveshaan/index.ja.md @@ -2,7 +2,7 @@ title: "nveshaan" tags: [個人サイト] externalUrl: "https://nveshaan.github.io/" - weight: 861 + weight: 821 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/nveshaan/index.md b/exampleSite/content/users/nveshaan/index.md index b4395b07..5fb3767e 100644 --- a/exampleSite/content/users/nveshaan/index.md +++ b/exampleSite/content/users/nveshaan/index.md @@ -2,7 +2,7 @@ title: "nveshaan" tags: [Personal Site] externalUrl: "https://nveshaan.github.io/" - weight: 861 + weight: 821 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/nveshaan/index.zh-cn.md b/exampleSite/content/users/nveshaan/index.zh-cn.md index fe72162e..5fc5a127 100644 --- a/exampleSite/content/users/nveshaan/index.zh-cn.md +++ b/exampleSite/content/users/nveshaan/index.zh-cn.md @@ -2,7 +2,7 @@ title: "nveshaan" tags: [个人网站] externalUrl: "https://nveshaan.github.io/" - weight: 861 + weight: 821 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ohdmire.github.io/feature.jpg b/exampleSite/content/users/ohdmire.github.io/feature.jpg index 6ea3115a..7d263a0f 100644 Binary files a/exampleSite/content/users/ohdmire.github.io/feature.jpg and b/exampleSite/content/users/ohdmire.github.io/feature.jpg differ diff --git a/exampleSite/content/users/ohdmire.github.io/index.it.md b/exampleSite/content/users/ohdmire.github.io/index.it.md index 519b68ea..0c3dc0e1 100644 --- a/exampleSite/content/users/ohdmire.github.io/index.it.md +++ b/exampleSite/content/users/ohdmire.github.io/index.it.md @@ -2,7 +2,7 @@ title: "ohdmire.github.io" tags: [Sito personale] externalUrl: "https://ohdmire.github.io" - weight: 521 + weight: 501 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ohdmire.github.io/index.ja.md b/exampleSite/content/users/ohdmire.github.io/index.ja.md index 2938c61d..7d967d66 100644 --- a/exampleSite/content/users/ohdmire.github.io/index.ja.md +++ b/exampleSite/content/users/ohdmire.github.io/index.ja.md @@ -2,7 +2,7 @@ title: "ohdmire.github.io" tags: [個人サイト] externalUrl: "https://ohdmire.github.io" - weight: 521 + weight: 501 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ohdmire.github.io/index.md b/exampleSite/content/users/ohdmire.github.io/index.md index f5726335..f72012dc 100644 --- a/exampleSite/content/users/ohdmire.github.io/index.md +++ b/exampleSite/content/users/ohdmire.github.io/index.md @@ -2,7 +2,7 @@ title: "ohdmire.github.io" tags: [Personal site] externalUrl: "https://ohdmire.github.io" - weight: 521 + weight: 501 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ohdmire.github.io/index.zh-cn.md b/exampleSite/content/users/ohdmire.github.io/index.zh-cn.md index 265834d9..c5040042 100644 --- a/exampleSite/content/users/ohdmire.github.io/index.zh-cn.md +++ b/exampleSite/content/users/ohdmire.github.io/index.zh-cn.md @@ -2,7 +2,7 @@ title: "ohdmire.github.io" tags: [个人网站] externalUrl: "https://ohdmire.github.io" - weight: 521 + weight: 501 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/pacochan.net/feature.jpg b/exampleSite/content/users/pacochan.net/feature.jpg index bfa08890..242e336f 100644 Binary files a/exampleSite/content/users/pacochan.net/feature.jpg and b/exampleSite/content/users/pacochan.net/feature.jpg differ diff --git a/exampleSite/content/users/pmnxis.github.io/feature.jpg b/exampleSite/content/users/pmnxis.github.io/feature.jpg index fe54b2fc..7fbbbe1f 100644 Binary files a/exampleSite/content/users/pmnxis.github.io/feature.jpg and b/exampleSite/content/users/pmnxis.github.io/feature.jpg differ diff --git a/exampleSite/content/users/priyakdey.com/feature.jpg b/exampleSite/content/users/priyakdey.com/feature.jpg index 8b7daddc..36321cb7 100644 Binary files a/exampleSite/content/users/priyakdey.com/feature.jpg and b/exampleSite/content/users/priyakdey.com/feature.jpg differ diff --git a/exampleSite/content/users/rdgo.dev/feature.jpg b/exampleSite/content/users/rdgo.dev/feature.jpg index 54dd41cc..cc034c68 100644 Binary files a/exampleSite/content/users/rdgo.dev/feature.jpg and b/exampleSite/content/users/rdgo.dev/feature.jpg differ diff --git a/exampleSite/content/users/rejowski.xyz/feature.jpg b/exampleSite/content/users/rejowski.xyz/feature.jpg index 14af31cb..3ef6877f 100644 Binary files a/exampleSite/content/users/rejowski.xyz/feature.jpg and b/exampleSite/content/users/rejowski.xyz/feature.jpg differ diff --git a/exampleSite/content/users/rejowski.xyz/index.it.md b/exampleSite/content/users/rejowski.xyz/index.it.md index 01982f8e..d9c94e99 100644 --- a/exampleSite/content/users/rejowski.xyz/index.it.md +++ b/exampleSite/content/users/rejowski.xyz/index.it.md @@ -2,7 +2,7 @@ title: "rejowski.xyz" tags: [Sito personale] externalUrl: "https://rejowski.xyz/" - weight: 571 + weight: 551 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/rejowski.xyz/index.ja.md b/exampleSite/content/users/rejowski.xyz/index.ja.md index 1616a9cc..ddbc8f18 100644 --- a/exampleSite/content/users/rejowski.xyz/index.ja.md +++ b/exampleSite/content/users/rejowski.xyz/index.ja.md @@ -2,7 +2,7 @@ title: "rejowski.xyz" tags: [個人サイト] externalUrl: "https://rejowski.xyz/" - weight: 571 + weight: 551 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/rejowski.xyz/index.md b/exampleSite/content/users/rejowski.xyz/index.md index cb2e54bb..9a54bdbe 100644 --- a/exampleSite/content/users/rejowski.xyz/index.md +++ b/exampleSite/content/users/rejowski.xyz/index.md @@ -2,7 +2,7 @@ title: "rejowski.xyz" tags: [Personal Site] externalUrl: "https://rejowski.xyz/" - weight: 571 + weight: 551 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/rejowski.xyz/index.zh-cn.md b/exampleSite/content/users/rejowski.xyz/index.zh-cn.md index a0c04b34..f0197446 100644 --- a/exampleSite/content/users/rejowski.xyz/index.zh-cn.md +++ b/exampleSite/content/users/rejowski.xyz/index.zh-cn.md @@ -2,7 +2,7 @@ title: "rejowski.xyz" tags: [个人网站] externalUrl: "https://rejowski.xyz/" - weight: 571 + weight: 551 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/renaud.warnotte.be/feature.jpg b/exampleSite/content/users/renaud.warnotte.be/feature.jpg index df7131a8..4586f96a 100644 Binary files a/exampleSite/content/users/renaud.warnotte.be/feature.jpg and b/exampleSite/content/users/renaud.warnotte.be/feature.jpg differ diff --git a/exampleSite/content/users/renaud.warnotte.be/index.it.md b/exampleSite/content/users/renaud.warnotte.be/index.it.md index 69f77e73..f6ad65eb 100644 --- a/exampleSite/content/users/renaud.warnotte.be/index.it.md +++ b/exampleSite/content/users/renaud.warnotte.be/index.it.md @@ -2,7 +2,7 @@ title: "renaud.warnotte.be" tags: [Sito personale] externalUrl: "https://renaud.warnotte.be" - weight: 601 + weight: 581 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/renaud.warnotte.be/index.ja.md b/exampleSite/content/users/renaud.warnotte.be/index.ja.md index ec1cd879..939d414b 100644 --- a/exampleSite/content/users/renaud.warnotte.be/index.ja.md +++ b/exampleSite/content/users/renaud.warnotte.be/index.ja.md @@ -2,7 +2,7 @@ title: "renaud.warnotte.be" tags: [個人サイト] externalUrl: "https://renaud.warnotte.be" - weight: 601 + weight: 581 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/renaud.warnotte.be/index.md b/exampleSite/content/users/renaud.warnotte.be/index.md index 5c71b4df..47bc1437 100644 --- a/exampleSite/content/users/renaud.warnotte.be/index.md +++ b/exampleSite/content/users/renaud.warnotte.be/index.md @@ -2,7 +2,7 @@ title: "renaud.warnotte.be" tags: [Personal site] externalUrl: "https://renaud.warnotte.be" - weight: 601 + weight: 581 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/renaud.warnotte.be/index.zh-cn.md b/exampleSite/content/users/renaud.warnotte.be/index.zh-cn.md index 01bba07e..8766e475 100644 --- a/exampleSite/content/users/renaud.warnotte.be/index.zh-cn.md +++ b/exampleSite/content/users/renaud.warnotte.be/index.zh-cn.md @@ -2,7 +2,7 @@ title: "renaud.warnotte.be" tags: [个人网站] externalUrl: "https://renaud.warnotte.be" - weight: 601 + weight: 581 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ricklan.photography/feature.jpg b/exampleSite/content/users/ricklan.photography/feature.jpg index 6deb0a7d..2a1f9928 100644 Binary files a/exampleSite/content/users/ricklan.photography/feature.jpg and b/exampleSite/content/users/ricklan.photography/feature.jpg differ diff --git a/exampleSite/content/users/ricklan.photography/index.it.md b/exampleSite/content/users/ricklan.photography/index.it.md index d833166a..9d061ba1 100644 --- a/exampleSite/content/users/ricklan.photography/index.it.md +++ b/exampleSite/content/users/ricklan.photography/index.it.md @@ -2,7 +2,7 @@ title: "ricklan.photography" tags: [Sito personale] externalUrl: "https://ricklan.photography" - weight: 531 + weight: 511 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ricklan.photography/index.ja.md b/exampleSite/content/users/ricklan.photography/index.ja.md index c439d7c4..37190d8e 100644 --- a/exampleSite/content/users/ricklan.photography/index.ja.md +++ b/exampleSite/content/users/ricklan.photography/index.ja.md @@ -2,7 +2,7 @@ title: "ricklan.photography" tags: [個人サイト] externalUrl: "https://ricklan.photography" - weight: 531 + weight: 511 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ricklan.photography/index.md b/exampleSite/content/users/ricklan.photography/index.md index a04db98e..88ea687b 100644 --- a/exampleSite/content/users/ricklan.photography/index.md +++ b/exampleSite/content/users/ricklan.photography/index.md @@ -2,7 +2,7 @@ title: "ricklan.photography" tags: [Personal site] externalUrl: "https://ricklan.photography" - weight: 531 + weight: 511 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ricklan.photography/index.zh-cn.md b/exampleSite/content/users/ricklan.photography/index.zh-cn.md index 2d9b49ec..867dde5e 100644 --- a/exampleSite/content/users/ricklan.photography/index.zh-cn.md +++ b/exampleSite/content/users/ricklan.photography/index.zh-cn.md @@ -2,7 +2,7 @@ title: "ricklan.photography" tags: [个人网站] externalUrl: "https://ricklan.photography" - weight: 531 + weight: 511 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/scottmckendry.tech/feature.jpg b/exampleSite/content/users/scottmckendry.tech/feature.jpg index 4bd3b8a0..fda2162b 100644 Binary files a/exampleSite/content/users/scottmckendry.tech/feature.jpg and b/exampleSite/content/users/scottmckendry.tech/feature.jpg differ diff --git a/exampleSite/content/users/scottmckendry.tech/index.it.md b/exampleSite/content/users/scottmckendry.tech/index.it.md index 7a6db404..ede8dfcd 100644 --- a/exampleSite/content/users/scottmckendry.tech/index.it.md +++ b/exampleSite/content/users/scottmckendry.tech/index.it.md @@ -2,7 +2,7 @@ title: "scottmckendry.tech" tags: [Sito personale] externalUrl: "https://scottmckendry.tech" - weight: 501 + weight: 481 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/scottmckendry.tech/index.ja.md b/exampleSite/content/users/scottmckendry.tech/index.ja.md index 406ea201..a16f807f 100644 --- a/exampleSite/content/users/scottmckendry.tech/index.ja.md +++ b/exampleSite/content/users/scottmckendry.tech/index.ja.md @@ -2,7 +2,7 @@ title: "scottmckendry.tech" tags: [個人サイト] externalUrl: "https://scottmckendry.tech" - weight: 501 + weight: 481 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/scottmckendry.tech/index.md b/exampleSite/content/users/scottmckendry.tech/index.md index 279145e1..219c5901 100644 --- a/exampleSite/content/users/scottmckendry.tech/index.md +++ b/exampleSite/content/users/scottmckendry.tech/index.md @@ -2,7 +2,7 @@ title: "scottmckendry.tech" tags: [Personal site] externalUrl: "https://scottmckendry.tech" - weight: 501 + weight: 481 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/scottmckendry.tech/index.zh-cn.md b/exampleSite/content/users/scottmckendry.tech/index.zh-cn.md index 80a3f8a2..84a0c982 100644 --- a/exampleSite/content/users/scottmckendry.tech/index.zh-cn.md +++ b/exampleSite/content/users/scottmckendry.tech/index.zh-cn.md @@ -2,7 +2,7 @@ title: "scottmckendry.tech" tags: [个人网站] externalUrl: "https://scottmckendry.tech" - weight: 501 + weight: 481 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/sdehm.dev/feature.jpg b/exampleSite/content/users/sdehm.dev/feature.jpg index b8d82bf1..e0a55a8f 100644 Binary files a/exampleSite/content/users/sdehm.dev/feature.jpg and b/exampleSite/content/users/sdehm.dev/feature.jpg differ diff --git a/exampleSite/content/users/talkdimsum.com/feature.jpg b/exampleSite/content/users/talkdimsum.com/feature.jpg index fa8d1487..60eaf9c2 100644 Binary files a/exampleSite/content/users/talkdimsum.com/feature.jpg and b/exampleSite/content/users/talkdimsum.com/feature.jpg differ diff --git a/exampleSite/content/users/technicaldc.github.io/feature.jpg b/exampleSite/content/users/technicaldc.github.io/feature.jpg index e6e1990b..d88b8d57 100644 Binary files a/exampleSite/content/users/technicaldc.github.io/feature.jpg and b/exampleSite/content/users/technicaldc.github.io/feature.jpg differ diff --git a/exampleSite/content/users/technicaldc.github.io/index.it.md b/exampleSite/content/users/technicaldc.github.io/index.it.md index 74f8d8b4..315f4982 100644 --- a/exampleSite/content/users/technicaldc.github.io/index.it.md +++ b/exampleSite/content/users/technicaldc.github.io/index.it.md @@ -2,7 +2,7 @@ title: "technicaldc.github.io" tags: [Sito personale, Blog] externalUrl: "https://technicaldc.github.io/" - weight: 621 + weight: 601 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/technicaldc.github.io/index.ja.md b/exampleSite/content/users/technicaldc.github.io/index.ja.md index 0ba09466..4cbd6d17 100644 --- a/exampleSite/content/users/technicaldc.github.io/index.ja.md +++ b/exampleSite/content/users/technicaldc.github.io/index.ja.md @@ -2,7 +2,7 @@ title: "technicaldc.github.io" tags: [個人サイト, ブログ] externalUrl: "https://technicaldc.github.io/" - weight: 621 + weight: 601 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/technicaldc.github.io/index.md b/exampleSite/content/users/technicaldc.github.io/index.md index e3f39e75..aea8a7cc 100644 --- a/exampleSite/content/users/technicaldc.github.io/index.md +++ b/exampleSite/content/users/technicaldc.github.io/index.md @@ -2,7 +2,7 @@ title: "technicaldc.github.io" tags: [Personal Site,Blog] externalUrl: "https://technicaldc.github.io/" - weight: 621 + weight: 601 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/technicaldc.github.io/index.zh-cn.md b/exampleSite/content/users/technicaldc.github.io/index.zh-cn.md index a904591b..1a9e1968 100644 --- a/exampleSite/content/users/technicaldc.github.io/index.zh-cn.md +++ b/exampleSite/content/users/technicaldc.github.io/index.zh-cn.md @@ -2,7 +2,7 @@ title: "technicaldc.github.io" tags: [个人网站, 博客] externalUrl: "https://technicaldc.github.io/" - weight: 621 + weight: 601 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/technicat.com/feature.jpg b/exampleSite/content/users/technicat.com/feature.jpg index 0040dc94..86d2cc02 100644 Binary files a/exampleSite/content/users/technicat.com/feature.jpg and b/exampleSite/content/users/technicat.com/feature.jpg differ diff --git a/exampleSite/content/users/the-maze.net/feature.jpg b/exampleSite/content/users/the-maze.net/feature.jpg index ffb8e158..bd10a178 100644 Binary files a/exampleSite/content/users/the-maze.net/feature.jpg and b/exampleSite/content/users/the-maze.net/feature.jpg differ diff --git a/exampleSite/content/users/the-maze.net/index.it.md b/exampleSite/content/users/the-maze.net/index.it.md index 43a6a648..867b3688 100644 --- a/exampleSite/content/users/the-maze.net/index.it.md +++ b/exampleSite/content/users/the-maze.net/index.it.md @@ -2,7 +2,7 @@ title: "the-maze.net" tags: [Sito personale, Blog] externalUrl: "https://www.the-maze.net/" - weight: 641 + weight: 621 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/the-maze.net/index.ja.md b/exampleSite/content/users/the-maze.net/index.ja.md index ab09dc50..dd31d0d0 100644 --- a/exampleSite/content/users/the-maze.net/index.ja.md +++ b/exampleSite/content/users/the-maze.net/index.ja.md @@ -2,7 +2,7 @@ title: "the-maze.net" tags: [個人サイト, ブログ] externalUrl: "https://www.the-maze.net/" - weight: 641 + weight: 621 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/the-maze.net/index.md b/exampleSite/content/users/the-maze.net/index.md index 1202f496..595f6637 100644 --- a/exampleSite/content/users/the-maze.net/index.md +++ b/exampleSite/content/users/the-maze.net/index.md @@ -2,7 +2,7 @@ title: "the-maze.net" tags: [Personal site,Blog] externalUrl: "https://www.the-maze.net/" - weight: 641 + weight: 621 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/the-maze.net/index.zh-cn.md b/exampleSite/content/users/the-maze.net/index.zh-cn.md index 716dad5a..ea29f2c6 100644 --- a/exampleSite/content/users/the-maze.net/index.zh-cn.md +++ b/exampleSite/content/users/the-maze.net/index.zh-cn.md @@ -2,7 +2,7 @@ title: "the-maze.net" tags: [个人网站, 博客] externalUrl: "https://www.the-maze.net/" - weight: 641 + weight: 621 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/theindiecoder.cloud/feature.jpg b/exampleSite/content/users/theindiecoder.cloud/feature.jpg index d1b40541..fb33d140 100644 Binary files a/exampleSite/content/users/theindiecoder.cloud/feature.jpg and b/exampleSite/content/users/theindiecoder.cloud/feature.jpg differ diff --git a/exampleSite/content/users/theindiecoder.cloud/index.it.md b/exampleSite/content/users/theindiecoder.cloud/index.it.md index 2aa8f204..3d7cc9ad 100644 --- a/exampleSite/content/users/theindiecoder.cloud/index.it.md +++ b/exampleSite/content/users/theindiecoder.cloud/index.it.md @@ -2,7 +2,7 @@ title: "theindiecoder.cloud" tags: [Sito personale] externalUrl: "https://theindiecoder.cloud" - weight: 471 + weight: 451 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/theindiecoder.cloud/index.ja.md b/exampleSite/content/users/theindiecoder.cloud/index.ja.md index 665c84e3..c73751ae 100644 --- a/exampleSite/content/users/theindiecoder.cloud/index.ja.md +++ b/exampleSite/content/users/theindiecoder.cloud/index.ja.md @@ -2,7 +2,7 @@ title: "theindiecoder.cloud" tags: [個人サイト] externalUrl: "https://theindiecoder.cloud" - weight: 471 + weight: 451 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/theindiecoder.cloud/index.md b/exampleSite/content/users/theindiecoder.cloud/index.md index c4e8ff71..53fed3a7 100644 --- a/exampleSite/content/users/theindiecoder.cloud/index.md +++ b/exampleSite/content/users/theindiecoder.cloud/index.md @@ -2,7 +2,7 @@ title: "theindiecoder.cloud" tags: [Personal site] externalUrl: "https://theindiecoder.cloud" - weight: 471 + weight: 451 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/theindiecoder.cloud/index.zh-cn.md b/exampleSite/content/users/theindiecoder.cloud/index.zh-cn.md index 355e086e..3265ab1d 100644 --- a/exampleSite/content/users/theindiecoder.cloud/index.zh-cn.md +++ b/exampleSite/content/users/theindiecoder.cloud/index.zh-cn.md @@ -2,7 +2,7 @@ title: "theindiecoder.cloud" tags: [个人网站] externalUrl: "https://theindiecoder.cloud" - weight: 471 + weight: 451 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/todreamr.github.io/feature.jpg b/exampleSite/content/users/todreamr.github.io/feature.jpg index 9c6e7c79..847351c5 100644 Binary files a/exampleSite/content/users/todreamr.github.io/feature.jpg and b/exampleSite/content/users/todreamr.github.io/feature.jpg differ diff --git a/exampleSite/content/users/todreamr.github.io/index.it.md b/exampleSite/content/users/todreamr.github.io/index.it.md index 36809f67..3a899d9c 100644 --- a/exampleSite/content/users/todreamr.github.io/index.it.md +++ b/exampleSite/content/users/todreamr.github.io/index.it.md @@ -2,7 +2,7 @@ title: "todreamr.github.io" tags: [Sito personale] externalUrl: "https://todreamr.github.io/" - weight: 691 + weight: 671 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/todreamr.github.io/index.ja.md b/exampleSite/content/users/todreamr.github.io/index.ja.md index fa5204d1..0b272ad8 100644 --- a/exampleSite/content/users/todreamr.github.io/index.ja.md +++ b/exampleSite/content/users/todreamr.github.io/index.ja.md @@ -2,7 +2,7 @@ title: "todreamr.github.io" tags: [個人サイト] externalUrl: "https://todreamr.github.io/" - weight: 691 + weight: 671 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/todreamr.github.io/index.md b/exampleSite/content/users/todreamr.github.io/index.md index 600d97bd..58f38e27 100644 --- a/exampleSite/content/users/todreamr.github.io/index.md +++ b/exampleSite/content/users/todreamr.github.io/index.md @@ -2,7 +2,7 @@ title: "todreamr.github.io" tags: [Personal site] externalUrl: "https://todreamr.github.io/" - weight: 691 + weight: 671 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/todreamr.github.io/index.zh-cn.md b/exampleSite/content/users/todreamr.github.io/index.zh-cn.md index 8f09fbcd..358d1bcb 100644 --- a/exampleSite/content/users/todreamr.github.io/index.zh-cn.md +++ b/exampleSite/content/users/todreamr.github.io/index.zh-cn.md @@ -2,7 +2,7 @@ title: "todreamr.github.io" tags: [个人网站] externalUrl: "https://todreamr.github.io/" - weight: 691 + weight: 671 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 74293851..9ac387bf 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -40,14 +40,6 @@ "Personal site" ] }, - { - "title": "cuttontail.blog", - "url": "https://cuttontail.blog", - "source": "n/a", - "tags": [ - "Personal site" - ] - }, { "title": "pmnxis.github.io", "url": "https://pmnxis.github.io", @@ -344,14 +336,6 @@ "Personal site" ] }, - { - "title": "jundimubarok.com", - "url": "https://jundimubarok.com/", - "source": "n/a", - "tags": [ - "Personal site" - ] - }, { "title": "vkmki001.github.io", "url": "https://vkmki001.github.io/", @@ -583,15 +567,6 @@ "Modeller" ] }, - { - "title": "Mare_Infinitus", - "url": "https://lab.imgb.space", - "source": "n/a", - "tags": [ - "Personal Site", - "Blog" - ] - }, { "title": "karlukle.site", "url": "https://karlukle.site", @@ -703,16 +678,6 @@ "Software Developer" ] }, - { - "title": "Jinbo Pan - Blog", - "url": "https://www.panjinbo.com/", - "source": "n/a", - "tags": [ - "Personal Site", - "Blog", - "Technology Blog" - ] - }, { "title": "nveshaan", "url": "https://nveshaan.github.io/", diff --git a/exampleSite/content/users/utrodus.com/feature.jpg b/exampleSite/content/users/utrodus.com/feature.jpg new file mode 100644 index 00000000..eaaefe98 Binary files /dev/null and b/exampleSite/content/users/utrodus.com/feature.jpg differ diff --git a/exampleSite/content/users/cuttontail.blog/index.ja.md b/exampleSite/content/users/utrodus.com/index.it.md similarity index 63% rename from exampleSite/content/users/cuttontail.blog/index.ja.md rename to exampleSite/content/users/utrodus.com/index.it.md index dd1d31e0..1b3d986a 100644 --- a/exampleSite/content/users/cuttontail.blog/index.ja.md +++ b/exampleSite/content/users/utrodus.com/index.it.md @@ -1,8 +1,8 @@ --- - title: "cuttontail.blog" - tags: [個人サイト] - externalUrl: "https://cuttontail.blog" - weight: 51 + title: "utrodus.com" + tags: [Sito portfolio, Blog] + externalUrl: "https://utrodus.com" + weight: 871 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/utrodus.com/index.ja.md b/exampleSite/content/users/utrodus.com/index.ja.md new file mode 100644 index 00000000..8838b810 --- /dev/null +++ b/exampleSite/content/users/utrodus.com/index.ja.md @@ -0,0 +1,14 @@ +--- + title: "utrodus.com" + tags: [ポートフォリオサイト, ブログ] + externalUrl: "https://utrodus.com" + weight: 871 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- + diff --git a/exampleSite/content/users/cuttontail.blog/index.md b/exampleSite/content/users/utrodus.com/index.md similarity index 63% rename from exampleSite/content/users/cuttontail.blog/index.md rename to exampleSite/content/users/utrodus.com/index.md index 4a32b63f..095a8e81 100644 --- a/exampleSite/content/users/cuttontail.blog/index.md +++ b/exampleSite/content/users/utrodus.com/index.md @@ -1,8 +1,8 @@ --- - title: "cuttontail.blog" - tags: [Personal site] - externalUrl: "https://cuttontail.blog" - weight: 51 + title: "utrodus.com" + tags: [Portfolio Site,Blog] + externalUrl: "https://utrodus.com" + weight: 871 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/jundimubarok.com/index.zh-cn.md b/exampleSite/content/users/utrodus.com/index.zh-cn.md similarity index 63% rename from exampleSite/content/users/jundimubarok.com/index.zh-cn.md rename to exampleSite/content/users/utrodus.com/index.zh-cn.md index 54ce2fe5..96de150e 100644 --- a/exampleSite/content/users/jundimubarok.com/index.zh-cn.md +++ b/exampleSite/content/users/utrodus.com/index.zh-cn.md @@ -1,8 +1,8 @@ --- - title: "jundimubarok.com" - tags: [个人网站] - externalUrl: "https://jundimubarok.com/" - weight: 431 + title: "utrodus.com" + tags: [作品集网站, 博客] + externalUrl: "https://utrodus.com" + weight: 871 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/v-y-s.com/feature.jpg b/exampleSite/content/users/v-y-s.com/feature.jpg index f31b36f7..584e0a06 100644 Binary files a/exampleSite/content/users/v-y-s.com/feature.jpg and b/exampleSite/content/users/v-y-s.com/feature.jpg differ diff --git a/exampleSite/content/users/v-y-s.com/index.it.md b/exampleSite/content/users/v-y-s.com/index.it.md index 10247f1a..9316c1b5 100644 --- a/exampleSite/content/users/v-y-s.com/index.it.md +++ b/exampleSite/content/users/v-y-s.com/index.it.md @@ -2,7 +2,7 @@ title: "v-y-s.com" tags: [Sito personale] externalUrl: "https://v-y-s.com/" - weight: 581 + weight: 561 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/v-y-s.com/index.ja.md b/exampleSite/content/users/v-y-s.com/index.ja.md index 06094635..f9c97a8d 100644 --- a/exampleSite/content/users/v-y-s.com/index.ja.md +++ b/exampleSite/content/users/v-y-s.com/index.ja.md @@ -2,7 +2,7 @@ title: "v-y-s.com" tags: [個人サイト] externalUrl: "https://v-y-s.com/" - weight: 581 + weight: 561 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/v-y-s.com/index.md b/exampleSite/content/users/v-y-s.com/index.md index c809d8fd..81d1204e 100644 --- a/exampleSite/content/users/v-y-s.com/index.md +++ b/exampleSite/content/users/v-y-s.com/index.md @@ -2,7 +2,7 @@ title: "v-y-s.com" tags: [Personal Site] externalUrl: "https://v-y-s.com/" - weight: 581 + weight: 561 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/v-y-s.com/index.zh-cn.md b/exampleSite/content/users/v-y-s.com/index.zh-cn.md index 80158fc3..0f475aa8 100644 --- a/exampleSite/content/users/v-y-s.com/index.zh-cn.md +++ b/exampleSite/content/users/v-y-s.com/index.zh-cn.md @@ -2,7 +2,7 @@ title: "v-y-s.com" tags: [个人网站] externalUrl: "https://v-y-s.com/" - weight: 581 + weight: 561 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/vkmki001.github.io/feature.jpg b/exampleSite/content/users/vkmki001.github.io/feature.jpg index a5e7c73a..ee286d74 100644 Binary files a/exampleSite/content/users/vkmki001.github.io/feature.jpg and b/exampleSite/content/users/vkmki001.github.io/feature.jpg differ diff --git a/exampleSite/content/users/vkmki001.github.io/index.it.md b/exampleSite/content/users/vkmki001.github.io/index.it.md index e8b593b7..582b2494 100644 --- a/exampleSite/content/users/vkmki001.github.io/index.it.md +++ b/exampleSite/content/users/vkmki001.github.io/index.it.md @@ -2,7 +2,7 @@ title: "vkmki001.github.io" tags: [Sito personale] externalUrl: "https://vkmki001.github.io/" - weight: 441 + weight: 421 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/vkmki001.github.io/index.ja.md b/exampleSite/content/users/vkmki001.github.io/index.ja.md index 41ee4c82..14b27522 100644 --- a/exampleSite/content/users/vkmki001.github.io/index.ja.md +++ b/exampleSite/content/users/vkmki001.github.io/index.ja.md @@ -2,7 +2,7 @@ title: "vkmki001.github.io" tags: [個人サイト] externalUrl: "https://vkmki001.github.io/" - weight: 441 + weight: 421 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/vkmki001.github.io/index.md b/exampleSite/content/users/vkmki001.github.io/index.md index 55494ccd..880459ab 100644 --- a/exampleSite/content/users/vkmki001.github.io/index.md +++ b/exampleSite/content/users/vkmki001.github.io/index.md @@ -2,7 +2,7 @@ title: "vkmki001.github.io" tags: [Personal site] externalUrl: "https://vkmki001.github.io/" - weight: 441 + weight: 421 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/vkmki001.github.io/index.zh-cn.md b/exampleSite/content/users/vkmki001.github.io/index.zh-cn.md index cc0cd3e4..5fffe9dd 100644 --- a/exampleSite/content/users/vkmki001.github.io/index.zh-cn.md +++ b/exampleSite/content/users/vkmki001.github.io/index.zh-cn.md @@ -2,7 +2,7 @@ title: "vkmki001.github.io" tags: [个人网站] externalUrl: "https://vkmki001.github.io/" - weight: 441 + weight: 421 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/weaxsey.org/feature.jpg b/exampleSite/content/users/weaxsey.org/feature.jpg index 412c56e4..ffe54711 100644 Binary files a/exampleSite/content/users/weaxsey.org/feature.jpg and b/exampleSite/content/users/weaxsey.org/feature.jpg differ diff --git a/exampleSite/content/users/江ノ島エスカー/feature.jpg b/exampleSite/content/users/江ノ島エスカー/feature.jpg index 9c1a2ce0..77068e18 100644 Binary files a/exampleSite/content/users/江ノ島エスカー/feature.jpg and b/exampleSite/content/users/江ノ島エスカー/feature.jpg differ diff --git a/exampleSite/content/users/江ノ島エスカー/index.it.md b/exampleSite/content/users/江ノ島エスカー/index.it.md index 36db9337..d1658052 100644 --- a/exampleSite/content/users/江ノ島エスカー/index.it.md +++ b/exampleSite/content/users/江ノ島エスカー/index.it.md @@ -2,7 +2,7 @@ title: "江ノ島エスカー" tags: [Sito portfolio, Sviluppatore di software] externalUrl: "https://zen96k.github.io/enoshima-escar" - weight: 841 + weight: 811 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/江ノ島エスカー/index.ja.md b/exampleSite/content/users/江ノ島エスカー/index.ja.md index bea0cf48..057f4440 100644 --- a/exampleSite/content/users/江ノ島エスカー/index.ja.md +++ b/exampleSite/content/users/江ノ島エスカー/index.ja.md @@ -2,7 +2,7 @@ title: "江ノ島エスカー" tags: [ポートフォリオサイト, ソフトウェア開発者] externalUrl: "https://zen96k.github.io/enoshima-escar" - weight: 841 + weight: 811 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/江ノ島エスカー/index.md b/exampleSite/content/users/江ノ島エスカー/index.md index 3658e39f..37752648 100644 --- a/exampleSite/content/users/江ノ島エスカー/index.md +++ b/exampleSite/content/users/江ノ島エスカー/index.md @@ -2,7 +2,7 @@ title: "江ノ島エスカー" tags: [Portfolio Site,Software Developer] externalUrl: "https://zen96k.github.io/enoshima-escar" - weight: 841 + weight: 811 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/江ノ島エスカー/index.zh-cn.md b/exampleSite/content/users/江ノ島エスカー/index.zh-cn.md index 680e1a09..660b6735 100644 --- a/exampleSite/content/users/江ノ島エスカー/index.zh-cn.md +++ b/exampleSite/content/users/江ノ島エスカー/index.zh-cn.md @@ -2,7 +2,7 @@ title: "江ノ島エスカー" tags: [作品集网站, 软件开发人员] externalUrl: "https://zen96k.github.io/enoshima-escar" - weight: 841 + weight: 811 showDate: false showAuthor: false showReadingTime: false