Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurbano/aurbano.eu
Personal website and blog
https://github.com/aurbano/aurbano.eu
hugo
Last synced: 21 days ago
JSON representation
Personal website and blog
- Host: GitHub
- URL: https://github.com/aurbano/aurbano.eu
- Owner: aurbano
- Created: 2013-01-09T15:52:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T12:26:58.000Z (over 1 year ago)
- Last Synced: 2024-11-17T21:37:05.888Z (3 months ago)
- Topics: hugo
- Language: JavaScript
- Homepage: https://aurbano.eu
- Size: 14.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Alejandro U. Alvarez
==================My personal website, hosted here on Github. I have moved my blog here as well, using Hugo for it's management. I migrated it from Jekyll, which I had migrated from WordPress. Migrating from Wordpress took a bit of time but using some plugins and spending a little time fixing things up it was easy.
The web/blog can be accessed with the usual address:
http://urbanoalvarez.eshttps://aurbano.eu## Running locally
```
git submodule update --init --recursivebrew install hugo
hugo serve
```## Update thumbnail colors
For posts in the homepage, I extract the dominant color and use it as the background for each tile. This is done by running `python3 scripts/colors.py`.The script uses the `ColorThief` module, which must be installed (`pip install colorthief`)
- - - -
Most of it is copyrighted material, please contact if you have any concern
[![Analytics](https://ga-beacon.appspot.com/UA-3181088-16/aurbano/readme)](https://github.com/aurbano)