https://github.com/illoprin/ownblog
Personal blog + portfolio (WordPress, ACF, Bootstrap)
https://github.com/illoprin/ownblog
html-css-javascript wordpress wordpress-theme
Last synced: about 2 months ago
JSON representation
Personal blog + portfolio (WordPress, ACF, Bootstrap)
- Host: GitHub
- URL: https://github.com/illoprin/ownblog
- Owner: illoprin
- Created: 2025-07-16T11:57:13.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-09-03T11:53:25.000Z (10 months ago)
- Last Synced: 2025-09-03T13:30:03.307Z (10 months ago)
- Topics: html-css-javascript, wordpress, wordpress-theme
- Language: PHP
- Homepage: https://illoprin.ru
- Size: 517 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# illoprin.ru - portfolio blog
## How to start
### 0. Clone repository
```bash
git clone https://github.com/illoprin/ownblog.git
cd ownblog
```
### 1. Install Composer dependencies
> ⚠️ Make sure Composer is installed.
```bash
cd ./theme/illoprinblog
composer install
```
### 2. Run docker images
```bash
docker compose up -d --build
```
Site is available at [localhost](http://localhost)