https://github.com/bitstarr/sebastianlaube
My personal website based on grav
https://github.com/bitstarr/sebastianlaube
Last synced: 2 months ago
JSON representation
My personal website based on grav
- Host: GitHub
- URL: https://github.com/bitstarr/sebastianlaube
- Owner: bitstarr
- Created: 2021-01-03T22:34:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T13:49:45.000Z (9 months ago)
- Last Synced: 2025-02-07T10:45:33.086Z (3 months ago)
- Language: CSS
- Size: 16.4 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# laube
This ist the repository of my personal website https://sebastianlaube.de which uses [grav](https://getgrav.org).
## Installation
To get up and running:
````
make install
ddev start
````### What it does
* Download and extract the latest grav
* Remove unneccesary stuff from the download
* Move the downloaded grav to root directory, so its also your webroot
* Install Plugins and themes defined in ``user/.dependencies``
* Upgrade grav and its plugins and themes, just to be sure
* Ask to add a new user### you may also like:
| command | function |
|---|---|
| make install | install grav and dependencies |
| make update | update grav and plugins to latest stable version |
| make clear | clear grav cache |
| make watch | start watching frontend code |
| make build | build frontend |
| make cssmin | quick frontend CSS minifing |
| make jsmin | quick frontend JS minifing |