https://github.com/spagnuolocarmine/spagnuolocarmine.github.io
My personal homepage! Starting from https://github.com/riggraz/no-style-please (Thank you for your style).
https://github.com/spagnuolocarmine/spagnuolocarmine.github.io
Last synced: 3 months ago
JSON representation
My personal homepage! Starting from https://github.com/riggraz/no-style-please (Thank you for your style).
- Host: GitHub
- URL: https://github.com/spagnuolocarmine/spagnuolocarmine.github.io
- Owner: spagnuolocarmine
- License: mit
- Created: 2019-01-30T13:52:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T11:57:20.000Z (10 months ago)
- Last Synced: 2025-01-21T13:09:02.553Z (9 months ago)
- Language: HTML
- Homepage: http://spagnuolocarmine.github.io
- Size: 133 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: news.html
- License: LICENSE
Awesome Lists containing this project
README
## Local setup using Docker (Recommended)
Using Docker to install Jekyll and Ruby dependencies is the easiest way.You need to take the following steps to get `al-folio` up and running on your local machine:
- First, install [docker](https://docs.docker.com/get-docker/) and [docker-compose](https://docs.docker.com/compose/install/).
- Finally, run the following command that will pull the latest pre-built image from DockerHub and will run your website.```bash
$ docker compose pull
$ docker compose up
```Note that when you run it for the first time, it will download a docker image of size 400MB or so.
Now, feel free to customize the theme however you like (don't forget to change the name!). After you are done, you can use the same command (`docker compose up`) to render the webpage with all you changes. Also, make sure to commit your final changes.
## License
The theme is available as open source under the terms of the [MIT License](https://github.com/alshedivat/al-folio/blob/master/LICENSE).
Originally, **al-folio** was based on the [\*folio theme](https://github.com/bogoli/-folio) (published by [Lia Bogoev](https://liabogoev.com) and under the MIT license).
Since then, it got a full re-write of the styles and many additional cool features.