-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
924 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "themes/dose"] | ||
path = themes/dose | ||
url = https://github.com/oltdaniel/dose.git | ||
[submodule "themes/abridge"] | ||
path = themes/abridge | ||
url = https://github.com/jieiku/abridge.git |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
+++ | ||
paginate_by = 3 | ||
sort_by = "date" | ||
template = "index.html" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
+++ | ||
template = "archive.html" | ||
|
||
[extra] | ||
sec = "" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
paginate_by = 3 | ||
sort_by = "date" | ||
template = "index.html" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = "Starting my blog" | ||
date = 2024-01-08 | ||
updated = 2024-01-08 | ||
description = "the first blogpost" | ||
[taxonomies] | ||
tags = ["hello-world", "zola"] | ||
+++ | ||
|
||
My main problem with learning about computers is that I never got to *really* tell anyone about it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
+++ | ||
title = "Starting my blog" | ||
title = "Welcome!" | ||
date = 2024-01-08 | ||
updated = 2024-01-08 | ||
description = "the first blogpost" | ||
[taxonomies] | ||
tags = ["hello-world", "zola"] | ||
description = "Home page" | ||
+++ | ||
|
||
My main problem with learning about computers is that I never got to *really* tell anyone about it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
+++ | ||
render = false | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
+++ | ||
render = false | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
+++ | ||
title = "About" | ||
path = "about" | ||
template = "pages.html" | ||
draft = false | ||
+++ | ||
|
||
This site is makde by Balázs Róbert Börcsök as a portfolio and public blog. | ||
|
||
It contains the author's personal view and opinion, which is not to be associated by represnted institutions or companies. | ||
|
||
This site provides uses the [abridge theme](https://github.com/Jieiku/abridge) for [Zola](https://www.getzola.org/) the static site generator. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = "Contact" | ||
description = "To reach me please use the contact form on this page." | ||
path = "contact" | ||
template = "pages.html" | ||
draft = false | ||
+++ | ||
|
||
- Contact Me [via email](mailto:[email protected]) for professional requests. | ||
- Or click on the icons below for other social platforms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = "Offline Mode" | ||
path = "offline" | ||
template = "pages.html" | ||
draft = false | ||
+++ | ||
|
||
## Offline Mode | ||
|
||
Sorry, no cache found and it looks like you’re offline, a connection is required. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
+++ | ||
title = "Privacy Policy" | ||
description = "This page outlines the Privacy Policy for this site, and the date at which this policy was put into affect." | ||
path = "privacy" | ||
template = "pages.html" | ||
draft = false | ||
+++ | ||
|
||
## Privacy | ||
|
||
- This site is hosted on GitHub Pages, please see the [privacy policy for it](https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement). | ||
- Otherwise the site does not explicitly collect any information. | ||
|
||
**Effective Date:** _8st Jan 2024_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
path = "data_stork" | ||
template = "stork_toml.html" | ||
draft = true | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
path = "data_tinysearch" | ||
template = "tinysearch_json.html" | ||
draft = true | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "abridge-bundle", | ||
"version": "2.0.0", | ||
"description": "Abridge - set PWA cache files list, bundle and minify js", | ||
"author": "Jake G <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/Jieiku/abridge", | ||
"scripts": { | ||
"abridge": "node -e \"if ( require('fs').existsSync('./themes/abridge/package_abridge.js')) {require('fs').copyFileSync('./themes/abridge/package_abridge.js', './package_abridge.js')}\" && node package_abridge.js" | ||
}, | ||
"dependencies": { | ||
"fast-toml": "^0.5.4", | ||
"uglify-js": "^3.17.4", | ||
"jsonminify": "^0.4.2", | ||
"replace-in-file": "^7.0.1" | ||
} | ||
} |
Oops, something went wrong.