Skip to content

isabella232/lxjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Remember to have a proper PATH setup with support for binaries installed in ./node_modules. Do so by adding:

export PATH="./node_modules/.bin:$PATH"

to your environment configuration files (eg: ~/.bashrc).

$ npm install
$ blacksmith generate && blacksmith preview

Access http://localhost:8080.

See https://github.com/flatiron/blacksmith for more info

Edit

Each directory under pages is a page composed by a content.md and a page.json file.

Before deploying, run blacksmith generate to generate the static files under public/

To edit the layout: edit the file theme/article.html.

If you edit any of these you will need to restart the server.

CSS: theme/css/lxjs.css

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%