Skip to content

JmPotato/Pomash

Repository files navigation

Pomash

Pomash is a lightweight blog system. Powered by Tornado Web Framework. In an era that static blog generators and frontend-backend separated applications dominate, embrace this classic monolithic web application to embody a unique retro style.

Deployment

Get Pomash:

git clone https://github.com/JmPotato/Pomash.git
cd Pomash

After customizing config.toml, run deploy.sh [PORT] to deploy the Pomash automatically.

chmod +x deploy.sh && ./deploy.sh 5299

Usage

Pomash uses Markdown to write posts and pages. LaTeX is also supported.

Note: To avoid conflict between LaTeX and Markdown, Pomash removed the emphasis syntax *word* and _word_ which you should use <em>word</em> as an alternative.

# Hello World

```python
print('Hello, World!')
```

Hello, World!

Inline LaTeX: $\int_a^b f(x)\mathrm{d}x$

New line LaTeX: $$\sum_{i=0}^{n}i^2$$

<em>This is a emphasis.</em>

**This is a double emphasis.**

~~This is a strikethrough.~~

* Hello
* World

Themes

Pomash's theme is called Potheme. Here is a Potheme list:

References

A Chinese guide for setting up.(Maybe a little outdated)

License

Please read the MIT-LICENSE