Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirkobrombin/mirko.pm
My personal website
https://github.com/mirkobrombin/mirko.pm
css github-pages html jekyll markdown
Last synced: about 6 hours ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/mirkobrombin/mirko.pm
- Owner: mirkobrombin
- License: mit
- Created: 2021-01-02T15:14:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T16:33:53.000Z (3 months ago)
- Last Synced: 2024-08-07T19:50:19.168Z (3 months ago)
- Topics: css, github-pages, html, jekyll, markdown
- Language: CSS
- Homepage: https://mirko.pm
- Size: 2.12 MB
- Stars: 4
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mirko.pm
The template is distributed under the MIT license. The contents (texts, articles) are my intellectual property.
## Installation
### Dependencies
- ruby
- ruby-devel
- github-pages```bash
gem install github-pages
```### Build
```bash
jekyll build
```### Server
```bash
jekyll serve
```> [!NOTE]
> This also automatically builds the project.