diff --git a/posts/2010/дек./my-pervyi-review/index.html b/posts/2010/дек./my-pervyi-review/index.html deleted file mode 100644 index 6142adb..0000000 --- a/posts/2010/дек./my-pervyi-review/index.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - My Первый Review - - - - - - - - - - - - - - - - -
- - -
-
-
-

My Первый Review

-
- -
Пт. 03 Декабрь 2010 -
- - -

Following is a review of my favorite mechanical keyboard.

-

всё точно хорош! \(e=mc^2\)

-

кук?

-

-

\begin{equation} \label{eq} X^2 \end{equation}
-

-

The area of a circle is -

$$A_\text{c} = (\pi/4) d^2$$
-

-

А тут конец

- -

Category: Обзор - -

- - - - -

Comments

-
- - -
-
- - - - - -
- - - - - - \ No newline at end of file diff --git a/posts/2010/дек./my-super-post/index.html b/posts/2010/дек./my-super-post/index.html deleted file mode 100644 index 050a387..0000000 --- a/posts/2010/дек./my-super-post/index.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - My super title - - - - - - - - - - - - - - - - -
- - -
-
-
-

My super title

-
- -
Пт. 03 Декабрь 2010 -
- - -

Большое приключение формулы \(e=f(x)\)

-
# Local path configuration (can be absolute or relative to fabfile)
-env.deploy_path = 'output'
-DEPLOY_PATH = env.deploy_path
-
-# Remote server configuration
-production = 'root@localhost:22'
-dest_path = '/var/www'
-
-# Rackspace Cloud Files configuration settings
-env.cloudfiles_username = 'my_rackspace_username'
-env.cloudfiles_api_key = 'my_rackspace_api_key'
-env.cloudfiles_container = 'my_cloudfiles_container'
-
-
-def clean():
-    if os.path.isdir(DEPLOY_PATH):
-        local('rm -rf {deploy_path}'.format(**env))
-        local('mkdir {deploy_path}'.format(**env))
-
-def build():
-    local('pelican -s pelicanconf.py')
-
-def rebuild():
-    clean()
-    build()
-
-def regenerate():
-    local('pelican -r -s pelicanconf.py')
-
- - - -

Category: Python - - Tagged: - pelican - publishing -

- - - - -

Comments

-
- - -
-
- - - - - -
- - - - - - \ No newline at end of file