1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00
🍭 My blog kremalicious.com built with Astro. Neat. https://kremalicious.com
Go to file
2013-12-07 16:26:51 +01:00
_src just append trailing slash to some url variables, ref #8 2013-12-07 16:26:51 +01:00
_config.yml switch permalink format to /postname, closes #2 2013-12-07 16:03:36 +01:00
.gitignore new generated folder 2013-11-30 04:10:58 +01:00
assets sheet.psd topbar elements rewrite 2013-12-01 00:47:47 +01:00
bower.json tweet box under posts, closes #5 2013-12-07 16:00:56 +01:00
Gemfile remove rubypants requirement 2013-12-05 00:04:00 +01:00
Gemfile.lock remove rubypants requirement 2013-12-05 00:04:00 +01:00
Gruntfile.js tweet box under posts, closes #5 2013-12-07 16:00:56 +01:00
package.json paginator fixes with a lot more ifs, needed to make it work on index and category pages 2013-12-03 21:11:38 +01:00
README.md Update README.md 2013-12-04 23:52:22 +01:00

kremalicious3

kremalicious.com based on Jekyll

Requirements

Get up and running

Install dependencies

npm install && bower install && bundle install

Local development

grunt server

Production build

`grunt build`