All About "All about me"
----------------
Aam means "All about me". It is a lightweight about-me-site generator. To compare with a blog, Aam is for pages not posts. So you can use it to build your own resume page.
Installation
===============
Requirements:
* Jinja2
* Mistune
* Pygments
* Parguments
Install Aam with pip ::
$ (sudo) pip install aam
With Git ::
$ git clone git://github.com/JmPotato/Aam
$ cd Aam
$ (sudo) python setup.py install
Usage
===============
First of all, creat a new site ::
$ mkdir site
$ cd site
$ aam init
Then, edit the config file ::
$ vim config.ini
You need to have a home page befor a normal page. A home page should like this ::
title: Welcome
date: 2014.7.1
type: home
----
Weclome to Aam!
A normal page named `Hello.md` ::
title: Hello World
date: 2014.7.1
description: The first page
type: page
----
Hello, World!
Generate the site ::
$ aam build
Notice
===============
Every page file needs to include four metas.
* title
* date
* description
* type
If you miss any one of them, the site won't be complete.
----------------
Aam means "All about me". It is a lightweight about-me-site generator. To compare with a blog, Aam is for pages not posts. So you can use it to build your own resume page.
Installation
===============
Requirements:
* Jinja2
* Mistune
* Pygments
* Parguments
Install Aam with pip ::
$ (sudo) pip install aam
With Git ::
$ git clone git://github.com/JmPotato/Aam
$ cd Aam
$ (sudo) python setup.py install
Usage
===============
First of all, creat a new site ::
$ mkdir site
$ cd site
$ aam init
Then, edit the config file ::
$ vim config.ini
You need to have a home page befor a normal page. A home page should like this ::
title: Welcome
date: 2014.7.1
type: home
----
Weclome to Aam!
A normal page named `Hello.md` ::
title: Hello World
date: 2014.7.1
description: The first page
type: page
----
Hello, World!
Generate the site ::
$ aam build
Notice
===============
Every page file needs to include four metas.
* title
* date
* description
* type
If you miss any one of them, the site won't be complete.
Release files for aam 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aam-0.1.5.tar.gz | 9.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aam-0.1.5-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size: 28.7 kB
Release files / aam-0.1.5.tar.gz
| Download URL | aam-0.1.5.tar.gz |
|---|---|
| Size | 9.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4dfbb55cba1a3866df72736733b03cee643fcb8b35343d515804fe35ad57815d
|
|
BLAKE2b-256 checksum How to use checksums |
e3e2a3aaddc8d2d948d0af80b8e228d920ffa35a443db104aa8dada65573e021
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / aam-0.1.5-py2.7.egg
| Download URL | aam-0.1.5-py2.7.egg |
|---|---|
| Size | 19.5 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
0afd90fdbda1eaa13220354c6c50b7827a709dd26448fe275933f2b6a29195a0
|
|
BLAKE2b-256 checksum How to use checksums |
8ca2d4f962b2a7bfd9941996ad33bf66dd18f314e79f3cce485abfabdb847324
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |