title |
---|
Test Post Pertama |
lorem ipsum dolar sit amet
<?php | |
// Start of git2 v.0.2.1 | |
class Git2_Repository { | |
/** | |
* @param repository_path | |
*/ | |
public function __construct ($repository_path) {} |
<?php | |
use PieCrust\IPieCrust; | |
use PieCrust\Formatters\IFormatter; | |
class SundownFormatter implements IFormatter | |
{ | |
protected $pieCrust; | |
site: | |
title: 'My New Website' | |
description: 'A website recently generated with PieCrust.' | |
author: jaya | |
pretty_urls: true | |
markdown: | |
use_markdown_extra: true |
--- | |
title: my Blog | |
format: none | |
layout: default.twig | |
--- | |
{% for post in pagination.posts %} | |
<article> | |
<h2>{{ post.title }}</h2> | |
<p>{{ post.content|raw }}</p> | |
</article> |
<html> | |
<body> | |
{{ content|raw }} | |
</body> | |
</html> |
./configure --prefix=/opt/apache --with-included-apr --enable-so --with-program-name=apache2 --enable-log-config=static --enable-logio=static --enable-version=static --with-pcre=yes --enable-pie --enable-authn-alias=shared --enable-disk-cache=shared --enable-cache=shared --enable-mem-cache=shared --enable-file-cache=shared --enable-cern-meta=shared --enable-dumpio=shared --enable-ext-filter=shared --enable-charset-lite=shared --enable-cgi=shared --enable-log-forensic=shared --enable-proxy=shared --enable-proxy-connect=shared --enable-proxy-http=shared --enable-proxy-ajp=shared --enable-proxy-scgi=shared --enable-proxy-balancer=shared --enable-ssl=shared --enable-authn-dbm=shared --enable-authn-anon=shared --enable-authn-dbd=shared --enable-authn-file=shared --enable-authn-default=shared --enable-authz-host=shared --enable-authz-groupfile=shared --enable-authz-user=shared --enable-authz-dbm=shared --enable-authz-owner=shared --enable-authz-default=shared --enable-auth-basic=shared --enable-auth-digest=shared - |
./configure --prefix=/opt/php/5.4 --with-regex=php --disable-debug --disable-rpath --with-pic --with-layout=GNU --without-pear --enable-calendar --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-bcmath --with-bz2 --enable-ctype --with-db4 --without-gdbm --with-iconv --enable-exif --enable-ftp --with-gettext --enable-mbstring --with-pcre-regex=/usr --enable-shmop --enable-sockets --enable-wddx --with-libxml-dir=/usr --with-zlib --with-kerberos=/usr --with-openssl --enable-soap --enable-zip --with-mhash=yes --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-apxs2=/opt/apache/bin/apxs --with-config-file-path=/opt/php/5.4/etc --with-config-file-scan-dir=/opt/php/5.4/etc/conf.d --without-mm --with-curl=shared,/usr --with-enchant=shared,/usr --with-zlib-dir=/usr --with-gd --enable-gd-native-ttf --with-gmp=shared,/usr --with-jpeg-dir=shared,/usr --with-xpm-dir=shared,/usr/X11R6 --with-png-dir=shared,/usr --with-freetype-dir=shared,/usr --enable-intl=shared --without-t1lib --with-ldap=shared,/usr --with-l |
./configure --prefix=/opt/vim --enable-fail-if-missing --enable-cscope --enable-gpm --with-features=huge --enable-multibyte --enable-acl --with-x --enable-xim --enable-gui=gtk2 --disable-gnome-check --enable-gtk2-check --disable-motif-check --disable-athena-check --disable-fontset --enable-pythoninterp --enable-luainterp --enable-perlinterp --disable-mzschemeinterp --disable-python3interp --enable-rubyinterp |