Giter Site home page Giter Site logo

aam's Introduction

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's People

Contributors

jmpotato avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aam's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.