Skip to content

simonvomeyser/simple-web-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

412ee16 · Nov 10, 2022
Oct 25, 2022
Apr 23, 2020
May 1, 2020
May 2, 2020
Oct 5, 2022
Nov 10, 2022
Sep 21, 2022
Apr 23, 2020
Oct 1, 2022
Apr 23, 2020
Sep 15, 2022
Apr 23, 2020
Dec 15, 2020
May 2, 2020
Apr 23, 2020
Sep 21, 2022
Dec 15, 2020
Apr 23, 2020
Oct 1, 2022
Oct 1, 2022
Aug 11, 2022
Sep 15, 2022
Sep 15, 2022
Dec 13, 2020
May 1, 2020
Oct 5, 2022

Repository files navigation

Screenshot of the blog frontpage

My personal blog

This blog is a small diary of the things I learn while on this intimidating journey through web development land.

I write about technical stuff but sprinkle in a few words about project management from time to time, all decorated with some very nerdy humor.

I developed the platform myself by using a Laravel installation, the posts are stored as markdown files and version controlled. I needed to do quite a few customizations with the Markdown parser, so I wrote a post about that.

Installation

To install this page clone the repository first.

git clone [email protected]:simonvomeyser/simple-web-dev.git

Next, you need to install the dependencies.

composer install
npm install

Create your env

cp .env.example .env
php artisan key:generate

Misc

The posts are generated from markdown files and can be cached for production via the command:

php artisan cache-posts

About

My personal blog, build with Laravel and Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published