example.akashacms.com
Akasha CMS example
http://example.akashacms.com/index.html
The pseudo-CMS that produces static HTML files. The content area of content files contain HTML markup. The area above, the frontmatter, contains metadata. The format of the frontmatter is a simple tag:value system. The only tag with a predefined meaning is layout which specifies the template for rendering the content. The content is available to the template in the variable named content. The file name for content files specifies the template engine. The current ones are:. Runs markdown followed by EJS.
example.akashacms.com
Mahabhuta (jQuery-like scripting) example
http://example.akashacms.com/mahabhuta.html
Mahabhuta (jQuery-like scripting) example. The Mahabhuta template engine allows the website author to use jQuery-like functions to manipulate website HTML. The author inserts HTML tags in their content. You can also invent wholly new tags if desired. The author writes jQuery functions to manipulate content. It uses a subset of the jQuery API as provided by the cheerio module. See the Mahabhuta documentation. Here’s an example:. Helloworld This content will disappear. /helloworld.
example.akashacms.com
Test of embedding tweets
http://example.akashacms.com/twitter-embed.html
Test of embedding tweets. Looking forward to AkashaCMS 0.5.x work http:/ t.co/f8oyUDitc7. X2014; Akasha CMS (@AkashaCMS) February 11, 2015.
example.akashacms.com
Folder 1
http://example.akashacms.com/folder/index.html
This index page is generated using the akashacms-booknav. It’s documented at http:/ akashacms.com/plugins/booknav.html. Teaser for Folder 2. Teaser for Folder 3. Teaser for page 1. Teaser for page 2.
example.akashacms.com
Markdown example
http://example.akashacms.com/markdown.html
AkashaCMS supports markdown. The stuff below is from the standard Markdown test suite. Var a = 'hello' console.log(a ' world');. Echo hello, ${WORLD}. Q: What do you call a tall person who sells stolen goods? Code block on the first line. Code block indented by spaces. The lines in this block all contain trailing spaces. Code block on the last line. Already linked: http:/ example.com/. Already linked: http:/ example.com/. Already linked: http:/ example.com/. Foo bar [1]: foo bar. Hello world how are you.
example.akashacms.com
Example of partials in synchronous templates
http://example.akashacms.com/syncpartial.html
Example of partials in synchronous templates. AkashaCMS tries to handle both asynchronous and synchronous templating engines equally. But it is impossible to treat both equally. It's possible to start the rendering in a Kernel (asynchronous) template and then call synchronous (EJS or MD) templates, but not vice versa. This is a tiny partial meant to demonstrate synchronous templates. Item 1: item text 1. Item 2: item text 2. Item 3: item text 3. Item 4: item text 4.
github.com
GitHub - akashacms/akashacms: A content management system tool-suite to generate static websites, written in Node.js
https://github.com/robogeek/akashacms
A content management system tool-suite to generate static websites, written in Node.js. Use Git or checkout with SVN using the web URL. Cannot retrieve the latest commit at this time. Failed to load latest commit information. Home page: AkashaCMS.com. Working example: AkashaCMS Example. Skeleton site: AkashaCMS Skeleton. Source code for akashacms.com: AkashaCMS website. Akasha" means the basis and essence of all things in the material world; the first material element created from the astral world.
example.akashacms.com
Test of embedding video
http://example.akashacms.com/video.html
Test of embedding video. This demonstrates using asynchronous information retrieval in a template. The problem with EJS or Markdown is that you cannot retrieve data in an asynchronous manner, and in a Node.js environment getting remotely stored data (say via a REST API) requires asynchronous operations. Retrieving information about a video from Youtube or Vimeo, as well as its HTML player code, is an example of asynchronous operations. The following examples rely on the akashacms-embeddables. V=QweNsLesM...
SOCIAL ENGAGEMENT