https://github.com/maxroecker/maxroecker.github.io
Repository for maxroecker.github.io page.
https://github.com/maxroecker/maxroecker.github.io
11ty
Last synced: 28 days ago
JSON representation
Repository for maxroecker.github.io page.
- Host: GitHub
- URL: https://github.com/maxroecker/maxroecker.github.io
- Owner: MaxRoecker
- License: mit
- Created: 2016-03-19T01:55:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T02:01:27.000Z (over 2 years ago)
- Last Synced: 2024-04-18T22:10:13.662Z (about 2 years ago)
- Topics: 11ty
- Language: Nunjucks
- Homepage: https://maxroecker.github.io/
- Size: 16.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maxroecker.github.io
This is the source code of [Max Roecker's Blog](http://maxroecker.github.io).
---
## License
Otherwise explicitly, all the content of this repository — blog posts, pages and
multimedia — are under
[Creative Commons Attribution 4.0](https://creativecommons.org/licenses/by/4.0/).
The source code of this site is under MIT License.
---
## Development
### Setup
To setup this repository, after cloning the repository, run:
```bash
npm install
```
To run in development mode, you'll need to first build:
```bash
npm run build
```
Then, run the development server and watch for changes:
```bash
npm run dev
```