Add base files for new Jekyll site setup
Introduced initial setup for a Jekyll-based site, including configurations, layouts, assets, and styles. Added custom 404 page, favicon assets, SCSS themes, fonts, and a blog post template to establish the foundation for the site.
This commit is contained in:
parent
6f1566716d
commit
0764cfc61d
57 changed files with 3564 additions and 0 deletions
10
_posts/some-new-site/2024-12-22-some-new-site.md
Normal file
10
_posts/some-new-site/2024-12-22-some-new-site.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Some new site!"
|
||||
date: 2024-12-22 22:29:20 +0100
|
||||
tags: [ information ]
|
||||
---
|
||||
|
||||
This is my new site which I will use to blog about several dev related topics. I am personally interested in gaming,
|
||||
home networking stuff and software backend engineering (mainly with php as programming language).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue