diff --git a/config.toml b/config.toml index 753c626..d2fd71e 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,8 @@ -base_url = "https://iplayzed.github.io" +base_url = "https://nopointers.work" # Also set index format = "elasticlunr_javascript", and in [extra] uglyurls = true, integrity = false # If you use the npm/node script then all you have to do is set offline = true, and everything else is automatic. -title = "nopointers.blog" +title = "nopointers.work.blog" description = "Personal site of Balázs Róbert Börcsök" theme = "abridge" @@ -80,7 +80,7 @@ archive_reverse = true # Set to True to sort posts chronologically per year inst #textlogo = 'Abridge' #textlogo = 'bridge' -sitedesc = false # enables or disables the display of the site description below the logo. +sitedesc = true # enables or disables the display of the site description below the logo. headhr = true # show or hide horizontal rule below header foothr = true # show or hide horizontal rule above footer @@ -168,7 +168,7 @@ stack = "10653163" ############################################################################### # do NOT include a trailing slash on the online URL -#online_url = "https://abridge.netlify.app" +online_url = "https://nopointers.work" online_indexformat = "elasticlunr_json"# used to restore your preferred index format when offline = false offline = false # implies uglyurls=true and integrity=false, when true NPM/node will automatically set the path for the base_url, it will build the site, then set the base_url back to what it was. @@ -180,7 +180,7 @@ js_copycode = true # The copy button on code blocks that allows you to copy them js_email_encode = true # obfuscates email address in footer js_prestyle = true # used to preload: FontAwesome, Katex, external Google Fonts js_switcher = true # The button that allows manually changing between light/dark mode. -js_switcher_default = "dark" # default nojs switcher mode: dark, light (make sure to also set $switcherDefault in abridge.scss) +js_switcher_default = "light" # default nojs switcher mode: dark, light (make sure to also set $switcherDefault in abridge.scss) search_library = 'elasticlunr' stylesheets = ["abridge.css"] @@ -201,8 +201,8 @@ pwa = true # true to load the service worker pwa_VER = '3.11.0' # Service Worker cache version. (increment if you need to force a new cache) ### 3600=1hour, 28800=8hours, 86400=1day, 604800=1week, 1209600=2weeks -pwa_NORM_TTL = 0 # 86400 is reasonable. html, json, xml, anything else undefined -pwa_LONG_TTL = 0 # 604800 is reasonable. +pwa_NORM_TTL = 86400 # 86400 is reasonable. html, json, xml, anything else undefined +pwa_LONG_TTL = 604800 # 604800 is reasonable. ### list of files that overrides TTL_LONG/TTL_EXEMPT to be a NORM TTL. pwa_TTL_NORM = '"sw.min.js", "sw_load.min.js"' diff --git a/content/01.md b/content/linux-security-01.md similarity index 97% rename from content/01.md rename to content/linux-security-01.md index 1114d13..f34766f 100644 --- a/content/01.md +++ b/content/linux-security-01.md @@ -4,7 +4,7 @@ date = 2024-01-08 updated = 2024-01-08 description = "Part 1" [taxonomies] -tags = ["linux", "secure boot", "arch linux"] +tags = ["linux", "security"] +++ My journey began around 2019, when I was preparing for university. I remember, buying the first *"throwaway"* laptop of mine (which later turned about to be one of my faviourite machines when travelling, but more on that on an other time) to experience the joy of Linux. diff --git a/content/pages/about.md b/content/pages/about.md index e7358f1..c688711 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -5,8 +5,7 @@ template = "pages.html" draft = false +++ -This site is makde by Balázs Róbert Börcsök as a portfolio and public blog. +This site is make 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. +It contains the author's personal views and opinions, which is not to be associated by represented 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.