Skip to content

azappa/antima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravity (グラビデ, Gurabide?), also known as Demi, is a recurring fractional damage spell from the Final Fantasy series. In a few games it appears in, its a Gravity-elemental spell. It cuts an enemy's HP by a specific amount, usually by 50% or 25%, although this depends on the game. The number of targets it affects is also game dependent.
Antima is the translation of english term Gravity (or Demi in _Final Fantasy X).

but first... why another static site generator?

The reason is well explained into this post on Medium. We tried a lot of ssg but no one satisfies directly our needs, we tweaked them a lot of times, maybe to implement tools we use everyday (pug + stylus) is a pain in the ass and things like these.

Usage

Antima requires the folder name where sources and templates are, in this example "projects" (template argument is not optional)

node antima.js --template projects

In that folder also add a file called sitemap.config.json with the keys you need for your sitemap links, for example:

{
  "keys": ["title", "coverImage"]
}

Tree structure

When using antima you need to create this tree structure (if you're using projects as folder name)

projects
| source
| | my-first-project.yaml
| template
| | projects.jade
| | sitemap.config.json