Skip to content

Commit

Permalink
Changing the site to use Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jan 2, 2019
1 parent 04b3063 commit c682a6b
Show file tree
Hide file tree
Showing 117 changed files with 3,317 additions and 8,051 deletions.
7 changes: 7 additions & 0 deletions Gemfile
@@ -0,0 +1,7 @@
source 'https://rubygems.org'

gem 'jekyll', '~>3.6'

group :jekyll_plugins do
gem 'jekyll-sitemap'
end
69 changes: 69 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,69 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
colorator (1.1.0)
concurrent-ruby (1.1.4)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.9.25)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-feed (0.7.2)
jekyll-redirect-from (0.14.0)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sitemap (0.11.0)
addressable (~> 2.4.0)
jekyll-watch (2.1.2)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.7.2)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)

PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3.6)
jekyll-feed
jekyll-redirect-from
jekyll-sitemap

BUNDLED WITH
1.16.2
42 changes: 42 additions & 0 deletions _config.yml
@@ -0,0 +1,42 @@
app:
title: 'Building PHP extensions is easy with Zephir'
name: 'Zephir Website'
author: 'Zephir Language Team'
description: 'Zephir is an open source, high-level/domain specific language designed to ease the creation and maintainability of extensions for PHP with a focus on type and memory safety'
keywords: 'zephir, language, php, domain specific language, php extensions, open source'
avatar: 'https://avatars3.githubusercontent.com/u/1221505?v=4'
email: 'team@phalconphp.com'
facebook:
github: 'phalcon'
rss: phalcon
twitter: 'zephirlang'
analytics: 'UA-90249744-3'
language: 'en'
version: '0.11.8'
languages: [
'en',
'zh-CN',
'el-GR',
'ru-RU',
'es-ES',
'uk-UA'
]

include:
_redirects

kramdown:
input: GFM
syntax_highlighter_opts:
disable: true

exclude:
- vendor
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME



2 changes: 1 addition & 1 deletion _data/el-GR.json
Expand Up @@ -42,7 +42,7 @@
"title": "Building PHP extensions is easy with Zephir",
"typeSystem": "Συστημα τυπων",
"typeSystemDescription": "Zephir συνδυάζει στατικούς και δυναμικούς τύπους σε μια φιλική γλώσσα που έχει συγκεντρωθεί σε κώδικα μηχανής, που χρησιμοποιείται από πρότυπους μεταγλωττιστές.",
"version": "Zephir έκδοση 0.9.4",
"version": "Zephir έκδοση",
"websiteDesignedBy": "Σχεδιασμός ιστοσελίδας",
"whatIsIt": "Τι είναι;",
"zephir": "Zephir"
Expand Down
2 changes: 1 addition & 1 deletion _data/en.json
Expand Up @@ -42,7 +42,7 @@
"title": "Building PHP extensions is easy with Zephir",
"typeSystem": "Type System",
"typeSystemDescription": "Zephir combines static and dynamic typing in a friendly language that is compiled down to machine code using the industry standard compilers.",
"version": "Zephir version 0.9.4",
"version": "Zephir version",
"websiteDesignedBy": "Website designed by",
"whatIsIt": "What is it?",
"zephir": "Zephir"
Expand Down
2 changes: 1 addition & 1 deletion _data/es-ES.json
Expand Up @@ -42,7 +42,7 @@
"title": "Crear extensiones de PHP es fácil con Zephir",
"typeSystem": "Tipo de sistema",
"typeSystemDescription": "Zephir combina el tipificado estático y dinámico en un lenguaje amigable, este es compilado a código de máquina utilizando los compiladores estándar de la industria.",
"version": "Zephir versión 0.9.4",
"version": "Zephir versión",
"websiteDesignedBy": "Sitio web diseñado por",
"whatIsIt": "¿Qué es?",
"zephir": "Zephir"
Expand Down
2 changes: 1 addition & 1 deletion _data/ru-RU.json
Expand Up @@ -42,7 +42,7 @@
"title": "Building PHP extensions is easy with Zephir",
"typeSystem": "Type System",
"typeSystemDescription": "Zephir combines static and dynamic typing in a friendly language that is compiled down to machine code using the industry standard compilers.",
"version": "Zephir version 0.9.4",
"version": "Zephir version",
"websiteDesignedBy": "Website designed by",
"whatIsIt": "What is it?",
"zephir": "Zephir"
Expand Down

0 comments on commit c682a6b

Please sign in to comment.