Skip to content

funkycitizens/onoratainstanta

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
map
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is the source for the Onorată Instanță website.

How to build

The site is rendered using Jekyll. This happens automatically because the site is hosted with GitHub Pages.

Build with Docker

./_build.sh

The site is generated in the _site directory.

Local Jekyll

You can also install Jekyll, and run the build. The --watch flag will re-generate the site if any file is modified. You can see the output at http://localhost:3000.

jekyll build --watch
gulp watch

Data

The leaf pages (for each "instanță" and "parchet") are pre-generated from CSV files. The code is inside the _build folder, and you can run it, should you want to update the CSV data, or change the templates for the leaf pages.

The scripts in _data run on node.js, here's how to run them:

cd _bulid
npm install
./node_modules/.bin/gulp data