1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-16 09:33:13 +02:00
🍭 My blog kremalicious.com built with Astro. Neat. https://kremalicious.com
Go to file
2013-12-04 23:52:22 +01:00
_src generic page layout, closes #6 2013-12-04 23:09:15 +01:00
_config.yml turn on some redcarpet extensions 2013-12-04 22:52:05 +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 navbar with site search prototype 2013-11-30 17:13:55 +01:00
Gemfile titlecase, rubypants for post content, more stuff from octopress 2013-12-01 18:23:11 +01:00
Gemfile.lock titlecase, rubypants for post content, more stuff from octopress 2013-12-01 18:23:11 +01:00
Gruntfile.js manually create category pages to make pagination work 2013-12-02 21:54:30 +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`