diff options
| author | Andriy Cherniy <cherniyandriy@pntl.com.ua> | 2022-09-10 22:08:04 +0300 |
|---|---|---|
| committer | Andriy Cherniy <cherniyandriy@pntl.com.ua> | 2022-09-10 22:08:04 +0300 |
| commit | 0576e2c7a39ad2a20a734f25abff3b8911319684 (patch) | |
| tree | 8ec6a21302807810bcab1fe9749c594e8d1fceff | |
| download | quga.m0e.space-0576e2c7a39ad2a20a734f25abff3b8911319684.tar.gz quga.m0e.space-0576e2c7a39ad2a20a734f25abff3b8911319684.zip | |
initial commit
26 files changed, 296 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d298be1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/
\ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a1fbded --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "themes/researcher"] + path = themes/researcher + url = https://github.com/ojroques/hugo-researcher.git +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.hugo_build.lock diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/archetypes/default.org b/archetypes/default.org new file mode 100644 index 0000000..437315b --- /dev/null +++ b/archetypes/default.org @@ -0,0 +1,8 @@ +#+TITLE: {{ replace .Name "-" " " | title }} +#+DATE: {{ .Date }} +#+DRAFT: true +#+DESCRIPTION: +#+TAGS[]: +#+KEYWORDS[]: +#+SLUG: +#+SUMMARY: diff --git a/config.toml.old b/config.toml.old new file mode 100644 index 0000000..f2d46ce --- /dev/null +++ b/config.toml.old @@ -0,0 +1,58 @@ +baseURL = 'https://quga.m0e.space/' +languageCode = 'en-us' +title = 'Qugalet' +theme = 'researcher' +disableKinds = ["taxonomy", "term"] +enableEmoji = true +math = false # enable KaTeX (https://katex.org/) globally +googleAnalytics = "" # add your tracking id + +[params] + author = "Qugalet" + description = "A simple monospaced resume theme for Hugo." + favicon = "favicon.ico" # path to a .ico to use as favicon + logo = "logo_smol.jpg" # url or path to a logo to put in the header + [params.footer] + text = "Made with <3 by Qugalet | Powered by Hugo | Theme by Olivier Roques" + url = "https://github.com/ojroques/hugo-researcher" + [params.style] # appearance options (can be omitted) + fontFamily = "Inconsolata" + pageWidth = "750px" + avatarSize = "90px" + colorBlack = "#222222" + colorRed = "#dc3545" + [[params.socialIcons]] + icon = "fab fa-twitter" + title = "Twitter" + url = "https://twitter.com/Andrmist" + [[params.socialIcons]] + icon = "fas fa-envelope" + title = "E-mail" + url = "mailto:qugalet@m0e.space" + [[params.socialIcons]] + icon = "fa-brands fa-mastodon" + title = "Fediverse" + url = "https://pl.m0e.space/qugalet" + +[permalinks] + "/" = "/:filename" + +[menu] + [[menu.main]] + name = "About" + url = "/about" + weight = 1 + # [[menu.main]] + # name = "Resume" + # url = "/resume.pdf" + # # 'pre' and 'post' hooks are available + # # here we use an icon from Bootstrap https://icons.getbootstrap.com/ + # pre = '<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-file-earmark-person-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M2 2a2 2 0 0 1 2-2h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm7.5 1.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm2 5.755S12 12 8 12s-5 1.755-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-.245z"/></svg> ' + # weight = 2 + [[menu.main]] + name = "Contact" + url = "/contact" + weight = 3 + +[markup.goldmark.renderer] + unsafe = true # allow raw HTML in markdown files diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..5cccd7b --- /dev/null +++ b/config.yml @@ -0,0 +1,147 @@ +baseURL: "https://quga.m0e.space/" +title: Qugalet +paginate: 5 +theme: PaperMod +defaultContentLanguage: 'en' + +enableRobotsTXT: true +buildDrafts: false +buildFuture: false +buildExpired: true + +googleAnalytics: UA-123-45 + +minify: + disableXML: true + minifyOutput: true + +params: + env: development # to enable google analytics, opengraph, twitter-cards and schema. + title: Qugalet + description: "Personal Page" + keywords: [Blog, Portfolio, Donate] + author: Me + # author: ["Me", "You"] # multiple authors + images: ["logo.jpg"] + DateFormat: "January 2, 2006" + defaultTheme: auto # dark, light + disableThemeToggle: false + + ShowReadingTime: false + ShowShareButtons: false + ShowPostNavLinks: true + ShowBreadCrumbs: true + ShowCodeCopyButtons: false + ShowWordCount: false + ShowRssButtonInSectionTermList: true + UseHugoToc: true + disableSpecial1stPost: false + disableScrollToTop: false + comments: false + hidemeta: false + hideSummary: true + showtoc: false + tocopen: false + + assets: + # disableHLJS: true # to disable highlight.js + disableFingerprinting: true + favicon: "favicon.ico" + favicon16x16: "favicon-16x16.png" + favicon32x32: "favicon-32x32.png" + apple_touch_icon: "apple-touch-icon.png" + safari_pinned_tab: "favicon-32x32.png" + + label: + text: "๐บ๐ฆ Home" + icon: /apple-touch-icon.png + iconHeight: 35 + + # profile-mode + profileMode: + enabled: false # needs to be explicitly set + title: ExampleSite + subtitle: "This is subtitle" + imageUrl: "<img location>" + imageWidth: 120 + imageHeight: 120 + imageTitle: my image + buttons: + - name: Posts + url: posts + - name: Tags + url: tags + + # home-info mode + # homeInfoParams: + # Title: "Useful links:" + # Content: "" + + socialIcons: + - name: twitter + url: "https://twitter.com/" + - name: stackoverflow + url: "https://stackoverflow.com" + - name: github + url: "https://github.com/" + + analytics: + google: + SiteVerificationTag: "XYZabc" + bing: + SiteVerificationTag: "XYZabc" + yandex: + SiteVerificationTag: "XYZabc" + + cover: + hidden: true # hide everywhere but not in structured data + hiddenInList: true # hide on list pages and home + hiddenInSingle: true # hide on single page + + editPost: + URL: "https://github.com/<path_to_repo>/content" + Text: "Suggest Changes" # edit text + appendFilePath: true # to append file path to Edit link + + # for search + # https://fusejs.io/api/options.html + fuseOpts: + isCaseSensitive: false + shouldSort: true + location: 0 + distance: 1000 + threshold: 0.4 + minMatchCharLength: 0 + keys: ["title", "permalink", "summary", "content"] +menu: + main: + - identifier: contacts + name: Contacts + url: /contacts + weight: 1 + - identifier: donate + name: Donate + url: /donate + weight: 2 + - identifier: categories + name: Categories + url: /categories/ + weight: 10 + - identifier: tags + name: Tags + url: /tags/ + weight: 20 + - identifier: m0e.space + name: m0e.space + url: https://m0e.space + weight: 30 +# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma +pygmentsUseClasses: true +markup: + highlight: + noClasses: false + # anchorLineNos: true + # codeFences: true + # guessSyntax: true + # lineNos: true + # style: monokai diff --git a/content/_index.org b/content/_index.org new file mode 100644 index 0000000..f9b22ad --- /dev/null +++ b/content/_index.org @@ -0,0 +1,23 @@ +#+TITLE: +#+DATE: 2022-09-08T23:17:00+03:00 +#+DRAFT: false +#+DESCRIPTION: +#+TAGS[]: +#+KEYWORDS[]: +#+SLUG: +#+SUMMARY: + +#+attr_html: alt: konata happy title: konata happy +[[konata_happy_smol.gif]] + +** Welcome to my personal place ~แ( แ )แ~ + +Hi , I'm Andriy (ะะฝะดััะน ๐บ๐ฆ), I'm owner of [[https://m0e.space][m0e.space]] instance. I'm studying [[https://pntl.edu.vn.ua][here]] (11th grade), learning and practicing JS, Python ะธ C++, trying Rust (nothing serious now). + +Here you can read my thoughs about *Fediverse*, *JavaScript* and *Minecraft*, probably. + +You can find me on Fedi: [[https://pl.m0e.space/qugalet][@qugalet@pl.m0e.space]], other contacts are stored [[/contacts][here]]. + +If you want me to continue my experiments and other things, you can support me [[/donate][financially]]. + + diff --git a/content/archives.md b/content/archives.md new file mode 100644 index 0000000..5628e34 --- /dev/null +++ b/content/archives.md @@ -0,0 +1,6 @@ +--- +title: "Archive" +layout: "archives" +url: "/archives/" +summary: archives +--- diff --git a/content/contacts.org b/content/contacts.org new file mode 100644 index 0000000..bcfd036 --- /dev/null +++ b/content/contacts.org @@ -0,0 +1,19 @@ +#+TITLE: Contacts +#+DATE: 2022-09-10T00:16:09+03:00 +#+DRAFT: false +#+DESCRIPTION: +#+TAGS[]: +#+KEYWORDS[]: +#+SLUG: +#+SUMMARY: +** Messengers: +- Telegram: [[https://t.me/Andrmist][@Andrmist]] +- Discord: ~Andrmist(Qugalet)#8967~ +- Matrix: ~@qugalet@matrix.m0e.space~ + +** Social networks: +- Fediverse: [[https://pl.m0e.space/qugalet][@qugalet@pl.m0e.space]] +- Twitter: [[https://twitter.com/@Andrmist][@Andrmist]] +- Youtube: [[https://www.youtube.com/channel/UCyPe6wgNpY9OYWaM5Lf8nUg][Qugalet]] + +Main email address: [[mailto:qugalet@m0e.space][qugalet(dog)m0e.space]] diff --git a/content/donate.org b/content/donate.org new file mode 100644 index 0000000..f26bda1 --- /dev/null +++ b/content/donate.org @@ -0,0 +1,19 @@ +#+TITLE: Donate +#+DATE: 2022-09-10T00:16:15+03:00 +#+DRAFT: false +#+DESCRIPTION: My donation pages and credit cards +#+TAGS[]: +#+KEYWORDS[]: +#+hideSummary: true + +You can buy me a coffee using [[https://ko-fi.com/qugalet][ko-fi]] or thank me using [[https://qugalet.diaka.ua/donate][Diaka]]. + +Also you can pay using [[https://www.paypal.com/donate/?hosted_button_id=W4KXXNATP4ZFN][PayPal]]. + +My credit cards: +- 5375411415857825 Monobank (MasterCard) +- 5168755905297772 PrivatBank (MasterCard) + +Also i have [[https://send.monobank.ua/jar/8qpC6WMUHT][Monobank jar]]. + +I don't use crypto wallets but if you want to donate with it, [[/contacts][contact me]]. diff --git a/content/konata_happy.gif b/content/konata_happy.gif Binary files differnew file mode 100644 index 0000000..d5099e5 --- /dev/null +++ b/content/konata_happy.gif diff --git a/content/konata_happy_smol.gif b/content/konata_happy_smol.gif Binary files differnew file mode 100644 index 0000000..0c25abe --- /dev/null +++ b/content/konata_happy_smol.gif diff --git a/resources/_gen/assets/scss/sass/researcher.scss_81ad576498767608ce504b3564784665.content b/resources/_gen/assets/scss/sass/researcher.scss_81ad576498767608ce504b3564784665.content new file mode 100644 index 0000000..9fb7ec1 --- /dev/null +++ b/resources/_gen/assets/scss/sass/researcher.scss_81ad576498767608ce504b3564784665.content @@ -0,0 +1 @@ +#content a,.nav-link{color:#dc3545;text-decoration:none}#content a *,.nav-link *{color:#dc3545}#content a:hover,.nav-link:hover{color:#dc3545;text-decoration:underline}#footer a,.navbar-brand{color:#222;text-decoration:none}#footer a *,.navbar-brand *{color:#222}#footer a:hover,.navbar-brand:hover{color:#222;text-decoration:underline}#content table td,#content table th{border:1px solid #ccc;padding:6px 12px;text-align:left}*{color:#222;font-family:Inconsolata;line-height:1.2}.container{max-width:750px}.navbar-brand{font-size:2rem}#content p{margin-bottom:.6rem}#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{font-size:medium;font-weight:700;margin:1rem 0 .6rem}#content h1{font-size:1.8rem}#content h2{font-size:1.6rem}#content h3{font-size:1.4rem}#content h4{font-size:1.2rem}#content img{display:block;margin:1rem auto;max-width:100%}#content .avatar>img{border-radius:50%;float:right;margin:-8px 0 0 16px;height:90px;width:90px}#content ol{counter-reset:list;list-style:none;padding-left:2rem}#content ol>li{display:table-row}#content ol>li:before{content:"[" counter(list,decimal)"] ";counter-increment:list;display:table-cell;text-align:right;padding-right:.5em}#content .container>ol,#content .footnotes>ol{padding-left:0}#content ul{list-style:inside;padding-left:2rem}#content ul>li{list-style-position:outside;margin-left:1em}#content .container>ul,#content .footnotes>ul{padding-left:0}#content table{margin:1rem auto;width:100%}#content table th{font-weight:700}#content table tr:nth-child(2n){background-color:#f8f8f8}#content blockquote{border-left:4px solid;font-style:italic;margin:1rem 0;padding:8px}#content code{color:#222;background-color:#f8f8f8;border:1px solid #ccc;border-radius:10%;padding:0 4px}#content pre code{all:unset}#content .highlight{margin:1rem auto}#content .highlight>pre{padding:8px}
\ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/researcher.scss_81ad576498767608ce504b3564784665.json b/resources/_gen/assets/scss/sass/researcher.scss_81ad576498767608ce504b3564784665.json new file mode 100644 index 0000000..30a9eb6 --- /dev/null +++ b/resources/_gen/assets/scss/sass/researcher.scss_81ad576498767608ce504b3564784665.json @@ -0,0 +1 @@ +{"Target":"sass/researcher.min.css","MediaType":"text/css","Data":{}}
\ No newline at end of file diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..d5dc041 --- /dev/null +++ b/static/android-chrome-192x192.png diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png Binary files differnew file mode 100644 index 0000000..ff8f49d --- /dev/null +++ b/static/android-chrome-512x512.png diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..35ebb41 --- /dev/null +++ b/static/apple-touch-icon.png diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..5947a1b --- /dev/null +++ b/static/favicon-16x16.png diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..888e360 --- /dev/null +++ b/static/favicon-32x32.png diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100644 index 0000000..8ceb8b8 --- /dev/null +++ b/static/favicon.ico diff --git a/static/logo.jpg b/static/logo.jpg Binary files differnew file mode 100644 index 0000000..58316fd --- /dev/null +++ b/static/logo.jpg diff --git a/static/logo_smol.jpg b/static/logo_smol.jpg Binary files differnew file mode 100644 index 0000000..45191fe --- /dev/null +++ b/static/logo_smol.jpg diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
\ No newline at end of file diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 +Subproject 3a0a4811cbc07c0bea09ef55b3c1bfb39b48cdd diff --git a/themes/researcher b/themes/researcher new file mode 160000 +Subproject 2c6c170dabf570e2787f457c66cc6488bc72187 |
