https://github.com/jhnbrn90/blog
Source code of johnbraun.blog
https://github.com/jhnbrn90/blog
blog laravel nextjs programming
Last synced: 3 months ago
JSON representation
Source code of johnbraun.blog
- Host: GitHub
- URL: https://github.com/jhnbrn90/blog
- Owner: Jhnbrn90
- Created: 2020-09-07T21:16:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T21:03:57.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T06:51:10.605Z (9 months ago)
- Topics: blog, laravel, nextjs, programming
- Language: CSS
- Homepage: https://johnbraun.blog
- Size: 6.87 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The source code of https://johnbraun.nl.
## JohnBraun's weblog
JohnBraun.nl is built with [Pelican](https://getpelican.com/).
#### Contributing
If you'd like to contribute, clone the default branch of this repo.
Then, install the required dependencies within a virtual environment:
1. `python3 -m venv venv`
1. `source venv/bin/activate`
1. `pip install -r requirements.txt`
Run a dev server: `make devserver`, which spins up a local webserver and hot reloads on made changes.
To compile the website run `make html`, which can be served through `make serve`.
Run `make clean` to delete temporary generated files, like `output/`.