https://github.com/pixelastic/blog.pixelastic.com
Source of the website available at blog.pixelastic.com
https://github.com/pixelastic/blog.pixelastic.com
Last synced: 11 months ago
JSON representation
Source of the website available at blog.pixelastic.com
- Host: GitHub
- URL: https://github.com/pixelastic/blog.pixelastic.com
- Owner: pixelastic
- Created: 2014-06-01T17:17:36.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T19:09:55.000Z (about 3 years ago)
- Last Synced: 2024-04-12T01:05:05.136Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://blog.pixelastic.com/
- Size: 5.99 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog.pixelastic.com
This repository holds all the content of my personal blog.
This is an old project, first blog post dates from 2009. It has seen several
rewrite, from a custom set of PHP files, to a cakePHP version and now a Jekyll
+ Grunt mix.
Now, it's 2023 and I wanted to update it and of course nothing works anymore.
Below are my notes on resurecting it:
- Install ruby deps with `bundle install`
- Install `grunt-cli` and `bower` globally
- Install bower (yes, bower) deps with `bower install`
- Create `_algolia_api_key` file, it's required
- Install npm (yes, it *needs* npm) with `npm install`
- If things don't work, remove the `package-lock.json` and `node_modules` and
retry `npm install`
- Cross your fingers
- Run `npm run build`