Browse Source

Update README and leave only one stub article

pull/1/head
parent
commit
e567d92541
7 changed files with 43 additions and 50 deletions
  1. +27
    -8
      README.md
  2. +8
    -0
      pelican/content/articles/01-stub-ru.md
  3. +8
    -0
      pelican/content/articles/01-stub.md
  4. +0
    -8
      pelican/content/articles/keyboard-review-ru.md
  5. +0
    -8
      pelican/content/articles/keyboard-review.md
  6. +0
    -13
      pelican/content/articles/pelican-review-ru.md
  7. +0
    -13
      pelican/content/articles/pelican-review.md

+ 27
- 8
README.md View File

@@ -1,27 +1,46 @@
# Overview

This is a work in progress. This example is used to evaluate
[Pelican static site generator](http://getpelican.com) to power
Opensource Game Studio home website.
We consider changing [Opensource Game Studio website](http://opengamestudio.org)'s
engine from Wordpress to [Pelican](http://getpelican.com). This is Pelican
evaluation.

# Usage (internally)
### Generate local copy
# Installation

You need a working Python's `pip`.

Install Pelican with the following command:

` `

# Preview

* Generate local copy with the following commands:

`cd pelican`

`pelican -s pelicanconf.py`

### Serve local copy
* Serve the local copy with the following commands:

`cd output`

`python -m SimpleHTTPServer`

The site is served at [http://localhost:8000](http://localhost:8000).
The preview should now be available at
[http://localhost:8000](http://localhost:8000).

### Generate public copy
# Publishing

* Generate public site with the following commands:

`cd pelican`

`pelican -s publishconf.py`

* Upload it to GitHub with the following commands:

`git push`

The publich site should now be available at
[http://ogstudio.github.io](http://ogstudio.github.io).


+ 8
- 0
pelican/content/articles/01-stub-ru.md View File

@@ -0,0 +1,8 @@
Title: Заглушка
Date: 2017-06-03 00:00
Category: Stub
Slug: stub
Lang: ru

TODO Импортировать предыдущие статьи Opensource Game Studio с Wordpress.


+ 8
- 0
pelican/content/articles/01-stub.md View File

@@ -0,0 +1,8 @@
Title: Stub
Date: 2017-06-03 00:00
Category: Stub
Slug: stub
Lang: en

TODO Import previous Opensource Game Studio articles from Wordpress.


+ 0
- 8
pelican/content/articles/keyboard-review-ru.md View File

@@ -1,8 +0,0 @@
Title: Моё первое ревью
Date: 2017-06-01 10:20
Category: Review
Slug: keyboard-review
Lang: ru

Вот и моё первое ревью, чуввви.


+ 0
- 8
pelican/content/articles/keyboard-review.md View File

@@ -1,8 +0,0 @@
Title: My first review
Date: 2017-06-01 10:20
Category: Review
Slug: keyboard-review
Lang: en

Here is a full review, guys.


+ 0
- 13
pelican/content/articles/pelican-review-ru.md View File

@@ -1,13 +0,0 @@
Title: Обзор Pelican
Date: 2017-06-03 22:00
Category: Review
Slug: pelican-review
Lang: ru

Пока что полёт нормальный. Pelican действительно крут, позволяет
быстро всё настроить и запуститься.

Намного легче, чем Jekyll.

<3 Python и его экосистему. Что-то просто ЛЕГЧЕ в Python.


+ 0
- 13
pelican/content/articles/pelican-review.md View File

@@ -1,13 +0,0 @@
Title: Pelican review
Date: 2017-06-03 22:00
Category: Review
Slug: pelican-review
Lang: en

So far so nice. Pelican is really cool, and provides a quick starting guided
to get up and running real fast.

Much more smooth than Jekyll.

I <3 Python and its ecosystem. Something is just EASIER in Python.


Loading…
Cancel
Save