]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add docs config
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 10 Sep 2016 21:49:48 +0000 (22:49 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 10 Sep 2016 21:49:57 +0000 (22:49 +0100)
.gitignore
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
_config.yml [new file with mode: 0644]

index d8a80c8fb33981f07c453bfbd9473b6862bf5e54..b9721477729f81d5ead31fb0e959ba4204485fbf 100644 (file)
@@ -1,5 +1,11 @@
-.sass-cache
+# Files
 .DS_Store
-node_modules
+.ruby-version
 npm-debug.log
+
+# Folders
 .idea/
+.sass-cache
+_gh_pages
+_site
+node_modules
diff --git a/Gemfile b/Gemfile
new file mode 100644 (file)
index 0000000..719b61a
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,5 @@
+source 'https://rubygems.org'
+
+group :development, :test do
+  gem 'jekyll', '~> 3.1.2'
+end
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644 (file)
index 0000000..7db926d
--- /dev/null
@@ -0,0 +1,39 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    colorator (0.1)
+    ffi (1.9.10)
+    jekyll (3.1.3)
+      colorator (~> 0.1)
+      jekyll-sass-converter (~> 1.0)
+      jekyll-watch (~> 1.1)
+      kramdown (~> 1.3)
+      liquid (~> 3.0)
+      mercenary (~> 0.3.3)
+      rouge (~> 1.7)
+      safe_yaml (~> 1.0)
+    jekyll-sass-converter (1.4.0)
+      sass (~> 3.4)
+    jekyll-watch (1.3.1)
+      listen (~> 3.0)
+    kramdown (1.10.0)
+    liquid (3.0.6)
+    listen (3.1.1)
+      rb-fsevent (>= 0.9.3)
+      rb-inotify (>= 0.9.7)
+    mercenary (0.3.6)
+    rb-fsevent (0.9.7)
+    rb-inotify (0.9.7)
+      ffi (>= 0.5.0)
+    rouge (1.10.1)
+    safe_yaml (1.0.4)
+    sass (3.4.21)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  jekyll (~> 3.1.2)
+
+BUNDLED WITH
+   1.11.2
diff --git a/_config.yml b/_config.yml
new file mode 100644 (file)
index 0000000..51c8c14
--- /dev/null
@@ -0,0 +1,21 @@
+# Meta
+
+title:         "Bulma: a modern CSS framework based on Flexbox"
+description:   "Bulma is a CSS framework based on Flexbox and built with Sass"
+
+# Build
+
+encoding:      UTF-8
+markdown:      kramdown
+permalink:     pretty
+source:        docs
+url:           "http://bulma.io"
+
+# Variables
+
+baseurl:       ""
+cssurl:        "/styles/bulma-website.css"
+documentation: "/documentation/overview/start/"
+download:      "https://github.com/jgthms/bulma/archive/0.1.2.zip"
+github:        "https://github.com/jgthms/bulma"
+version:       0.1.2