Skip to content

Commit

Permalink
Merge pull request #16 from IPlayZed/dev
Browse files Browse the repository at this point in the history
Updated config and typo fixes.
  • Loading branch information
IPlayZed committed Jan 8, 2024
2 parents a9c5875 + 5aa5431 commit 66f4b1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
14 changes: 7 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -80,7 +80,7 @@ archive_reverse = true # Set to True to sort posts chronologically per year inst
#textlogo = '<font color="#f90">A</font>bridge'
#textlogo = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="#f90" viewBox="0 0 96 96" width="28" height="28"><path stroke-width="14" d="M14 99 46 7h4l32 92"/><path stroke-width="9" d="M-3 82c43-26 59-26 102 0"/><path stroke-linecap="round" stroke-width="1.5" d="M94 72v7m-5-9.8v7m-5-9.8v7.1M79 64v7M63 57.7v7m-5-8.2v7m-5-7.8v7m-5-7.2v7m-5-6.7v7m-5-6.3v7m-5-5.8v7M17 64v7m-5-4.6v7m-5-4.2v7M2 72v7"/></svg>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

Expand Down Expand Up @@ -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.

Expand All @@ -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"]
Expand All @@ -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"'
Expand Down
2 changes: 1 addition & 1 deletion content/01.md → content/linux-security-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions content/pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 66f4b1a

Please sign in to comment.