Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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.
Requirements:
Install Aam with pip ::
$ (sudo) pip install aam
With Git ::
$ git clone git://github.com/JmPotato/Aam
$ cd Aam
$ (sudo) python setup.py install
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
Every page file needs to include four metas.
If you miss any one of them, the site won't be complete.
FAQs
a lightweight about-me-site generator
We found that aam demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.