arthurmde / professional-page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Page Nanoc

This project has the code used to generate my personal page with Nanoc, a static-site generator.

Checkout my website here: http://www.ime.usp.br/~esposte/

Setup

  1. Install Ruby 2.2.0. You can use rvm for this.
  2. Install nanoc: gem install nanoc.
  • Note: if gem install command fails with permission error, try it with sudo.
  1. Check if nanoc was properly installed: nanoc --version
  2. Install a local server: gem install adsf.
  • Note: if gem install command fails with permission error, try it with sudo.

Compile the site

To compile the site run: nanoc. Nanoc will create the complete HTML files in the output folder with plain HTML. Now you can start a web server by running nanoc view. Open a web browser and you should be able to see the site.

About

License:GNU General Public License v3.0


Languages

Language:HTML 85.0%Language:Ruby 14.4%Language:CSS 0.6%