Skip to content

Commit

Permalink
blog enabled, add first article, rename my-navbar due to blog compati…
Browse files Browse the repository at this point in the history
…bility, added avatar
  • Loading branch information
Sk3pper committed Aug 13, 2024
1 parent bfee3a6 commit b45b630
Show file tree
Hide file tree
Showing 19 changed files with 629 additions and 26 deletions.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#top-navbar-divider {
margin-top: 10px;
background-color: get-light-color('muted-text-color');
height: 20px;
height: 35px;
width: 2px;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/styles/override.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "components/courses";
@import "navigators/my-navbar";
@import "navigators/navbar";

// get right color for h6 items
html[data-theme='dark'] {
Expand Down
3 changes: 3 additions & 0 deletions content/posts/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Posts
---
8 changes: 8 additions & 0 deletions content/posts/cve-2024-21626/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: CVE-2024-21626
menu:
sidebar:
name: CVE-2024-21626
identifier: cve-2024-21626
weight: 300
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
523 changes: 523 additions & 0 deletions content/posts/cve-2024-21626/playing-with-cve-2024-21626/index.md

Large diffs are not rendered by default.

16 changes: 5 additions & 11 deletions data/en/author.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
# some information about you
name: "Sk3pper"

# nickname: "Andrea"
# greeting message before your name. it will default to "Hi! I am" if not provided
# greeting: "Hi, I am"
# image: "images/author/Sk3pper.jpeg"

image: "images/author/avatar.png"

# give your some contact information. they will be used in the footer
contactInfo:
# email: "TBD" #
github: Sk3pper
linkedin: andrea-b-537768116
# researchgate: john-doe
medium: sk3pper
# researchgate: TBD
# email: TBD #

# some summary about what you do
# summary:
# - I'm a geeky guy
# - I am IT Engineer
# - I love studying and digging in all topics that challenge me
# - I am Security Engineer
# - I like coding
# - I'm try to be a Security Researcher
99 changes: 87 additions & 12 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ markup:
renderer:
unsafe: true
tableOfContents:
startLevel: 2
endLevel: 6
startLevel: 1
endLevel: 4
ordered: false

# At least HTML and JSON are required for the main HTML content and
Expand All @@ -54,11 +54,6 @@ enableEmoji: true

# Site parameters
params:
# GitHub repo URL of your site
gitRepo: https://github.com/Sk3pper/Sk3pper.github.io
# Default branch of your Git repo
gitBranch: main

# Configure the number of section title visible in the top navbar
topNavbar:
maxVisibleSections: 7
Expand All @@ -81,7 +76,28 @@ params:

# Enable blog posts
blog:
enable: false
enable: true
showAuthor: true # shows the author of post (defaults true)
# Share post on different social media
shareButtons:
facebook: true
twitter: true
linkedin: true
reddit: true
whatsapp: true
email: true
# tumblr: true
# pocket: true
# diaspora: true
# mastodon: true

# # GitHub repo URL of your site to allow readers to improve a post by making corrections
# gitRepo: https://github.com/Sk3pper/Sk3pper.github.io
# # Default branch of your Git repo
# gitBranch: main
# Specify whether you want to show Table of Contents in reading page
toc:
enable: true

# Enable & configure "Notes" features
notes:
Expand All @@ -91,10 +107,6 @@ params:
support:
enable: false

# Specify whether you want to show Table of Contents in reading page
toc:
enable: true

# Enable this to create mathematic expressions using `$$` blocks
math:
enable: true
Expand All @@ -115,6 +127,69 @@ params:
right: \\)
display: false

# Show tags under the post title
tags:
enable: true
on_card: true # enables tags in post cards

# Specify whether to show flag in the language selector. Default is true.
flags:
enable: false
# # If you want to use different country flag for a language, specify them here.
# flagOverwrites:
# - languageCode: en
# countryCode: us

# Enable this to use `embed-pdf` shortcode.
embedpdf:
enable: true

# Enable this to create flowcharts using shortcodes.
flowchart:
enable: true
services:
# Uncomment for `mermaid` shortcode.
mermaid:
# For config options, see: https://mermaid-js.github.io/mermaid/#/Setup?id=configuration
theme: forest

# Enable to use custom syntax highlight
# Please note, Hugo comes with it's own html based syntax highlighter.
# Your code block will still be syntax highlighted by hugo.
# For more details: https://gohugo.io/content-management/syntax-highlighting/
# To disable Hugo's builtin syntax highlight,
# see: https://gohugo.io/getting-started/configuration-markup#highlight
# ```
# # config.yaml
# markup:
# # this disables hugo's syntax highlighting.
# codeFences: false
# ```
syntaxHighlight:
enable: true
services:
hljs:
# see: https://highlightjs.readthedocs.io/en/latest/api.html#configure
noHighlightRe: /^no-highlight$/i

# Enable to use `video-player` shortcode
videoPlayer:
enable: true
services:
# convert .js-player class into video player via https://plyr.io/
# Can play HTML5 Video, Audio, Youtube, Vimeo.
# For more info on setup: https://github.com/sampotts/plyr#quick-setup
plyr:
# options doc: https://github.com/sampotts/plyr#options
# fullscreen: true

# Enable reading time support in post cards and in post pages
readingTime:
enable: false

# Number of posts to show to each page. Default is "12"
pagination:
maxPostsPerPage: 12
# Configure footer
footer:
enable: true
Expand Down
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<body data-bs-spy="scroll" data-bs-target="#top-navbar" data-bs-offset="100">

<!--- NAVBAR ------------------------->
{{- partial "navigators/my-navbar.html" . -}}
{{- partial "navigators/navbar.html" . -}}

<!--- edited -->
<!-- ADD HOME SECTION ---------------->
Expand Down
File renamed without changes.

0 comments on commit b45b630

Please sign in to comment.